qmk_firmware

QMK firmware for my keyboards (Corne, Sweep Ferris) and trackball (Ploopy Adept)
Log | Files | Refs | Submodules | LICENSE

rules.mk (336B)


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