keychron_qmk_firmware/keyboards/handwired/promethium/rules.mk

12 lines
174 B
Makefile
Raw Normal View History

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