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.

34 lines
1.3 KiB

  1. # MCU name
  2. MCU = atmega32u4
  3. # Boot Section Size in *bytes*
  4. # Teensy halfKay 512
  5. # Teensy++ halfKay 1024
  6. # Atmel DFU loader 4096
  7. # LUFA bootloader 4096
  8. # USBaspLoader 2048
  9. BOOTLOADER = atmel-dfu
  10. # Build Options
  11. # change to "no" to disable the options, or define them in the Makefile in
  12. # the appropriate keymap folder that will get included automatically
  13. #
  14. BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration
  15. MOUSEKEY_ENABLE = yes # Mouse keys
  16. EXTRAKEY_ENABLE = yes # Audio control and System control
  17. CONSOLE_ENABLE = yes # Console for debug
  18. COMMAND_ENABLE = no # Commands for debug and configuration
  19. NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
  20. BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
  21. MIDI_ENABLE = no # MIDI controls
  22. AUDIO_ENABLE = no # Audio output on port C6
  23. UNICODE_ENABLE = no # Unicode
  24. BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
  25. RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight.
  26. API_SYSEX_ENABLE = no
  27. # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
  28. SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
  29. LAYOUTS = ortho_4x12 planck_mit
  30. LAYOUTS_HAS_RGB = no