|
|
|
@ -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
|
|
|
|
@ -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
|
|
|
|
|
CUSTOM_MATRIX ?= yes # Custom matrix file
|
|
|
|
|