2022-02-06 12:00:50 -08:00
|
|
|
MCU = atmega32u4
|
2023-12-31 10:29:30 -08:00
|
|
|
BOOTLOADER = halfkay
|
2022-02-06 12:00:50 -08:00
|
|
|
|
2022-06-17 12:36:00 -07:00
|
|
|
# Enable raw HID for bi-directional communication
|
|
|
|
RAW_ENABLE = yes
|
|
|
|
|
2023-12-31 10:29:30 -08:00
|
|
|
BOOTMAGIC_ENABLE = no
|
|
|
|
MOUSEKEY_ENABLE = no
|
|
|
|
EXTRAKEY_ENABLE = yes
|
|
|
|
CONSOLE_ENABLE = no
|
|
|
|
COMMAND_ENABLE = no
|
|
|
|
CUSTOM_MATRIX = lite
|
|
|
|
NKRO_ENABLE = yes
|
|
|
|
UNICODE_ENABLE = no
|
|
|
|
SWAP_HANDS_ENABLE = no
|
|
|
|
SLEEP_LED_ENABLE = no
|
|
|
|
API_SYSEX_ENABLE = no
|
|
|
|
MOUSE_SHARED_EP = no
|
|
|
|
MAGIC_ENABLE = no
|
|
|
|
LEADER_ENABLE = no
|
|
|
|
TAP_DANCE_ENABLE = yes
|
|
|
|
AUDIO_SUPPORTED = no
|
2022-12-27 13:22:07 -08:00
|
|
|
BACKLIGHT_SUPPORTED = no
|
2022-06-28 12:32:44 -07:00
|
|
|
|
2022-07-09 13:35:23 -07:00
|
|
|
DEBOUNCE_TYPE = sym_eager_pr
|
2022-02-06 12:00:50 -08:00
|
|
|
|
2022-07-07 17:12:13 -07:00
|
|
|
SRC += \
|
2023-12-19 09:03:31 -08:00
|
|
|
extra_mappings.c \
|
|
|
|
process_record.c \
|
|
|
|
hardware/matrix.c \
|
|
|
|
hardware/led_i2c.c \
|
|
|
|
hardware/maps.c \
|
2022-07-21 17:21:40 -07:00
|
|
|
features/beta_rawhid.c \
|
2022-11-20 20:45:13 -08:00
|
|
|
features/hid_spellcheck.c \
|
|
|
|
features/autocorrect/autocorrect.c \
|
2023-12-19 09:03:31 -08:00
|
|
|
features/leader/leader.c
|
2022-07-07 17:12:13 -07:00
|
|
|
|
2022-02-06 12:00:50 -08:00
|
|
|
QUANTUM_LIB_SRC += i2c_master.c
|
|
|
|
|
|
|
|
LAYOUTS = ergodox
|
|
|
|
|
2022-06-28 12:32:44 -07:00
|
|
|
# Link-time optimization.
|
|
|
|
# Significantly reduces firmware size.
|
|
|
|
LTO_ENABLE = yes
|
|
|
|
|
2022-07-07 17:12:13 -07:00
|
|
|
# Enable keyboard-specific effects
|
|
|
|
RGB_MATRIX_CUSTOM_KB = yes
|
|
|
|
|
2023-12-31 10:29:30 -08:00
|
|
|
# From glow dir
|
2022-02-06 12:00:50 -08:00
|
|
|
RGB_MATRIX_ENABLE = yes
|
2023-12-19 12:04:38 -08:00
|
|
|
RGB_MATRIX_DRIVER = is31fl3731
|
2022-06-15 16:29:22 -07:00
|
|
|
RGBLIGHT_ENABLE = yes
|
2023-12-19 12:04:38 -08:00
|
|
|
RGBLIGHT_DRIVER = ws2812
|