qmk_firmware/keyboards/ergodox_ez/rules.mk
2024-04-14 00:16:06 +01:00

18 lines
433 B
Makefile

# If you have Left LEDs (see
# https://geekhack.org/index.php?topic=22780.msg873819#msg873819 for
# details), include the following define:
# OPT_DEFS += -DLEFT_LEDS
CUSTOM_MATRIX = lite # Custom matrix file for the ErgoDox EZ
# project specific files
SRC += matrix.c
I2C_DRIVER_REQUIRED = yes
# Disable unsupported hardware
AUDIO_SUPPORTED = no
BACKLIGHT_SUPPORTED = no
MOUSE_SHARED_EP = no
DEFAULT_FOLDER = ergodox_ez/base