rules.mk 653 B

123456789101112131415161718
  1. # MCU name
  2. MCU = atmega32u4
  3. BOOTLOADER = atmel-dfu
  4. # Build Options
  5. # comment out to disable the options.
  6. #
  7. BOOTMAGIC_ENABLE = lite
  8. MOUSEKEY_ENABLE = yes # Mouse keys(+4700)
  9. EXTRAKEY_ENABLE = yes # Audio control and System control(+450)
  10. CONSOLE_ENABLE = no # Console for debug(+400)
  11. COMMAND_ENABLE = no # Commands for debug and configuration
  12. SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
  13. NKRO_ENABLE = yes # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
  14. BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
  15. AUDIO_ENABLE = no
  16. RGBLIGHT_ENABLE = yes