Files
2024-04-17 00:36:21 +01:00

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