diff options
author | Simon <4662005+Deadolus@users.noreply.github.com> | 2021-07-07 03:04:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-06 18:04:32 -0700 |
commit | dba3f0d1ebeb8103e93494cb428021c491534202 (patch) | |
tree | ed01e7c67692f2b54d1f4b9bfd76976a3ed2767c /keyboards/bm65iso/keymaps/deadolus/readme.md | |
parent | 09c4d536c31c7443c4355e749e72364262fdd454 (diff) |
[Keyboard] Add bm65iso (#13400)
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/bm65iso/keymaps/deadolus/readme.md')
-rw-r--r-- | keyboards/bm65iso/keymaps/deadolus/readme.md | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/keyboards/bm65iso/keymaps/deadolus/readme.md b/keyboards/bm65iso/keymaps/deadolus/readme.md new file mode 100644 index 0000000000..6080e5b9ab --- /dev/null +++ b/keyboards/bm65iso/keymaps/deadolus/readme.md @@ -0,0 +1,20 @@ +# Deadolus' keymap for the bm65iso + +* Six layers (even though three are mostly empty) +* Different color for each layer (r,g,b,c,m,y) +* **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** +* Caps-Lock lights up when active and on layer 0 +* Some leader shortcuts defined - nothing useful yet +* Some space cadet keys defined for easier insertion of () and {} +* Bootmagic lite enabled via default settings so you can plug in the keyboard while holding esc to land in bootloader mode +* Manages all this and still fits in to the program memory + +Make example for this keyboard (after setting up your build environment): + + make bm65iso:deadolus + +Flashing example for this keyboard: + + make bm65iso:deadolus:flash + +Keyboard Maintainer: **[deadolus](https://github.com/deadolus)** |