rules.mk 346 B

12345678910111213
  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. MOUSEKEY_ENABLE = yes
  5. EXTRAKEY_ENABLE = yes
  6. # Disable some unwanted features on all keyboards.
  7. CONSOLE_ENABLE = no
  8. COMMAND_ENABLE = no
  9. NKRO_ENABLE = no
  10. UNICODE_ENABLE = no
  11. API_SYSEX_ENABLE = no