diff options
Diffstat (limited to 'keyboards/kprepublic/bm65hsrgb_iso/keymaps/deadolus/readme.md')
-rw-r--r-- | keyboards/kprepublic/bm65hsrgb_iso/keymaps/deadolus/readme.md | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/keyboards/kprepublic/bm65hsrgb_iso/keymaps/deadolus/readme.md b/keyboards/kprepublic/bm65hsrgb_iso/keymaps/deadolus/readme.md new file mode 100644 index 000000000..095550b01 --- /dev/null +++ b/keyboards/kprepublic/bm65hsrgb_iso/keymaps/deadolus/readme.md | |||
@@ -0,0 +1,20 @@ | |||
1 | # Deadolus' keymap for the bm65iso | ||
2 | |||
3 | * Six layers (even though three are mostly empty) | ||
4 | * Different color for each layer (r,g,b,c,m,y) | ||
5 | * **Keys with something else defined than KC_TRNS are lit up in the layer color, so you easily can see which keys have some function defined** | ||
6 | * Caps-Lock lights up when active and on layer 0 | ||
7 | * Some leader shortcuts defined - nothing useful yet | ||
8 | * Some space cadet keys defined for easier insertion of () and {} | ||
9 | * Bootmagic lite enabled via default settings so you can plug in the keyboard while holding esc to land in bootloader mode | ||
10 | * Manages all this and still fits in to the program memory | ||
11 | |||
12 | Make example for this keyboard (after setting up your build environment): | ||
13 | |||
14 | make kprepublic/bm65hsrgb_iso:deadolus | ||
15 | |||
16 | Flashing example for this keyboard: | ||
17 | |||
18 | make kprepublic/bm65hsrgb_iso:deadolus:flash | ||
19 | |||
20 | Keyboard Maintainer: **[deadolus](https://github.com/deadolus)** | ||