[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()pull/6416/head
parent
f204ed67f2
commit
36d3902504
@ -1,11 +1,11 @@
|
|||||||
BOOTMAGIC_ENABLE = no
|
BACKLIGHT_ENABLE = no
|
||||||
COMMAND_ENABLE = yes
|
BOOTMAGIC_ENABLE = no
|
||||||
CONSOLE_ENABLE = no
|
COMMAND_ENABLE = yes
|
||||||
EXTRAKEY_ENABLE = yes
|
CONSOLE_ENABLE = yes
|
||||||
MOUSEKEY_ENABLE = yes
|
EXTRAKEY_ENABLE = yes
|
||||||
NKRO_ENABLE = yes
|
MOUSEKEY_ENABLE = yes
|
||||||
TAP_DANCE_ENABLE = yes
|
NKRO_ENABLE = yes
|
||||||
UNICODEMAP_ENABLE = no
|
RGBLIGHT_ENABLE = yes
|
||||||
|
SPACE_CADET_ENABLE = no
|
||||||
BACKLIGHT_ENABLE = yes
|
TAP_DANCE_ENABLE = yes
|
||||||
RGBLIGHT_ENABLE = yes
|
UNICODEMAP_ENABLE = no
|
||||||
|
@ -1,10 +1,11 @@
|
|||||||
BOOTMAGIC_ENABLE = no
|
BACKLIGHT_ENABLE = no
|
||||||
COMMAND_ENABLE = yes
|
BOOTMAGIC_ENABLE = no
|
||||||
CONSOLE_ENABLE = no
|
COMMAND_ENABLE = yes
|
||||||
EXTRAKEY_ENABLE = yes
|
CONSOLE_ENABLE = no
|
||||||
MOUSEKEY_ENABLE = yes
|
EXTRAKEY_ENABLE = yes
|
||||||
NKRO_ENABLE = yes
|
MOUSEKEY_ENABLE = yes
|
||||||
TAP_DANCE_ENABLE = yes
|
NKRO_ENABLE = yes
|
||||||
UNICODEMAP_ENABLE = yes
|
RGBLIGHT_ENABLE = yes
|
||||||
|
SPACE_CADET_ENABLE = no
|
||||||
BACKLIGHT_ENABLE = no
|
TAP_DANCE_ENABLE = yes
|
||||||
|
UNICODEMAP_ENABLE = yes
|
||||||
|
@ -1,8 +1,10 @@
|
|||||||
BOOTMAGIC_ENABLE = no
|
BACKLIGHT_ENABLE = no
|
||||||
COMMAND_ENABLE = yes
|
BOOTMAGIC_ENABLE = no
|
||||||
CONSOLE_ENABLE = yes
|
COMMAND_ENABLE = yes
|
||||||
EXTRAKEY_ENABLE = yes
|
CONSOLE_ENABLE = yes
|
||||||
MOUSEKEY_ENABLE = yes
|
EXTRAKEY_ENABLE = yes
|
||||||
NKRO_ENABLE = yes
|
MOUSEKEY_ENABLE = yes
|
||||||
TAP_DANCE_ENABLE = yes
|
NKRO_ENABLE = yes
|
||||||
UNICODEMAP_ENABLE = yes
|
SPACE_CADET_ENABLE = no
|
||||||
|
TAP_DANCE_ENABLE = yes
|
||||||
|
UNICODEMAP_ENABLE = yes
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
BOOTMAGIC_ENABLE = no
|
BACKLIGHT_ENABLE = no
|
||||||
COMMAND_ENABLE = yes
|
BOOTMAGIC_ENABLE = no
|
||||||
CONSOLE_ENABLE = yes
|
COMMAND_ENABLE = yes
|
||||||
EXTRAKEY_ENABLE = yes
|
CONSOLE_ENABLE = yes
|
||||||
MOUSEKEY_ENABLE = yes
|
EXTRAKEY_ENABLE = yes
|
||||||
NKRO_ENABLE = yes
|
MOUSEKEY_ENABLE = yes
|
||||||
TAP_DANCE_ENABLE = yes
|
NKRO_ENABLE = yes
|
||||||
UNICODEMAP_ENABLE = yes
|
SPACE_CADET_ENABLE = no
|
||||||
|
TAP_DANCE_ENABLE = yes
|
||||||
BACKLIGHT_ENABLE = no
|
UNICODEMAP_ENABLE = yes
|
||||||
VISUALIZER_ENABLE = no
|
VISUALIZER_ENABLE = no
|
||||||
|
Loading…
Reference in new issue