rules.mk 394 B

12345678910111213
  1. # If you want to change the display of OLED, you need to change here
  2. SRC += ./lib/glcdfont.c \
  3. ./lib/rgb_state_reader.c \
  4. ./lib/layer_state_reader.c \
  5. ./lib/logo_reader.c \
  6. ./lib/keylogger.c \
  7. # ./lib/mode_icon_reader.c \
  8. # ./lib/host_led_state_reader.c \
  9. # ./lib/timelogger.c \
  10. VPATH += keyboards/crkbd/lib
  11. LIB_SRC += ssd1306.c i2c.c