rules.mk 436 B

123456789101112
  1. RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight.
  2. AUTO_SHIFT_ENABLE = yes
  3. OLED_DRIVER_ENABLE= yes # OLED display
  4. # If you want to change the display of OLED, you need to change here
  5. SRC += ./lib/rgb_state_reader.c \
  6. ./lib/layer_state_reader.c \
  7. ./lib/logo_reader.c \
  8. ./lib/keylogger.c \
  9. # ./lib/mode_icon_reader.c \
  10. # ./lib/host_led_state_reader.c \
  11. # ./lib/timelogger.c \