aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/xd75
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 /keyboards/xd75
parentddd055b1e2fab07c411ce3b7bbd9f36b5210ba8f (diff)
downloadfirmware-fe4581c1a1a9065fe21212d8a6f2fe94fd661008.tar.gz
firmware-fe4581c1a1a9065fe21212d8a6f2fe94fd661008.tar.bz2
firmware-fe4581c1a1a9065fe21212d8a6f2fe94fd661008.zip
Formatting (#8981)
Diffstat (limited to 'keyboards/xd75')
-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 @@
# 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