rules.mk 876 B

12345678910111213141516171819202122
  1. LAYOUTS = 68_ansi
  2. MCU = atmega32u4
  3. F_CPU = 16000000
  4. ARCH = AVR8
  5. F_USB = $(F_CPU)
  6. OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT
  7. BOOTLOADER = atmel-dfu
  8. BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration (+1000)
  9. MOUSEKEY_ENABLE = no # Mouse keys (+4700)
  10. EXTRAKEY_ENABLE = yes # Audio control and System control (+450)
  11. CONSOLE_ENABLE = no # Console for debug (+400)
  12. COMMAND_ENABLE = no # Commands for debug and configuration
  13. SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
  14. NKRO_ENABLE = no # USB Nkey Rollover
  15. BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality on B7 by default
  16. MIDI_ENABLE = no # MIDI controls
  17. UNICODE_ENABLE = no # Unicode
  18. BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
  19. AUDIO_ENABLE = no # Audio output on port C6