]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/s60_x/default/rules.mk
Update keyboards' rules.mk/Makefiles (#1442)
[qmk_firmware.git] / keyboards / s60_x / default / rules.mk
1 CONSOLE_ENABLE = no        # Console for debug(+400)
2 COMMAND_ENABLE = no        # Commands for debug and configuration
3 NKRO_ENABLE = no          # 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 = no
6
7 ifndef QUANTUM_DIR
8         include ../../../Makefile
9 endif