rules.mk 365 B

123456789101112
  1. MOUSEKEY_ENABLE = yes # Mouse keys
  2. TAP_DANCE_ENABLE = yes
  3. RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
  4. OLED_DRIVER_ENABLE = no
  5. LTO_ENABLE = yes
  6. # If you use connection the Rhymestone, please enable RS_EXTRA_LED
  7. OPT_DEFS += -DRS_EXTRA_LED
  8. # If you want to change the display of OLED, you need to change here
  9. SRC += ./common/oled_helper.c \