summaryrefslogtreecommitdiffstats
path: root/keyboards/whitefox/keymaps/konstantin/rules.mk
diff options
context:
space:
mode:
authorKonstantin Đorđević <vomindoraan@gmail.com>2018-11-05 15:04:14 +0100
committerMechMerlin <30334081+mechmerlin@users.noreply.github.com>2018-11-05 15:04:14 +0100
commitd1d5f200787f70bb853e32d5e5e2ce7b35ef7a54 (patch)
treede37af51bc3da3905b5b033e8080c38a92f58040 /keyboards/whitefox/keymaps/konstantin/rules.mk
parentf2fda1bd56c97019777fb2a028d088ae37693b0f (diff)
downloadqmk_firmware-d1d5f200787f70bb853e32d5e5e2ce7b35ef7a54.tar.gz
qmk_firmware-d1d5f200787f70bb853e32d5e5e2ce7b35ef7a54.tar.xz
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.mk6
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