rules.mk 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. # MCU name
  2. MCU = atmega32u4
  3. # Bootloader selection
  4. # Teensy halfkay
  5. # Pro Micro caterina
  6. # Atmel DFU atmel-dfu
  7. # LUFA DFU lufa-dfu
  8. # QMK DFU qmk-dfu
  9. # ATmega32A bootloadHID
  10. # ATmega328P USBasp
  11. BOOTLOADER = atmel-dfu
  12. # Build Options
  13. # comment out to disable the options.
  14. #
  15. CUSTOM_MATRIX = yes # Custom matrix file for the ErgoDone
  16. UNICODE_ENABLE = yes # Unicode
  17. BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration
  18. MOUSEKEY_ENABLE = yes # Mouse keys
  19. EXTRAKEY_ENABLE = yes # Audio control and System control
  20. CONSOLE_ENABLE = yes # Console for debug
  21. COMMAND_ENABLE = no # Commands for debug and configuration
  22. SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
  23. NKRO_ENABLE = yes # USB Nkey Rollover - not yet supported in LUFA
  24. USB_6KRO_ENABLE = no # USB 6key Rollover
  25. BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
  26. SWAP_HANDS_ENABLE = no # Disable Onehand
  27. RGBLIGHT_ENABLE = no
  28. MIDI_ENABLE = no
  29. # project specific files
  30. SRC = matrix.c \
  31. i2c_master.c \
  32. left.c
  33. LAYOUTS = ergodox