rules.mk 448 B

123456789101112131415161718
  1. # Enable Bootmagic Lite to consistently reset to bootloader and clear EEPROM.
  2. BOOTMAGIC_ENABLE = lite
  3. # Enable mouse and media keys on all keyboards.
  4. EXTRAKEY_ENABLE = yes
  5. MOUSEKEY_ENABLE = yes
  6. # Disable some unwanted features on all keyboards.
  7. API_SYSEX_ENABLE = no
  8. COMMAND_ENABLE = no
  9. CONSOLE_ENABLE = no
  10. FAUXCLICKY_ENABLE = no
  11. MIDI_ENABLE = no
  12. NKRO_ENABLE = no
  13. SLEEP_LED_ENABLE = no
  14. UCIS_ENABLE = no
  15. UNICODE_ENABLE = no
  16. UNICODEMAP_ENABLE = no