mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-23 11:52:59 +00:00
9 lines
142 B
Makefile
9 lines
142 B
Makefile
|
# Build Options
|
||
|
# change yes to no to disable
|
||
|
#
|
||
|
CUSTOM_MATRIX = lite # Lite custom matrix
|
||
|
|
||
|
|
||
|
# Project specific files
|
||
|
SRC += matrix.c
|