rules.mk 257 B

123456789
  1. TAP_DANCE_ENABLE = yes
  2. AUDIO_ENABLE = no # piezo speaker sounds
  3. RGBLIGHT_ENABLE = yes # rgb leds underlight
  4. ENCODER_ENABLE = yes # rotary knob
  5. # Some extra stuff to make firmware smaller.
  6. LTO_ENABLE = yes
  7. CONSOLE_ENABLE = no
  8. COMMAND_ENABLE = no