rules.mk 367 B

1234567891011
  1. RGBLIGHT_ENABLE = yes
  2. MOUSEKEY_ENABLE = no
  3. OLED_DRIVER_ENABLE = yes
  4. LINK_TIME_OPTIMIZATION_ENABLE = yes
  5. # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
  6. SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
  7. # If you want to change the display of OLED, you need to change here
  8. SRC += ./lib/rgb_state_reader.c \
  9. rgb.c