diff options
author | Jack Humbert <jack.humb@gmail.com> | 2017-06-27 14:21:42 -0400 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2017-06-27 14:21:42 -0400 |
commit | 9f5b4e1d7a37f873acbc19b8385964121566653e (patch) | |
tree | 78a51918d16a84148af5276170d2c30525dee661 /keyboards/whitefox/rules.mk | |
parent | b82604dadad81872abdb9fdde18086ee69e66671 (diff) | |
parent | 4ba9438c3f71e6ea3433be4f9e1a28d36471d247 (diff) | |
download | firmware-9f5b4e1d7a37f873acbc19b8385964121566653e.tar.gz firmware-9f5b4e1d7a37f873acbc19b8385964121566653e.tar.bz2 firmware-9f5b4e1d7a37f873acbc19b8385964121566653e.zip |
Merge branch 'master' of https://github.com/qmk/qmk_firmware into dual_audio
Diffstat (limited to 'keyboards/whitefox/rules.mk')
-rw-r--r-- | keyboards/whitefox/rules.mk | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/keyboards/whitefox/rules.mk b/keyboards/whitefox/rules.mk index 18b690f49..565381e16 100644 --- a/keyboards/whitefox/rules.mk +++ b/keyboards/whitefox/rules.mk @@ -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 @@ -66,3 +67,7 @@ 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 $(KEYBOARD_PATH)/drivers/gdisp/IS31FL3731C/driver.mk |