diff options
author | Adam Lee <adam@bigtuna.io> | 2017-05-07 14:35:43 -0700 |
---|---|---|
committer | Adam Lee <adam@bigtuna.io> | 2017-05-07 14:35:43 -0700 |
commit | 29df2be2a96d5d4d33a8835cf8ec4760098cdaf1 (patch) | |
tree | d6dd7f5254188e55f4663dab5a61ca58ad7142cd /keyboards/s60_x/rgb/rules.mk | |
parent | 425e7348d8b6fa40dd7aa3f4c99dbbff6f5babd8 (diff) | |
parent | 2704c163da590d3020f6d87717c400611de81110 (diff) | |
download | qmk_firmware-29df2be2a96d5d4d33a8835cf8ec4760098cdaf1.tar.gz qmk_firmware-29df2be2a96d5d4d33a8835cf8ec4760098cdaf1.zip |
Merge remote-tracking branch 'upstream/master' into dev
Diffstat (limited to 'keyboards/s60_x/rgb/rules.mk')
-rw-r--r-- | keyboards/s60_x/rgb/rules.mk | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/keyboards/s60_x/rgb/rules.mk b/keyboards/s60_x/rgb/rules.mk new file mode 100644 index 0000000000..6953cc6d6d --- /dev/null +++ b/keyboards/s60_x/rgb/rules.mk @@ -0,0 +1,9 @@ +CONSOLE_ENABLE ?= no # Console for debug(+400) +COMMAND_ENABLE ?= no # Commands for debug and configuration +NKRO_ENABLE ?= yes # 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 ?= yes # Enable RGB light + +ifndef QUANTUM_DIR + include ../../../Makefile +endif
\ No newline at end of file |