rules.mk 263 B

123456789
  1. MOUSEKEY_ENABLE = yes # Mouse keys
  2. RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
  3. OLED_ENABLE = yes
  4. OLED_DRIVER = SSD1306
  5. LTO_ENABLE = yes
  6. # If you want to change the display of OLED, you need to change here
  7. SRC += ./common/oled_helper.c \