rules.mk 1.4 KB

123456789101112131415161718192021222324252627282930
  1. # MCU name
  2. MCU = atmega32u4
  3. # Bootloader
  4. # This definition is optional, and if your keyboard supports multiple bootloaders of
  5. # different sizes, comment this out, and the correct address will be loaded
  6. # automatically (+60). See bootloader.mk for all options.
  7. BOOTLOADER = atmel-dfu
  8. # Build Options
  9. # change to "no" to disable the options, or define them in the Makefile in
  10. # the appropriate keymap folder that will get included automatically
  11. #
  12. BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000)
  13. MOUSEKEY_ENABLE = no # Mouse keys(+4700)
  14. EXTRAKEY_ENABLE = no # Audio control and System control(+450)
  15. CONSOLE_ENABLE = yes # Console for debug(+400)
  16. COMMAND_ENABLE = no # Commands for debug and configuration
  17. COMBO_ENABLE = no # Key combo feature
  18. NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
  19. BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
  20. MIDI_ENABLE = no # MIDI controls
  21. AUDIO_ENABLE = no # Audio output on port C6
  22. UNICODE_ENABLE = no # Unicode
  23. BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
  24. RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight.
  25. KEY_LOCK_ENABLE = yes
  26. API_SYSEX_ENABLE = no
  27. SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend