1
0

rules.mk 723 B

12345678910111213141516
  1. # MCU name
  2. MCU = atmega32u4
  3. # Bootloader selection
  4. BOOTLOADER = caterina
  5. BOOTMAGIC_ENABLE = lite # Enable Bootmagic Lite
  6. MOUSEKEY_ENABLE = yes # Mouse keys
  7. EXTRAKEY_ENABLE = yes # Audio control and System control
  8. CONSOLE_ENABLE = no # Console for debug
  9. COMMAND_ENABLE = yes # Commands for debug and configuration
  10. # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
  11. SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
  12. # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
  13. NKRO_ENABLE = yes # USB Nkey Rollover
  14. BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality on B7 by default