diff options
author | buzzlighter1 <mikhail.evtushenko@gmail.com> | 2020-05-02 05:30:20 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-02 03:30:20 +0100 |
commit | fe4581c1a1a9065fe21212d8a6f2fe94fd661008 (patch) | |
tree | 5fd910a2b981ef572810b57de5ce4a2a39b16237 | |
parent | ddd055b1e2fab07c411ce3b7bbd9f36b5210ba8f (diff) |
Formatting (#8981)
-rw-r--r-- | keyboards/xd75/keymaps/buzzlighter1/readme.md | 41 |
1 files changed, 24 insertions, 17 deletions
diff --git a/keyboards/xd75/keymaps/buzzlighter1/readme.md b/keyboards/xd75/keymaps/buzzlighter1/readme.md index 74fb2ea396..947acca101 100644 --- a/keyboards/xd75/keymaps/buzzlighter1/readme.md +++ b/keyboards/xd75/keymaps/buzzlighter1/readme.md @@ -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 | * |--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+-----------------| @@ -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 | _______| _______| * |--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------| @@ -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 +```
\ No newline at end of file |