rules.mk 434 B

1234567891011
  1. OLED_ENABLE = no # 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. LEADER_ENABLE = yes # Enable the Leader Key feature
  5. MOUSEKEY_ENABLE = yes
  6. TAP_DANCE_ENABLE = yes
  7. POINTING_DEVICE_ENABLE = yes
  8. COMBO_ENABLE = yes
  9. # Reduce firmware size
  10. # https://thomasbaart.nl/2018/12/01/reducing-firmware-size-in-qmk/