2021-01-14 00:17:47 +00:00
|
|
|
# Build Options
|
|
|
|
# change yes to no to disable
|
|
|
|
#
|
2021-11-04 21:18:09 +00:00
|
|
|
BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
|
2021-01-14 00:17:47 +00:00
|
|
|
MOUSEKEY_ENABLE = no # Mouse keys
|
|
|
|
EXTRAKEY_ENABLE = yes # Audio control and System control
|
|
|
|
CONSOLE_ENABLE = yes # Console for debug
|
|
|
|
COMMAND_ENABLE = yes # Commands for debug and configuration
|
2021-12-09 05:05:44 +00:00
|
|
|
NKRO_ENABLE = yes # Enable N-Key Rollover
|
2021-01-14 00:17:47 +00:00
|
|
|
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
|
|
|
|
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
|
|
|
|
AUDIO_ENABLE = no # Audio output
|
|
|
|
UNICODE_ENABLE = yes # Unicode
|
2021-12-27 10:15:56 +00:00
|
|
|
CUSTOM_MATRIX = lite
|
2021-01-14 00:17:47 +00:00
|
|
|
|
|
|
|
# project specific files
|
2021-12-15 11:00:39 +00:00
|
|
|
SRC += matrix.c
|
|
|
|
QUANTUM_LIB_SRC += uart.c
|
2021-01-14 00:17:47 +00:00
|
|
|
|
|
|
|
DEFAULT_FOLDER = sirius/uni660/rev2/ansi
|