f9ed1e3ebc
Co-authored-by: Joel Challis <git@zvecr.com>
17 lines
529 B
Makefile
17 lines
529 B
Makefile
# Build Options
|
|
# change yes to no to disable
|
|
#
|
|
BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
|
|
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
|
|
NKRO_ENABLE = yes # Enable N-Key Rollover
|
|
|
|
# Optimize size but this may cause error "relocation truncated to fit"
|
|
#EXTRALDFLAGS = -Wl,--relax
|
|
|
|
QUANTUM_LIB_SRC += i2c_master.c
|
|
|
|
CUSTOM_MATRIX = yes
|
|
SRC += matrix.c ad5258.c
|