Skip to content

Commit

Permalink
[Keymap] Add Alice rev2 to my userspace (qmk#9600)
Browse files Browse the repository at this point in the history
  • Loading branch information
stanrc85 authored Jul 5, 2020
1 parent 3f7ae63 commit fb3afa0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions users/stanrc85/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit fb3afa0

Please sign in to comment.