mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-22 16:37:58 +06:00
7 lines
104 B
Makefile
7 lines
104 B
Makefile
# MCU frequency
|
|
F_CPU = 8000000
|
|
|
|
# Custom matrix file for the HHKB
|
|
CUSTOM_MATRIX = lite
|
|
SRC += matrix.c
|