rules.mk 708 B

12345678910111213141516171819
  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_ENABLE = yes
  9. OLED_DRIVER = SSD1306
  10. # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
  11. SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend
  12. # If you want to change the display of OLED, you need to change here
  13. SRC += ./lib/rgb_state_reader.c \
  14. ./lib/layer_state_reader.c \
  15. ./lib/logo_reader.c \
  16. ./oled.c\