qmk_sweep_skeletyl/keyboards/crkbd/keymaps/jpe230/rules.mk

26 lines
708 B
Makefile
Raw Normal View History

# Shared rules for both of my Corne
OLED_ENABLE = yes
OLED_DRIVER = SSD1306
VIA_ENABLE = yes
2022-10-07 21:30:19 +02:00
RGB_MATRIX_ENABLE = yes
2022-10-07 21:30:19 +02:00
SRC += oled/oled_handler.c process_record.c
ifneq ($(CONVERT_TO),)
# Asume ARM
DEBUG_MATRIX_SCAN_RATE_ENABLE = yes
WPM_ENABLE = yes
CONSOLE_ENABLE = yes
SRC += oled/rp2040/master/oled_master_handler.c \
oled/rp2040/master/indicators_down.c \
oled/rp2040/master/indicators_up.c \
oled/rp2040/slave/oled_slave_handler.c \
oled/rp2040/slave/ocean_dream.c
else
# Asume AVR
LTO_ENABLE = yes
SRC += oled/avr/master/oled_master_handler.c \
oled/avr/slave/oled_slave_handler.c
endif