diff options
author | Konstantin Đorđević <vomindoraan@gmail.com> | 2018-11-05 15:04:14 +0100 |
---|---|---|
committer | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2018-11-05 06:04:14 -0800 |
commit | d1d5f200787f70bb853e32d5e5e2ce7b35ef7a54 (patch) | |
tree | de37af51bc3da3905b5b033e8080c38a92f58040 /keyboards/whitefox/keymaps/konstantin/rules.mk | |
parent | f2fda1bd56c97019777fb2a028d088ae37693b0f (diff) | |
download | qmk_firmware-d1d5f200787f70bb853e32d5e5e2ce7b35ef7a54.tar.gz |
Update whitefox/konstantin keymap (#4363)
* Use Magic+Esc for entering bootloader mode
* Expand rules.mk
* Improve FN_RCTL tap dance
* Avoid one-line if statements
* Add PROGMEM to keymaps definition
* td_fn_rctl_* → td_fn_rctrl_*
* Fix FN_RCTL tap dance bug when count is 4, 8, 12 etc.
* Add ACTION_TAP_DANCE_DOUBLE_MODS
* Rearrange/rename keycode defines
* Use RAL_RGU and RCT_RSF in keymaps
* Replace keymap ASCII art with box drawing characters
* Add FN_FNLK and use it
* Set Unicode input mode in eeconfig_init_user instead of matrix_init_user
Diffstat (limited to 'keyboards/whitefox/keymaps/konstantin/rules.mk')
-rw-r--r-- | keyboards/whitefox/keymaps/konstantin/rules.mk | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/keyboards/whitefox/keymaps/konstantin/rules.mk b/keyboards/whitefox/keymaps/konstantin/rules.mk index f1f3d2378..abf92c2c4 100644 --- a/keyboards/whitefox/keymaps/konstantin/rules.mk +++ b/keyboards/whitefox/keymaps/konstantin/rules.mk @@ -1,4 +1,10 @@ +BACKLIGHT_ENABLE = no 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 +VISUALIZER_ENABLE = no |