mirror of
https://github.com/firewalkwithm3/qmk_firmware.git
synced 2024-11-23 03:50:28 +08:00
8 lines
129 B
Makefile
Executable file
8 lines
129 B
Makefile
Executable file
# Processor frequency
|
|
F_CPU = 8000000
|
|
|
|
CUSTOM_MATRIX = yes # Custom matrix file
|
|
|
|
# Project specific files
|
|
SRC = matrix.c
|