6 lines
185 B
Makefile
6 lines
185 B
Makefile
|
# If you want to change the display of OLED, you need to change here
|
||
|
SRC += ./lib/glcdfont.c \
|
||
|
layer_state_reader.c \
|
||
|
./lib/logo_reader.c \
|
||
|
./lib/keylogger.c \
|