rules.mk 628 B

12345678910111213141516
  1. # Build Options
  2. # change to "no" to disable the options, or define them in the Makefile in
  3. # the appropriate keymap folder that will get included automatically
  4. #
  5. AUTO_SHIFT_ENABLE = yes # Autoshift by holding down a key
  6. EXTRAKEY_ENABLE = yes # Audio control and System control
  7. # If you want to change the display of OLED, you need to change here
  8. SRC += ./lib/glcdfont.c \
  9. ./lib/rgb_state_reader.c \
  10. ./lib/layer_state_reader.c \
  11. ./lib/logo_reader.c \
  12. ./lib/keylogger.c \
  13. # ./lib/mode_icon_reader.c \
  14. # ./lib/host_led_state_reader.c \
  15. # ./lib/timelogger.c \