2016-08-07 15:38:03 +00:00
|
|
|
# MCU name
|
|
|
|
MCU = atmega32u4
|
|
|
|
|
2019-10-05 18:09:35 +00:00
|
|
|
# Bootloader selection
|
2017-11-28 04:08:21 +00:00
|
|
|
BOOTLOADER = halfkay
|
|
|
|
|
2017-10-27 20:46:51 +00: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 15:38:03 +00:00
|
|
|
|
|
|
|
# Build Options
|
2021-12-13 02:05:37 +00:00
|
|
|
# change yes to no to disable
|
2016-08-07 15:38:03 +00:00
|
|
|
#
|
2021-12-29 14:14:48 +00:00
|
|
|
BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
|
2020-09-30 23:52:47 +00:00
|
|
|
MOUSEKEY_ENABLE = yes # Mouse keys
|
|
|
|
EXTRAKEY_ENABLE = yes # Audio control and System control
|
|
|
|
CONSOLE_ENABLE = no # Console for debug
|
2021-12-29 14:14:48 +00:00
|
|
|
COMMAND_ENABLE = no # Commands for debug and configuration
|
2020-09-30 23:52:47 +00:00
|
|
|
CUSTOM_MATRIX = lite # Custom matrix file for the ErgoDox EZ
|
2021-12-29 14:14:48 +00:00
|
|
|
NKRO_ENABLE = yes # Enable N-Key Rollover
|
|
|
|
UNICODE_ENABLE = no # Unicode
|
|
|
|
SWAP_HANDS_ENABLE= no # Allow swapping hands of keyboard
|
2019-11-14 20:00:51 +00:00
|
|
|
|
2020-11-28 20:02:18 +00:00
|
|
|
RGB_MATRIX_ENABLE = no # enable later
|
|
|
|
RGB_MATRIX_DRIVER = IS31FL3731
|
2021-08-09 18:46:18 +00:00
|
|
|
DEBOUNCE_TYPE = sym_eager_pr
|
2017-08-24 02:29:07 +00:00
|
|
|
|
2019-10-05 18:09:35 +00:00
|
|
|
# project specific files
|
2019-11-14 20:00:51 +00:00
|
|
|
SRC += matrix.c \
|
|
|
|
led_i2c.c
|
2019-10-05 18:09:35 +00:00
|
|
|
QUANTUM_LIB_SRC += i2c_master.c
|
|
|
|
|
2018-03-11 21:07:02 +00:00
|
|
|
LAYOUTS = ergodox
|
2021-01-30 21:08:58 +00:00
|
|
|
|
|
|
|
# Disable unsupported hardware
|
|
|
|
AUDIO_SUPPORTED = no
|
|
|
|
BACKLIGHT_SUPPORTED = no
|
2021-12-29 14:14:48 +00:00
|
|
|
|
|
|
|
MOUSE_SHARED_EP = no
|
2022-08-15 03:30:12 +00:00
|
|
|
|
|
|
|
DEFAULT_FOLDER = ergodox_ez/base
|