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