mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-17 09:24:48 +00:00
8 lines
249 B
Makefile
8 lines
249 B
Makefile
SRC += action_pseudo_lut.c
|
|
|
|
# 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
|
|
|