mirror of
https://github.com/mfulz/qmk_firmware.git
synced 2025-08-16 01:20:52 +02: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
|