2019-10-22 04:43:18 +00:00
|
|
|
# MCU name
|
2017-08-15 19:37:01 +00:00
|
|
|
MCU = atmega32u4
|
2017-11-28 04:08:21 +00:00
|
|
|
|
2019-10-22 04:43:18 +00:00
|
|
|
# Bootloader selection
|
|
|
|
BOOTLOADER = caterina
|
2017-08-15 19:37:01 +00:00
|
|
|
|
|
|
|
# Build Options
|
2021-12-07 23:40:26 +00:00
|
|
|
# change yes to no to disable
|
2017-08-15 19:37:01 +00:00
|
|
|
#
|
2021-08-07 06:59:56 +00:00
|
|
|
BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
|
2020-01-30 18:47:48 +00:00
|
|
|
MOUSEKEY_ENABLE = yes # Mouse keys
|
|
|
|
EXTRAKEY_ENABLE = yes # Audio control and System control
|
|
|
|
CONSOLE_ENABLE = no # Console for debug
|
2021-06-17 23:10:06 +00:00
|
|
|
COMMAND_ENABLE = no # Commands for debug and configuration
|
2017-08-15 19:37:01 +00:00
|
|
|
NKRO_ENABLE = no # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
|
2021-06-17 23:10:06 +00:00
|
|
|
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
|
2021-09-21 10:04:03 +00:00
|
|
|
AUDIO_ENABLE = no # Audio output
|
2021-06-17 23:10:06 +00:00
|
|
|
RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight.
|
2017-08-15 19:37:01 +00:00
|
|
|
|
2019-02-08 23:33:27 +00:00
|
|
|
SPLIT_KEYBOARD = yes
|
2018-08-15 22:34:25 +00:00
|
|
|
|
2019-02-13 00:57:24 +00:00
|
|
|
DEFAULT_FOLDER = keebio/viterbi/rev2
|
2018-08-15 22:34:25 +00:00
|
|
|
LAYOUTS = ortho_5x14
|