diff options
author | Konstantin Đorđević <vomindoraan@gmail.com> | 2021-09-19 20:47:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-19 11:47:40 -0700 |
commit | 4348e2ffc11533a384d0eea452c954e57fe7e44c (patch) | |
tree | 4e90b052f194f5b377c287bd71a62af973a44ef6 /keyboards/melody96/keymaps/konstantin/rules.mk | |
parent | e83fb69ae8a579648a6a73e00399d3d144e51f88 (diff) |
[Keymap] Updates to existing keymaps and userspace (#14503)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Diffstat (limited to 'keyboards/melody96/keymaps/konstantin/rules.mk')
-rw-r--r-- | keyboards/melody96/keymaps/konstantin/rules.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/keyboards/melody96/keymaps/konstantin/rules.mk b/keyboards/melody96/keymaps/konstantin/rules.mk index e02c6c7b19..816ece7b26 100644 --- a/keyboards/melody96/keymaps/konstantin/rules.mk +++ b/keyboards/melody96/keymaps/konstantin/rules.mk @@ -1,5 +1,5 @@ # Generic features -BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite +BOOTMAGIC_ENABLE = yes COMMAND_ENABLE = yes CONSOLE_ENABLE = yes EXTRAKEY_ENABLE = yes @@ -11,6 +11,7 @@ UNICODEMAP_ENABLE = yes # Keyboard-specific features BACKLIGHT_ENABLE = no RGBLIGHT_ENABLE = yes +VIA_ENABLE = yes # Firmware size reduction GRAVE_ESC_ENABLE = no |