rules.mk 468 B

1234567891011121314
  1. # If you want to change the display of OLED, you need to change here
  2. SRC += ./lib/rgb_state_reader.c \
  3. ./lib/layer_state_reader.c \
  4. ./lib/logo_reader.c \
  5. ./lib/keylogger.c \
  6. # ./lib/mode_icon_reader.c \
  7. # ./lib/host_led_state_reader.c \
  8. # ./lib/timelogger.c \
  9. TAP_DANCE_ENABLE = yes
  10. EXTRAKEY_ENABLE = yes # Audio control and System control
  11. OLED_ENABLE = yes
  12. OLED_DRIVER = SSD1306
  13. # LOCAL_GLCDFONT = yes