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