rules.mk 995 B

1234567891011121314151617181920212223242526272829303132
  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 # Enable Bootmagic Lite
  16. POINTING_DEVICE_ENABLE = no
  17. MOUSEKEY_ENABLE = no # Mouse keys(+4700)
  18. EXTRAKEY_ENABLE = yes # Audio control and System control(+450)
  19. CONSOLE_ENABLE = no # Console for debug(+8000)
  20. COMMAND_ENABLE = no # Commands for debug and configuration
  21. CUSTOM_MATRIX = yes # Custom matrix file for the Dactyl
  22. NKRO_ENABLE = yes # USB Nkey Rollover
  23. UNICODE_ENABLE = yes # Unicode
  24. SWAP_HANDS_ENABLE = yes # Allow swapping hands of keyboard
  25. SLEEP_LED_ENABLE = no
  26. RGBLIGHT_ENABLE = no
  27. # project specific files
  28. QUANTUM_LIB_SRC += i2c_master.c
  29. SRC += matrix.c