This repository has been archived on 2025-01-28. You can view files and clone it, but cannot push or open issues or pull requests.

9 lines
140 B
Makefile
Raw Normal View History

OLED_ENABLE = yes
OLED_DRIVER = SSD1306
WPM_ENABLE = yes
VIA_ENABLE = yes
ifeq ($(strip $(OLED_ENABLE)), yes)
SRC += oled_display.c
endif