summaryrefslogtreecommitdiff
path: root/keyboards/s60_x/rgb/rules.mk
diff options
context:
space:
mode:
authorAdam Lee <adam@bigtuna.io>2017-05-07 14:35:43 -0700
committerAdam Lee <adam@bigtuna.io>2017-05-07 14:35:43 -0700
commit29df2be2a96d5d4d33a8835cf8ec4760098cdaf1 (patch)
treed6dd7f5254188e55f4663dab5a61ca58ad7142cd /keyboards/s60_x/rgb/rules.mk
parent425e7348d8b6fa40dd7aa3f4c99dbbff6f5babd8 (diff)
parent2704c163da590d3020f6d87717c400611de81110 (diff)
downloadqmk_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.mk9
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