mirror of
https://github.com/firewalkwithm3/qmk_firmware.git
synced 2024-11-22 19:40:29 +08:00
12 lines
235 B
Makefile
12 lines
235 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
|
|
I2C_DRIVER_REQUIRED = yes
|