diff options
author | Rocco Meli <r.meli@bluemail.ch> | 2022-11-13 02:00:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-12 17:00:13 -0800 |
commit | 317b800bbb28c5ae91f413cfd17471a06de76c2f (patch) | |
tree | 3b92daec8b627c439818f71b17ed62931cfa7f8b /keyboards/crkbd/keymaps/rmeli/rules.mk | |
parent | ddcb8dd7caa067bdd7a9e0b88b0c9e74a87fe969 (diff) |
[Keymap] Update/refactor userspace and add keymaps for rmeli (#18398)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Elliot Powell <johnp8727@gmail.com>
Diffstat (limited to 'keyboards/crkbd/keymaps/rmeli/rules.mk')
-rw-r--r-- | keyboards/crkbd/keymaps/rmeli/rules.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/crkbd/keymaps/rmeli/rules.mk b/keyboards/crkbd/keymaps/rmeli/rules.mk index 8e9dbbf8cf..58a00ed6ba 100644 --- a/keyboards/crkbd/keymaps/rmeli/rules.mk +++ b/keyboards/crkbd/keymaps/rmeli/rules.mk @@ -2,11 +2,11 @@ OLED_ENABLE = yes OLED_DRIVER = SSD1306 TAP_DANCE_ENABLE = yes -AUTO_SHIFT_ENABLE = yes +AUTO_SHIFT_ENABLE = no // disable auto-shift with home row mods UNICODEMAP_ENABLE = yes +NKRO_ENABLE = yes +MAGIC_ENABLE = yes RGBLIGHT_ENABLE = no RGB_MATRIX_ENABLE = yes - -NKRO_ENABLE = yes |