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 08:38:03 -07:00
|
|
|
|
|
|
|
# Build Options
|
2021-12-12 18:05:37 -08:00
|
|
|
# change yes to no to disable
|
2016-08-07 08:38:03 -07:00
|
|
|
#
|
2021-12-29 06:14:48 -08:00
|
|
|
BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
|
2020-09-30 16:52:47 -07:00
|
|
|
MOUSEKEY_ENABLE = yes # Mouse keys
|
|
|
|
EXTRAKEY_ENABLE = yes # Audio control and System control
|
|
|
|
CONSOLE_ENABLE = no # Console for debug
|
2021-12-29 06:14:48 -08:00
|
|
|
COMMAND_ENABLE = no # Commands for debug and configuration
|
2020-09-30 16:52:47 -07:00
|
|
|
CUSTOM_MATRIX = lite # Custom matrix file for the ErgoDox EZ
|
2021-12-29 06:14:48 -08:00
|
|
|
NKRO_ENABLE = yes # Enable N-Key Rollover
|
|
|
|
UNICODE_ENABLE = no # Unicode
|
|
|
|
SWAP_HANDS_ENABLE= no # Allow swapping hands of keyboard
|
2019-11-14 12:00:51 -08:00
|
|
|
|
2020-11-28 12:02:18 -08:00
|
|
|
RGB_MATRIX_ENABLE = no # enable later
|
2017-08-23 19:29:07 -07:00
|
|
|
|
2019-10-05 11:09:35 -07:00
|
|
|
# project specific files
|
2019-11-14 12:00:51 -08:00
|
|
|
SRC += matrix.c \
|
|
|
|
led_i2c.c
|
2019-10-05 11:09:35 -07:00
|
|
|
QUANTUM_LIB_SRC += i2c_master.c
|
|
|
|
|
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-14 20:30:12 -07:00
|
|
|
|
|
|
|
DEFAULT_FOLDER = ergodox_ez/base
|