Browse Source

[Keymap] Add Alice rev2 to my userspace (#9600)

pull/9653/head
stanrc85 3 years ago
committed by GitHub
parent
commit
da5aed6bef
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      users/stanrc85/rules.mk

+ 6
- 0
users/stanrc85/rules.mk View File

@ -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

Loading…
Cancel
Save