rules.mk 1.1 KB

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