rules.mk 1.2 KB

123456789101112131415161718192021222324252627282930
  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. OPT_DEFS += -DBOOTLOADER_SIZE=4096
  10. # Build Options
  11. # change yes to no to disable
  12. #
  13. BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration
  14. MOUSEKEY_ENABLE = yes # Mouse keys
  15. EXTRAKEY_ENABLE = yes # Audio control and System control
  16. CONSOLE_ENABLE = no # Console for debug
  17. COMMAND_ENABLE = yes # Commands for debug and configuration
  18. # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
  19. SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
  20. # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
  21. NKRO_ENABLE = no # USB Nkey Rollover
  22. BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality on B7 by default
  23. MIDI_ENABLE = no # MIDI controls
  24. UNICODE_ENABLE = no # Unicode
  25. BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
  26. AUDIO_ENABLE = no # Audio output on port C6
  27. RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight.