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.

37 lines
1.3 KiB

  1. # MCU name
  2. MCU = atmega32u4
  3. # Processor frequency
  4. F_CPU = 8000000
  5. # Bootloader selection
  6. # Teensy halfkay
  7. # Pro Micro caterina
  8. # Atmel DFU atmel-dfu
  9. # LUFA DFU lufa-dfu
  10. # QMK DFU qmk-dfu
  11. # ATmega32A bootloadHID
  12. # ATmega328P USBasp
  13. BOOTLOADER = caterina
  14. # Build Options
  15. # comment out to disable the options.
  16. #
  17. BLUETOOTH = AdafruitBLE
  18. BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration
  19. MOUSEKEY_ENABLE = no # Mouse keys
  20. EXTRAKEY_ENABLE = yes # Audio control and System control
  21. CONSOLE_ENABLE = yes # Console for debug
  22. COMMAND_ENABLE = yes # Commands for debug and configuration
  23. SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
  24. NKRO_ENABLE = yes # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
  25. BACKLIGHT_ENABLE = no # Custom backlighting code is used, so this should not be enabled
  26. AUDIO_ENABLE = no # This can be enabled if a speaker is connected to the expansion port. Not compatible with RGBLIGHT below
  27. RGBLIGHT_ENABLE = no # This can be enabled if a ws2812 strip is connected to the expansion port.
  28. LAYOUTS = ortho_4x12 planck_mit
  29. # Disable unsupported hardware
  30. RGBLIGHT_SUPPORTED = no
  31. AUDIO_SUPPORTED = no
  32. BACKLIGHT_SUPPORTED = no