rules.mk 1004 B

12345678910111213141516171819202122232425262728293031323334
  1. # If you have Left LEDs (see
  2. # https://geekhack.org/index.php?topic=22780.msg873819#msg873819 for
  3. # details), include the following define:
  4. # OPT_DEFS += -DLEFT_LEDS
  5. # Build Options
  6. # change yes to no to disable
  7. #
  8. BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
  9. MOUSEKEY_ENABLE = yes # Mouse keys
  10. EXTRAKEY_ENABLE = yes # Audio control and System control
  11. CONSOLE_ENABLE = no # Console for debug
  12. COMMAND_ENABLE = no # Commands for debug and configuration
  13. CUSTOM_MATRIX = lite # Custom matrix file for the ErgoDox EZ
  14. NKRO_ENABLE = yes # Enable N-Key Rollover
  15. UNICODE_ENABLE = no # Unicode
  16. SWAP_HANDS_ENABLE= no # Allow swapping hands of keyboard
  17. RGB_MATRIX_ENABLE = no # enable later
  18. RGB_MATRIX_DRIVER = IS31FL3731
  19. DEBOUNCE_TYPE = sym_eager_pr
  20. # project specific files
  21. SRC += matrix.c \
  22. led_i2c.c
  23. QUANTUM_LIB_SRC += i2c_master.c
  24. # Disable unsupported hardware
  25. AUDIO_SUPPORTED = no
  26. BACKLIGHT_SUPPORTED = no
  27. MOUSE_SHARED_EP = no
  28. DEFAULT_FOLDER = ergodox_ez/base