You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
675 B

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