rules.mk 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738
  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(+1000)
  18. MOUSEKEY_ENABLE = yes # Mouse keys(+4700)
  19. EXTRAKEY_ENABLE = yes # Audio control and System control(+450)
  20. CONSOLE_ENABLE = yes # Console for debug(+400)
  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. KEYMAP_SECTION_ENABLE = no # Fixed address keymap for keymap editor
  27. SWAP_HANDS_ENABLE = no # Disable Onehand
  28. RGBLIGHT_ENABLE = no
  29. MIDI_ENABLE = no
  30. # project specific files
  31. SRC = matrix.c \
  32. i2c_master.c \
  33. left.c
  34. LAYOUTS = ergodox