diff options
| author | Konstantin Đorđević <konstantin.djordjevic@tradecore.com> | 2019-07-25 21:31:40 +0200 |
|---|---|---|
| committer | Drashna Jaelre <drashna@live.com> | 2019-07-25 12:31:40 -0700 |
| commit | 36d3902504d6aa0d2bdac88c90339c902ade11b3 (patch) | |
| tree | b4a36c6b3cb5d54f44680df60c1845e8cb917197 /keyboards/whitefox | |
| parent | f204ed67f210b1dde20333727c79c47a5b70518a (diff) | |
| download | qmk_firmware-36d3902504d6aa0d2bdac88c90339c902ade11b3.tar.gz qmk_firmware-36d3902504d6aa0d2bdac88c90339c902ade11b3.zip | |
[User] Update personal userspace and keymaps, add reactive underglow (#6410)
* Update MODERN_DOLCH_RED color
* Remove unused RAL_LAL tap dance
* Disable Space Cadet on all boards
* Rework SEND_STRING_CLEAN into CLEAN_MODS, fix DST_P_R/DST_N_A
* Disable unnecessary underglow animations
* Rearrange feature flags in rules.mk files
* Change custom colors from structs to defines
* Add some explicit initializers
* Add MODERN_DOLCH_CYAN color
* Add IS_LAYER_ON_STATE()/IS_LAYER_OFF_STATE() macros
* Add led_set_keymap() template function
* Change underglow color based on Caps/Fn state
* Preserve val when changing underglow colors
* Only trigger Fn light for Fn layer
* Refactor fn_light() and caps_light() slightly
* Add comments to fn_light() and caps_light()
Diffstat (limited to 'keyboards/whitefox')
| -rw-r--r-- | keyboards/whitefox/keymaps/konstantin/rules.mk | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/keyboards/whitefox/keymaps/konstantin/rules.mk b/keyboards/whitefox/keymaps/konstantin/rules.mk index 625ef346c..bced6e8a7 100644 --- a/keyboards/whitefox/keymaps/konstantin/rules.mk +++ b/keyboards/whitefox/keymaps/konstantin/rules.mk | |||
| @@ -1,11 +1,11 @@ | |||
| 1 | BOOTMAGIC_ENABLE = no | 1 | BACKLIGHT_ENABLE = no |
| 2 | COMMAND_ENABLE = yes | 2 | BOOTMAGIC_ENABLE = no |
| 3 | CONSOLE_ENABLE = yes | 3 | COMMAND_ENABLE = yes |
| 4 | EXTRAKEY_ENABLE = yes | 4 | CONSOLE_ENABLE = yes |
| 5 | MOUSEKEY_ENABLE = yes | 5 | EXTRAKEY_ENABLE = yes |
| 6 | NKRO_ENABLE = yes | 6 | MOUSEKEY_ENABLE = yes |
| 7 | TAP_DANCE_ENABLE = yes | 7 | NKRO_ENABLE = yes |
| 8 | UNICODEMAP_ENABLE = yes | 8 | SPACE_CADET_ENABLE = no |
| 9 | 9 | TAP_DANCE_ENABLE = yes | |
| 10 | BACKLIGHT_ENABLE = no | 10 | UNICODEMAP_ENABLE = yes |
| 11 | VISUALIZER_ENABLE = no | 11 | VISUALIZER_ENABLE = no |
