mirror of
https://github.com/mfulz/qmk_firmware.git
synced 2025-07-30 09:10:42 +02:00
6 lines
220 B
Makefile
6 lines
220 B
Makefile
# If you want to change display settings of the OLED, you need to change the following lines
|
|
SRC += ./lib/glcdfont.c \
|
|
./lib/keylogger.c \
|
|
./lib/modifier_state_reader.c \
|
|
./lib/host_led_state_reader.c
|