2020-01-09 17:31:01 -08:00
|
|
|
SRC = matrix.c
|
2019-06-11 09:14:54 -07:00
|
|
|
|
2021-12-12 18:05:37 -08:00
|
|
|
# Build Options
|
|
|
|
# change yes to no to disable
|
|
|
|
#
|
2021-08-06 23:59:56 -07:00
|
|
|
BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
|
2019-06-11 09:14:54 -07: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-08 21:05:44 -08:00
|
|
|
NKRO_ENABLE = yes # Enable N-Key Rollover
|
2019-06-11 09:14:54 -07:00
|
|
|
BACKLIGHT_ENABLE = no
|
|
|
|
RGBLIGHT_ENABLE = no
|
2021-12-01 02:13:00 -08:00
|
|
|
SLEEP_LED_ENABLE = yes
|
2019-06-11 09:14:54 -07:00
|
|
|
CUSTOM_MATRIX = yes
|
|
|
|
|
2020-01-02 14:58:34 -08:00
|
|
|
|