1
0
Fork 0
forked from forks/qmk_firmware
qmk_firmware/keyboards/handwired/promethium/rules.mk

12 lines
174 B
Makefile
Raw Normal View History

# Processor frequency
2016-11-26 07:11:40 +01:00
F_CPU = 8000000
PS2_DRIVER = interrupt
CUSTOM_MATRIX = yes
2023-03-30 03:21:02 +02:00
WS2812_DRIVER_REQUIRED = yes
ANALOG_DRIVER_REQUIRED = yes
2016-11-26 07:11:40 +01:00
2017-02-10 15:28:46 +01:00
SRC += rgbsps.c
SRC += matrix.c