]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/s60_x/rgb/rules.mk
6953cc6d6d325b9cd0c59234230537acd017e4ea
[qmk_firmware.git] / keyboards / s60_x / rgb / rules.mk
1 CONSOLE_ENABLE ?= no        # Console for debug(+400)
2 COMMAND_ENABLE ?= no        # Commands for debug and configuration
3 NKRO_ENABLE ?= yes          # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
4 BACKLIGHT_ENABLE ?= yes     # Enable keyboard backlight functionality
5 RGBLIGHT_ENABLE ?= yes      # Enable RGB light
6
7 ifndef QUANTUM_DIR
8         include ../../../Makefile
9 endif