]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/s60_x/rgb/rules.mk
Merge commit '5a3397d17ec917c7be5d5109e01a3a84a355cb1b'
[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