2018-02-16 17:03:53 +00:00
|
|
|
# Build Options
|
2021-12-13 02:05:37 +00:00
|
|
|
# change yes to no to disable
|
2018-02-16 17:03:53 +00:00
|
|
|
#
|
2021-08-07 06:59:56 +00:00
|
|
|
BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
|
2021-12-27 10:15:56 +00:00
|
|
|
MOUSEKEY_ENABLE = yes # 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-12-27 10:15:56 +00:00
|
|
|
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
|
|
|
|
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
|
|
|
|
AUDIO_ENABLE = no # Audio output
|
|
|
|
CUSTOM_MATRIX = lite
|
2018-02-16 17:03:53 +00:00
|
|
|
|
2021-12-27 10:15:56 +00:00
|
|
|
# project specific files
|
2021-12-15 11:00:39 +00:00
|
|
|
SRC += matrix.c
|
2023-10-13 06:25:32 +00:00
|
|
|
UART_DRIVER_REQUIRED = yes
|