mirror of
https://github.com/jmwtsn/qmk_firmware.git
synced 2026-06-03 19:53:31 -03:00
11 lines
145 B
Makefile
11 lines
145 B
Makefile
# Processor frequency
|
|
F_CPU = 8000000
|
|
|
|
PS2_DRIVER = interrupt
|
|
CUSTOM_MATRIX = yes
|
|
|
|
WS2812_DRIVER_REQUIRED = yes
|
|
|
|
SRC += rgbsps.c
|
|
SRC += matrix.c
|