mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-26 10:27:52 +06:00
12 lines
238 B
Makefile
12 lines
238 B
Makefile
CUSTOM_MATRIX = yes
|
|
EXTRAKEY_ENABLE = yes
|
|
CONSOLE_ENABLE = yes
|
|
COMMAND_ENABLE = yes
|
|
|
|
# A bunch of stuff that you shouldn't touch unless you
|
|
# know what you're doing.
|
|
#
|
|
# No touchy, capiche?
|
|
SRC += matrix.c
|
|
I2C_DRIVER_REQUIRED = yes
|