rules.mk 259 B

1234567
  1. OLED_DRIVER_ENABLE = yes # Enables the use of OLED displays
  2. ENCODER_ENABLE = yes # Enables the use of one or more encoders
  3. RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
  4. LINK_TIME_OPTIMIZATION_ENABLE = yes
  5. SRC += encoder.c \
  6. oled.c