rules.mk 938 B

1234567891011121314151617181920212223242526272829303132
  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. # project specific files
  19. SRC += matrix.c \
  20. led_i2c.c
  21. I2C_DRIVER_REQUIRED = yes
  22. # Disable unsupported hardware
  23. AUDIO_SUPPORTED = no
  24. BACKLIGHT_SUPPORTED = no
  25. MOUSE_SHARED_EP = no
  26. DEFAULT_FOLDER = ergodox_ez/base