rules.mk 694 B

123456789101112131415161718
  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. MOUSEKEY_ENABLE = no # Mouse keys(+4700)
  6. EXTRAKEY_ENABLE = no # Audio control and System control(+450)
  7. RGB_MATRIX_ENABLE = yes # Enable RGB Matrix.
  8. OLED_DRIVER_ENABLE = yes
  9. # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
  10. SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend
  11. # If you want to change the display of OLED, you need to change here
  12. SRC += ./lib/rgb_state_reader.c \
  13. ./lib/layer_state_reader.c \
  14. ./lib/logo_reader.c \
  15. ./oled.c\