mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-22 16:37:58 +06:00
12 lines
174 B
Makefile
12 lines
174 B
Makefile
# Processor frequency
|
|
F_CPU = 8000000
|
|
|
|
PS2_DRIVER = interrupt
|
|
CUSTOM_MATRIX = yes
|
|
|
|
WS2812_DRIVER_REQUIRED = yes
|
|
ANALOG_DRIVER_REQUIRED = yes
|
|
|
|
SRC += rgbsps.c
|
|
SRC += matrix.c
|