Explorar el Código

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

stanrc85 hace 6 años
padre
commit
da5aed6bef
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. 6 0
      users/stanrc85/rules.mk

+ 6 - 0
users/stanrc85/rules.mk

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