rules.mk 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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 = caterina
  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 = no # 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 = no # Enable keyboard backlight functionality
  26. KEYMAP_IN_EEPROM_ENABLE = no # External keymap in eeprom
  27. KEYMAP_SECTION_ENABLE = no # Fixed address keymap for keymap editor
  28. SOFTPWM_LED_ENABLE = no # Enable SoftPWM to drive backlight
  29. FADING_LED_ENABLE = no # Enable fading backlight
  30. BREATHING_LED_ENABLE = no # Enable breathing backlight
  31. LEDMAP_ENABLE = no # Enable LED mapping
  32. LEDMAP_IN_EEPROM_ENABLE = no # Read LED mapping from eeprom
  33. SWAP_HANDS_ENABLE = no # Disable Onehand
  34. RGBLIGHT_ENABLE = no
  35. MIDI_ENABLE = no
  36. # project specific files
  37. SRC = \
  38. twimaster.c \
  39. matrix.c \
  40. expander.c \
  41. LAYOUTS = ergodox