2017-10-27 13:46:51 -07:00
|
|
|
# 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
|
2016-08-07 18:38:03 +03:00
|
|
|
|
2020-09-30 16:52:47 -07:00
|
|
|
CUSTOM_MATRIX = lite # Custom matrix file for the ErgoDox EZ
|
2017-08-23 22:29:07 -04:00
|
|
|
|
2019-10-06 05:09:35 +11:00
|
|
|
# project specific files
|
2024-03-18 22:03:27 +11:00
|
|
|
SRC += matrix.c
|
2023-10-13 17:25:32 +11:00
|
|
|
I2C_DRIVER_REQUIRED = yes
|
2019-10-06 05:09:35 +11:00
|
|
|
|
2021-01-30 13:08:58 -08:00
|
|
|
# Disable unsupported hardware
|
|
|
|
AUDIO_SUPPORTED = no
|
|
|
|
BACKLIGHT_SUPPORTED = no
|
2021-12-29 06:14:48 -08:00
|
|
|
|
|
|
|
MOUSE_SHARED_EP = no
|
2022-08-15 13:30:12 +10:00
|
|
|
|
|
|
|
DEFAULT_FOLDER = ergodox_ez/base
|