rules.mk 505 B

1234567891011121314151617
  1. VPATH += keyboards/crkbd/lib
  2. LIB_SRC += ssd1306.c i2c.c
  3. # If you want to change the display of OLED, you need to change here
  4. SRC += ./lib/glcdfont.c \
  5. ./lib/rgb_state_reader.c \
  6. ./lib/layer_state_reader.c \
  7. ./lib/logo_reader.c \
  8. ./lib/keylogger.c \
  9. # ./lib/mode_icon_reader.c \
  10. # ./lib/host_led_state_reader.c \
  11. # ./lib/timelogger.c \
  12. TAP_DANCE_ENABLE = yes
  13. EXTRAKEY_ENABLE = yes # Audio control and System control
  14. # LOCAL_GLCDFONT = yes