diff options
author | Jack Humbert <jack.humb@gmail.com> | 2017-04-30 10:27:40 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-30 10:27:40 -0400 |
commit | 43aa59c703f47cad364e20dd9b1ca7b3842d743e (patch) | |
tree | 2a314ac51bf1399c09a394e76ba81a56c072e7d6 /keyboards/s60-x/default | |
parent | 26bbfd78125224abdbd2e4ccf3aa3df1b5fc4968 (diff) | |
parent | 7180e195e84aabf252fcadb2852644417ac1d663 (diff) | |
download | qmk_firmware-43aa59c703f47cad364e20dd9b1ca7b3842d743e.tar.gz qmk_firmware-43aa59c703f47cad364e20dd9b1ca7b3842d743e.zip |
Merge pull request #1263 from Dbroqua/master
Fixed bugs for S60-X RGB version
Diffstat (limited to 'keyboards/s60-x/default')
-rw-r--r-- | keyboards/s60-x/default/rules.mk | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/keyboards/s60-x/default/rules.mk b/keyboards/s60-x/default/rules.mk index b8ff762607..aaa3764df6 100644 --- a/keyboards/s60-x/default/rules.mk +++ b/keyboards/s60-x/default/rules.mk @@ -1 +1,9 @@ -RGBLIGHT_ENABLE ?= no
\ No newline at end of file +CONSOLE_ENABLE ?= no # Console for debug(+400) +COMMAND_ENABLE ?= no # Commands for debug and configuration +NKRO_ENABLE ?= no # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work +BACKLIGHT_ENABLE ?= yes # Enable keyboard backlight functionality +RGBLIGHT_ENABLE ?= no + +ifndef QUANTUM_DIR + include ../../../Makefile +endif
\ No newline at end of file |