2017-06-30 22:09:52 +02:00
|
|
|
CONSOLE_ENABLE = no # Console for debug(+400)
|
|
|
|
COMMAND_ENABLE = no # Commands for debug and configuration
|
|
|
|
NKRO_ENABLE = no # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
|
2017-08-20 08:50:29 +02:00
|
|
|
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
|
2017-06-30 22:09:52 +02:00
|
|
|
RGBLIGHT_ENABLE = no
|
2017-04-29 15:02:54 +02:00
|
|
|
|
|
|
|
ifndef QUANTUM_DIR
|
|
|
|
include ../../../Makefile
|
2017-08-20 08:50:29 +02:00
|
|
|
endif
|