diff options
author | Konstantin Đorđević <vomindoraan@gmail.com> | 2019-02-09 21:45:25 +0100 |
---|---|---|
committer | Konstantin Đorđević <vomindoraan@gmail.com> | 2019-03-02 15:15:53 +0100 |
commit | ef189da2439d8f0cf20a83756400a38310c1caeb (patch) | |
tree | 23b38e2f4bde9e809cfd9661592b41e92c6d3a44 /keyboards/whitefox/keymaps/konstantin | |
parent | db1ace5426ab08842cec23e0da190ab222de6088 (diff) |
Move feature flags from userspace into keyboard rules
Diffstat (limited to 'keyboards/whitefox/keymaps/konstantin')
-rw-r--r-- | keyboards/whitefox/keymaps/konstantin/rules.mk | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/keyboards/whitefox/keymaps/konstantin/rules.mk b/keyboards/whitefox/keymaps/konstantin/rules.mk index 1302f14ca8..14a29380ce 100644 --- a/keyboards/whitefox/keymaps/konstantin/rules.mk +++ b/keyboards/whitefox/keymaps/konstantin/rules.mk @@ -1,2 +1,11 @@ +BOOTMAGIC_ENABLE = no +COMMAND_ENABLE = yes +CONSOLE_ENABLE = yes +EXTRAKEY_ENABLE = yes +MOUSEKEY_ENABLE = yes +NKRO_ENABLE = yes +TAP_DANCE_ENABLE = yes +UNICODE_ENABLE = yes + BACKLIGHT_ENABLE = no VISUALIZER_ENABLE = no |