mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-22 03:19:24 +00:00
[Keymap] Add Alice rev2 to my userspace (#9600)
This commit is contained in:
parent
acb9cf12c4
commit
da5aed6bef
@ -25,4 +25,10 @@ ifeq ($(strip $(KEYBOARD)), projectkb/alice/rev1)
|
|||||||
VIA_ENABLE = yes
|
VIA_ENABLE = yes
|
||||||
LTO_ENABLE = no
|
LTO_ENABLE = no
|
||||||
VELOCIKEY_ENABLE=yes
|
VELOCIKEY_ENABLE=yes
|
||||||
|
endif
|
||||||
|
ifeq ($(strip $(KEYBOARD)), projectkb/alice/rev2)
|
||||||
|
SRC += rgblight_layers.c
|
||||||
|
VIA_ENABLE = yes
|
||||||
|
LTO_ENABLE = no
|
||||||
|
VELOCIKEY_ENABLE=yes
|
||||||
endif
|
endif
|
Loading…
Reference in New Issue
Block a user