2017-11-25 23:17:14 -08:00
|
|
|
# Build Options
|
2021-12-12 18:05:37 -08:00
|
|
|
# change yes to no to disable
|
2017-11-25 23:17:14 -08:00
|
|
|
#
|
2021-08-06 23:59:56 -07:00
|
|
|
BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
|
2020-06-15 03:06:10 -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
|
2017-11-25 23:17:14 -08:00
|
|
|
|
|
|
|
# Optimize size but this may cause error "relocation truncated to fit"
|
|
|
|
#EXTRALDFLAGS = -Wl,--relax
|
|
|
|
|
|
|
|
CUSTOM_MATRIX = yes
|
2017-12-11 18:05:12 -08:00
|
|
|
SRC += matrix.c \
|
|
|
|
actuation_point.c \
|
|
|
|
i2c.c
|