Skip to content

Commit

Permalink
Formatting (qmk#8981)
Browse files Browse the repository at this point in the history
  • Loading branch information
buzzlighter1 committed May 2, 2020
1 parent ddd055b commit fe4581c
Showing 1 changed file with 24 additions and 17 deletions.
41 changes: 24 additions & 17 deletions keyboards/xd75/keymaps/buzzlighter1/readme.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
# XD75 with 7U spacebar for EN-RU gamers

Standard QWERTY made for gamers with a Russian alternative input.
The keys for extra letters in RU alphabet are where they are expected.
Full 2x4 nav cluster.
Volume/mute control are on base layer, Win key is on function layer.
FN_CAPS provides fast F-keys access while gaming. Lefthanded Numpad operation.
NKRO is working (forced).

## QWERTY

* Standard QWERTY made for gamers with a Russian alternative input.
* The keys for extra letters in RU alphabet are where they are expected.
* Full 2x4 nav cluster.
* Volume/mute control are on base layer, Win key is on function layer.
* FN_CAPS provides fast F-keys access while gaming. Lefthanded Numpad operation.
* NKRO is on (forced).

## Layout
```c
/* QWERTY
* .--------------------------------------------------------------------------------------------------------------------------------------.
* | GESC | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 0 | - | = | Del | BACKSP |
* |--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+-----------------|
Expand All @@ -21,12 +20,10 @@ NKRO is working (forced).
* |--------+--------+--------+--------+--------+-----------------+--------+--------+--------+--------+-----------------+--------+--------|
* | LCTRL | Del | ENTER | LALT | SPACE | End | LEFT | DOWN | RIGHT |
* '--------------------------------------------------------------------------------------------------------------------------------------'
*/
```
## FUNCTION
```c
/* FUNCTION
* .--------------------------------------------------------------------------------------------------------------------------------------.
* | XXXXXXX| F1 | F2 | F3 | F4 | F5 | F6 | F7 | F8 | F9 | F10 | F11 | F12 | _______| _______|
* |--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------|
Expand All @@ -38,10 +35,20 @@ NKRO is working (forced).
* |--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------|
* | _______| P0 | P. | PENT | SPACE | BL_TOGG| RGB TG | RGB RMD| RGB MD |
* '--------------------------------------------------------------------------------------------------------------------------------------'
*/
```
## LEDs
Top left LED - Function layer active.
Mid left LED - CapsLock active.

## Compile

## LEDs ID
go to qmk top directory.
```
$ cd qmk_firmware
```

Top left LED - Function layer active.
Mid left LED - CapsLock active.
build
```
$ make xd75:buzzlighter1
```

0 comments on commit fe4581c

Please sign in to comment.