summaryrefslogtreecommitdiff
path: root/keyboards/infinity60/rules.mk
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2017-06-18 12:38:38 -0400
committerGitHub <noreply@github.com>2017-06-18 12:38:38 -0400
commit517f75d893253e448105401ac638257841ad9e97 (patch)
treed06edd04812ad134aae6d470725fbac5205499b4 /keyboards/infinity60/rules.mk
parentdd73e14c9b4d74473434fee78a9b1eb84491b1a8 (diff)
parent9af272e4bb685faabd1d879231f2718f0c00b32d (diff)
Merge pull request #1349 from jpetermans/infinity60
Infinity60 backlight support
Diffstat (limited to 'keyboards/infinity60/rules.mk')
-rw-r--r--keyboards/infinity60/rules.mk7
1 files changed, 4 insertions, 3 deletions
diff --git a/keyboards/infinity60/rules.mk b/keyboards/infinity60/rules.mk
index 56d6470b59..c19f62401d 100644
--- a/keyboards/infinity60/rules.mk
+++ b/keyboards/infinity60/rules.mk
@@ -1,6 +1,7 @@
# project specific files
SRC = matrix.c \
- led.c
+ led.c \
+ led_controller.c
## chip/board settings
# - the next two should match the directories in
@@ -55,7 +56,7 @@ OPT_DEFS = -DCORTEX_VTOR_INIT=0x00001000
# Build Options
# comment out to disable the options.
#
-BOOTMAGIC_ENABLE ?= yes # Virtual DIP switch configuration
+BOOTMAGIC_ENABLE ?= no # 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
@@ -63,4 +64,4 @@ 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 \ No newline at end of file
+CUSTOM_MATRIX ?= yes # Custom matrix file