[Keymap] Add indicator light bootup fanfare (#10158)
* Add indicator light bootup fanfare * move fanfare code to new file * fanfare code in new file and remove unused boards * new startup fanfare code * add lock/unlock indicator animation * input key presses before changing lights * remove old code
This commit is contained in:
@@ -10,24 +10,10 @@ NKRO_ENABLE = no
|
||||
|
||||
SRC += stanrc85.c
|
||||
|
||||
ifeq ($(strip $(KEYBOARD)), 1upkeyboards/1up60hse)
|
||||
SRC += layer_rgb.c
|
||||
VIA_ENABLE = yes
|
||||
LTO_ENABLE = yes
|
||||
endif
|
||||
ifeq ($(strip $(KEYBOARD)), dz60)
|
||||
SRC += layer_rgb.c
|
||||
VIA_ENABLE = yes
|
||||
LTO_ENABLE = yes
|
||||
endif
|
||||
ifeq ($(strip $(KEYBOARD)), projectkb/alice/rev1)
|
||||
SRC += rgblight_layers.c
|
||||
VIA_ENABLE = yes
|
||||
LTO_ENABLE = no
|
||||
VELOCIKEY_ENABLE=yes
|
||||
endif
|
||||
ifeq ($(strip $(KEYBOARD)), projectkb/alice/rev2)
|
||||
SRC += rgblight_layers.c
|
||||
SRC += startup_fanfare.c
|
||||
OPT_DEFS += -DHAS_INDICATORS
|
||||
VIA_ENABLE = yes
|
||||
LTO_ENABLE = no
|
||||
VELOCIKEY_ENABLE=yes
|
||||
|
||||
Reference in New Issue
Block a user