Refactor satt/comet46 to use core OLED driver (#17856)

This commit is contained in:
Joel Challis
2022-07-31 15:35:42 +01:00
committed by GitHub
parent baf34989f1
commit 409790457c
12 changed files with 55 additions and 947 deletions

View File

@@ -1,5 +1,6 @@
# If you want to change display settings of the OLED, you need to change the following lines
SRC += ./lib/glcdfont.c \
./lib/keylogger.c \
SRC += ./lib/keylogger.c \
./lib/modifier_state_reader.c \
./lib/host_led_state_reader.c
OLED_ENABLE = yes