rules.mk 447 B

1234567891011121314
  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. TAP_DANCE_ENABLE = yes
  11. EXTRAKEY_ENABLE = yes # Audio control and System control
  12. # LOCAL_GLCDFONT = yes