6 lines
104 B
Makefile
6 lines
104 B
Makefile
# MCU frequency
|
|
F_CPU = 8000000
|
|
|
|
# Custom matrix file for the HHKB
|
|
CUSTOM_MATRIX = lite
|
|
SRC += matrix.c
|