rules.mk 814 B

1234567891011121314151617181920
  1. # MCU name
  2. MCU = atmega32u4
  3. # Bootloader selection
  4. BOOTLOADER = atmel-dfu
  5. # Build Options
  6. AUDIO_ENABLE = no # Audio output on port C6
  7. BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
  8. BOOTMAGIC_ENABLE = lite # Enable Bootmagic Lite
  9. COMMAND_ENABLE = no # Commands for debug and configuration
  10. CONSOLE_ENABLE = no # Console for debug
  11. EXTRAKEY_ENABLE = yes # Audio control and System control
  12. MOUSEKEY_ENABLE = yes # Mouse keys
  13. NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
  14. RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight.
  15. SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
  16. UNICODE_ENABLE = no # Unicode
  17. LAYOUTS = 60_ansi