projects
/
qmk_firmware.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db1ace5
)
Move feature flags from userspace into keyboard rules
author
Konstantin Đorđević
<vomindoraan@gmail.com>
Sat, 9 Feb 2019 20:45:25 +0000
(21:45 +0100)
committer
Konstantin Đorđević
<vomindoraan@gmail.com>
Sat, 2 Mar 2019 14:15:53 +0000
(15:15 +0100)
keyboards/kbdfans/kbd6x/keymaps/konstantin/rules.mk
patch
|
blob
|
history
keyboards/melody96/keymaps/konstantin/rules.mk
patch
|
blob
|
history
keyboards/whitefox/keymaps/konstantin/rules.mk
patch
|
blob
|
history
users/konstantin/rules.mk
patch
|
blob
|
history
diff --git
a/keyboards/kbdfans/kbd6x/keymaps/konstantin/rules.mk
b/keyboards/kbdfans/kbd6x/keymaps/konstantin/rules.mk
index a45a631dc04ae64d5f84489e37d2f1f697ab85d9..38ccda621a2f701ded1ecafefc509dfaf2647e3e 100644
(file)
--- a/
keyboards/kbdfans/kbd6x/keymaps/konstantin/rules.mk
+++ b/
keyboards/kbdfans/kbd6x/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
RGBLIGHT_ENABLE = no
diff --git
a/keyboards/melody96/keymaps/konstantin/rules.mk
b/keyboards/melody96/keymaps/konstantin/rules.mk
index 7b30c0beff2a18f58cdad7b8840e72fb14b35d12..c1d4c9a0373e9005c30febe1f5b399d53f080d9a 100644
(file)
--- a/
keyboards/melody96/keymaps/konstantin/rules.mk
+++ b/
keyboards/melody96/keymaps/konstantin/rules.mk
@@
-1
+1,10
@@
+BOOTMAGIC_ENABLE = no
+COMMAND_ENABLE = yes
+CONSOLE_ENABLE = no
+EXTRAKEY_ENABLE = yes
+MOUSEKEY_ENABLE = yes
+NKRO_ENABLE = yes
+TAP_DANCE_ENABLE = yes
+UNICODE_ENABLE = yes
+
BACKLIGHT_ENABLE = no
diff --git
a/keyboards/whitefox/keymaps/konstantin/rules.mk
b/keyboards/whitefox/keymaps/konstantin/rules.mk
index 1302f14ca84e5139450fcbe14e9f7837d0466c35..14a29380ce3e4b638133568637d57a5d541a26f0 100644
(file)
--- 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
diff --git
a/users/konstantin/rules.mk
b/users/konstantin/rules.mk
index d2522b952384f84900d42054aa2175a9c2ea8278..4af256e1eb56b4525970385894a057d19d8af487 100644
(file)
--- a/
users/konstantin/rules.mk
+++ b/
users/konstantin/rules.mk
@@
-1,12
+1,3
@@
-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
-
SRC += konstantin.c
ifeq ($(strip $(TAP_DANCE_ENABLE)), yes)
SRC += tap_dance.c