[Keymap] Add Alice rev2 to my userspace (#9600)
1 files changed, 6 insertions(+), 0 deletions(-) M users/stanrc85/rules.mk
M users/stanrc85/rules.mk => users/stanrc85/rules.mk +6 -0
@@ 25,4 25,10 @@ ifeq ($(strip $(KEYBOARD)), projectkb/alice/rev1) VIA_ENABLE = yes LTO_ENABLE = no VELOCIKEY_ENABLE=yes +endif +ifeq ($(strip $(KEYBOARD)), projectkb/alice/rev2) + SRC += rgblight_layers.c + VIA_ENABLE = yes + LTO_ENABLE = no + VELOCIKEY_ENABLE=yes endif= \ No newline at end of file