rules.mk 684 B

123456789101112131415161718
  1. # Build Options
  2. # change yes to no to disable
  3. #
  4. BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
  5. POINTING_DEVICE_ENABLE = no
  6. MOUSEKEY_ENABLE = no # Mouse keys
  7. EXTRAKEY_ENABLE = yes # Audio control and System control
  8. CONSOLE_ENABLE = no # Console for debug
  9. COMMAND_ENABLE = no # Commands for debug and configuration
  10. CUSTOM_MATRIX = yes # Custom matrix file for the Dactyl
  11. NKRO_ENABLE = yes # Enable N-Key Rollover
  12. UNICODE_ENABLE = yes # Unicode
  13. SWAP_HANDS_ENABLE = yes # Allow swapping hands of keyboard
  14. RGBLIGHT_ENABLE = no
  15. # project specific files
  16. QUANTUM_LIB_SRC += i2c_master.c
  17. SRC += matrix.c