2020-09-27 12:04:27 +00:00
|
|
|
# Build Options
|
|
|
|
# change yes to no to disable
|
|
|
|
#
|
2021-11-04 21:18:09 +00:00
|
|
|
BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
|
2020-09-27 12:04:27 +00:00
|
|
|
MOUSEKEY_ENABLE = yes # Mouse keys
|
|
|
|
EXTRAKEY_ENABLE = yes # Audio control and System control
|
|
|
|
CONSOLE_ENABLE = no # Console for debug
|
|
|
|
COMMAND_ENABLE = no # Commands for debug and configuration
|
2021-12-09 05:05:44 +00:00
|
|
|
NKRO_ENABLE = yes # Enable N-Key Rollover
|
2020-09-27 12:04:27 +00:00
|
|
|
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
|
|
|
|
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
|
|
|
|
AUDIO_ENABLE = no # Audio output
|
|
|
|
LTO_ENABLE = yes # Smaller (and slightly faster) firmware
|
|
|
|
|
|
|
|
|
|
|
|
# custom matrix setup
|
|
|
|
CUSTOM_MATRIX = lite
|
|
|
|
|
2022-02-09 00:07:42 +00:00
|
|
|
VPATH += drivers/gpio
|
2020-09-27 12:04:27 +00:00
|
|
|
SRC += mcp23018.c matrix.c
|
2023-10-13 06:25:32 +00:00
|
|
|
I2C_DRIVER_REQUIRED = yes
|