2017-11-26 08:17:14 +01:00
|
|
|
# Build Options
|
2021-12-13 03:05:37 +01:00
|
|
|
# change yes to no to disable
|
2017-11-26 08:17:14 +01:00
|
|
|
#
|
2021-08-07 08:59:56 +02:00
|
|
|
BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
|
2020-06-15 12:06:10 +02: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 06:05:44 +01:00
|
|
|
NKRO_ENABLE = yes # Enable N-Key Rollover
|
2017-11-26 08:17:14 +01:00
|
|
|
|
|
|
|
# Optimize size but this may cause error "relocation truncated to fit"
|
|
|
|
#EXTRALDFLAGS = -Wl,--relax
|
|
|
|
|
2023-09-14 05:57:10 +02:00
|
|
|
QUANTUM_LIB_SRC += i2c_master.c
|
|
|
|
|
2017-11-26 08:17:14 +01:00
|
|
|
CUSTOM_MATRIX = yes
|
2023-09-14 05:57:10 +02:00
|
|
|
SRC += matrix.c ad5258.c
|