mirror of
https://github.com/firewalkwithm3/qmk_firmware.git
synced 2024-11-23 03:50:28 +08:00
12 lines
241 B
Makefile
12 lines
241 B
Makefile
# Build Options
|
|
# change yes to no to disable
|
|
#
|
|
CUSTOM_MATRIX = yes
|
|
EXTRAKEY_ENABLE = yes
|
|
CONSOLE_ENABLE = yes
|
|
COMMAND_ENABLE = yes
|
|
BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
|
|
|
|
SRC += matrix.c
|
|
QUANTUM_LIB_SRC += i2c_master.c
|