rules.mk 1.0 KB

123456789101112131415161718192021222324252627282930313233
  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 = halfkay
  12. # Build Options
  13. # comment out to disable the options.
  14. #
  15. BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000)
  16. MIDI_ENABLE = no # MIDI support (+2400 to 4200)
  17. POINTING_DEVICE_ENABLE = no
  18. MOUSEKEY_ENABLE = no # Mouse keys(+4700)
  19. EXTRAKEY_ENABLE = yes # Audio control and System control(+450)
  20. CONSOLE_ENABLE = no # Console for debug(+8000)
  21. COMMAND_ENABLE = no # Commands for debug and configuration
  22. CUSTOM_MATRIX = yes # Custom matrix file for the Dactyl
  23. NKRO_ENABLE = yes # USB Nkey Rollover
  24. UNICODE_ENABLE = yes # Unicode
  25. SWAP_HANDS_ENABLE = yes # Allow swapping hands of keyboard
  26. SLEEP_LED_ENABLE = no
  27. RGBLIGHT_ENABLE = no
  28. # project specific files
  29. SRC = twimaster.c \
  30. matrix.c