]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/whitefox/rules.mk
Move GDISP drivers to /drivers/ugfx
[qmk_firmware.git] / keyboards / whitefox / rules.mk
index 18b690f4929c270b11b20fddf86f0a4b1756780f..4cf23a3900c00be2279339513fac2a3df07d29ed 100644 (file)
@@ -1,6 +1,7 @@
 # project specific files
 SRC =  matrix.c \
-       led.c
+       led.c \
+       animations.c
 
 ## chip/board settings
 # - the next two should match the directories in
@@ -57,12 +58,16 @@ OPT_DEFS =
 # Build Options
 #   comment out to disable the options.
 #
-BOOTMAGIC_ENABLE ?= yes        # Virtual DIP switch configuration
+BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration
 ## (Note that for BOOTMAGIC on Teensy LC you have to use a custom .ld script.)
-MOUSEKEY_ENABLE ?= yes # Mouse keys
-EXTRAKEY_ENABLE ?= yes # Audio control and System control
-#CONSOLE_ENABLE ?= yes # Console for debug
-COMMAND_ENABLE ?= yes    # Commands for debug and configuration
-#SLEEP_LED_ENABLE ?= yes  # Breathing sleep LED during USB suspend
-NKRO_ENABLE ?= yes         # USB Nkey Rollover
-CUSTOM_MATRIX ?= yes # Custom matrix file
+MOUSEKEY_ENABLE = yes  # Mouse keys
+EXTRAKEY_ENABLE = yes  # Audio control and System control
+#CONSOLE_ENABLE = yes  # Console for debug
+COMMAND_ENABLE = yes    # Commands for debug and configuration
+#SLEEP_LED_ENABLE = yes  # Breathing sleep LED during USB suspend
+NKRO_ENABLE = yes          # USB Nkey Rollover
+CUSTOM_MATRIX = yes # Custom matrix file
+BACKLIGHT_ENABLE = yes
+VISUALIZER_ENABLE = yes
+
+include $(TOP_DIR)/drivers/ugfx/gdisp/IS31FL3731C/driver.mk