aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbuzzlighter1 <mikhail.evtushenko@gmail.com>2020-05-02 05:30:20 +0300
committerGitHub <noreply@github.com>2020-05-02 03:30:20 +0100
commitfe4581c1a1a9065fe21212d8a6f2fe94fd661008 (patch)
tree5fd910a2b981ef572810b57de5ce4a2a39b16237
parentddd055b1e2fab07c411ce3b7bbd9f36b5210ba8f (diff)
downloadqmk_firmware-fe4581c1a1a9065fe21212d8a6f2fe94fd661008.tar.gz
qmk_firmware-fe4581c1a1a9065fe21212d8a6f2fe94fd661008.zip
Formatting (#8981)
-rw-r--r--keyboards/xd75/keymaps/buzzlighter1/readme.md41
1 files changed, 24 insertions, 17 deletions
diff --git a/keyboards/xd75/keymaps/buzzlighter1/readme.md b/keyboards/xd75/keymaps/buzzlighter1/readme.md
index 74fb2ea39..947acca10 100644
--- a/keyboards/xd75/keymaps/buzzlighter1/readme.md
+++ b/keyboards/xd75/keymaps/buzzlighter1/readme.md
@@ -1,15 +1,14 @@
1# XD75 with 7U spacebar for EN-RU gamers 1# XD75 with 7U spacebar for EN-RU gamers
2 2 * Standard QWERTY made for gamers with a Russian alternative input.
3Standard QWERTY made for gamers with a Russian alternative input. 3 * The keys for extra letters in RU alphabet are where they are expected.
4The keys for extra letters in RU alphabet are where they are expected. 4 * Full 2x4 nav cluster.
5Full 2x4 nav cluster. 5 * Volume/mute control are on base layer, Win key is on function layer.
6Volume/mute control are on base layer, Win key is on function layer. 6 * FN_CAPS provides fast F-keys access while gaming. Lefthanded Numpad operation.
7FN_CAPS provides fast F-keys access while gaming. Lefthanded Numpad operation. 7 * NKRO is on (forced).
8NKRO is working (forced). 8
9 9## Layout
10## QWERTY
11
12```c 10```c
11/* QWERTY
13 * .--------------------------------------------------------------------------------------------------------------------------------------. 12 * .--------------------------------------------------------------------------------------------------------------------------------------.
14 * | GESC | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 0 | - | = | Del | BACKSP | 13 * | GESC | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 0 | - | = | Del | BACKSP |
15 * |--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+-----------------| 14 * |--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+-----------------|
@@ -21,12 +20,10 @@ NKRO is working (forced).
21 * |--------+--------+--------+--------+--------+-----------------+--------+--------+--------+--------+-----------------+--------+--------| 20 * |--------+--------+--------+--------+--------+-----------------+--------+--------+--------+--------+-----------------+--------+--------|
22 * | LCTRL | Del | ENTER | LALT | SPACE | End | LEFT | DOWN | RIGHT | 21 * | LCTRL | Del | ENTER | LALT | SPACE | End | LEFT | DOWN | RIGHT |
23 * '--------------------------------------------------------------------------------------------------------------------------------------' 22 * '--------------------------------------------------------------------------------------------------------------------------------------'
24 23 */
25``` 24```
26
27## FUNCTION
28
29```c 25```c
26/* FUNCTION
30 * .--------------------------------------------------------------------------------------------------------------------------------------. 27 * .--------------------------------------------------------------------------------------------------------------------------------------.
31 * | XXXXXXX| F1 | F2 | F3 | F4 | F5 | F6 | F7 | F8 | F9 | F10 | F11 | F12 | _______| _______| 28 * | XXXXXXX| F1 | F2 | F3 | F4 | F5 | F6 | F7 | F8 | F9 | F10 | F11 | F12 | _______| _______|
32 * |--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------| 29 * |--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------|
@@ -38,10 +35,20 @@ NKRO is working (forced).
38 * |--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------| 35 * |--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------|
39 * | _______| P0 | P. | PENT | SPACE | BL_TOGG| RGB TG | RGB RMD| RGB MD | 36 * | _______| P0 | P. | PENT | SPACE | BL_TOGG| RGB TG | RGB RMD| RGB MD |
40 * '--------------------------------------------------------------------------------------------------------------------------------------' 37 * '--------------------------------------------------------------------------------------------------------------------------------------'
38 */
41``` 39```
40## LEDs
41Top left LED - Function layer active.
42Mid left LED - CapsLock active.
42 43
44## Compile
43 45
44## LEDs ID 46go to qmk top directory.
47```
48$ cd qmk_firmware
49```
45 50
46Top left LED - Function layer active. 51build
47Mid left LED - CapsLock active. 52```
53$ make xd75:buzzlighter1
54``` \ No newline at end of file