summaryrefslogtreecommitdiff
path: root/keyboards/xd75/keymaps/buzzlighter1/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/xd75/keymaps/buzzlighter1/readme.md')
-rw-r--r--keyboards/xd75/keymaps/buzzlighter1/readme.md54
1 files changed, 0 insertions, 54 deletions
diff --git a/keyboards/xd75/keymaps/buzzlighter1/readme.md b/keyboards/xd75/keymaps/buzzlighter1/readme.md
deleted file mode 100644
index 947acca101..0000000000
--- a/keyboards/xd75/keymaps/buzzlighter1/readme.md
+++ /dev/null
@@ -1,54 +0,0 @@
-# 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 on (forced).
-
-## Layout
-```c
-/* QWERTY
- * .--------------------------------------------------------------------------------------------------------------------------------------.
- * | GESC | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 0 | - | = | Del | BACKSP |
- * |--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+-----------------|
- * | TAB | Q | W | E | R | T | Y | U | I | O | P | [ | ] | \ | Mute |
- * |--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+-----------------+--------|
- * | FN(CPS)| A | S | D | F | G | H | J | K | L | ; | ' | Vol- | Vol+ | ENTER |
- * |--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------------------------+--------|
- * | LSHIFT | Z | X | C | V | B | N | M | , | . | / | Home | PGUP | UP | PGDWN |
- * |--------+--------+--------+--------+--------+-----------------+--------+--------+--------+--------+-----------------+--------+--------|
- * | LCTRL | Del | ENTER | LALT | SPACE | End | LEFT | DOWN | RIGHT |
- * '--------------------------------------------------------------------------------------------------------------------------------------'
- */
-```
-```c
-/* FUNCTION
- * .--------------------------------------------------------------------------------------------------------------------------------------.
- * | XXXXXXX| F1 | F2 | F3 | F4 | F5 | F6 | F7 | F8 | F9 | F10 | F11 | F12 | _______| _______|
- * |--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------|
- * | _______| P7 | P8 | P9 | + | P* | XXXXXXX| PR SCR | SCR LK | PAUSE | XXXXXXX| BL_DEC | BL_INC | RGB HD | RGB HI |
- * |--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------|
- * | _______| P4 | P5 | P6 | NumLk | CALC | XXXXXXX| POWER | XXXXXXX| RESET | XXXXXXX| BL_BRTG| BL_STEP| RGB SD | RGB SI |
- * |--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------|
- * | _______| P1 | P2 | P3 | - | P/ | XXXXXXX| OS | PLAY | PREV | NXT | BL_OFF | BL_ON | RGB VD | RGB VI |
- * |--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------|
- * | _______| 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
-
-go to qmk top directory.
-```
-$ cd qmk_firmware
-```
-
-build
-```
-$ make xd75:buzzlighter1
-``` \ No newline at end of file