diff options
author | Wilba6582 <Jason.S.Wiliams@gmail.com> | 2015-06-30 17:35:18 +1000 |
---|---|---|
committer | Wilba6582 <Jason.S.Wiliams@gmail.com> | 2015-06-30 17:35:18 +1000 |
commit | 138156d4a0be4470f9653d7191d152c16f0678fc (patch) | |
tree | e42a7f3e9741d4f31b5e902681b76173990aab71 /keyboard/atomic/Makefile | |
parent | efe8304e7977eb23a6738b047fb64aa2e08f7636 (diff) | |
download | qmk_firmware-138156d4a0be4470f9653d7191d152c16f0678fc.tar.gz qmk_firmware-138156d4a0be4470f9653d7191d152c16f0678fc.zip |
Update for Atomic PCB Rev 0
Diffstat (limited to 'keyboard/atomic/Makefile')
-rw-r--r-- | keyboard/atomic/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/keyboard/atomic/Makefile b/keyboard/atomic/Makefile index c4e0cb45d7..0d5baa9fa1 100644 --- a/keyboard/atomic/Makefile +++ b/keyboard/atomic/Makefile @@ -50,7 +50,8 @@ TARGET_DIR = . # project specific files SRC = keymap_common.c \ matrix.c \ - led.c + led.c \ + backlight.c ifdef KEYMAP SRC := keymap_$(KEYMAP).c $(SRC) @@ -121,6 +122,7 @@ CONSOLE_ENABLE = yes # Console for debug(+400) COMMAND_ENABLE = yes # Commands for debug and configuration #SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend NKRO_ENABLE = yes # USB Nkey Rollover - not yet supported in LUFA +BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality # Optimize size but this may cause error "relocation truncated to fit" |