qmk_firmware/keyboards/handwired/promethium/rules.mk

12 lines
174 B
Makefile
Raw Normal View History

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