2018-07-31 18:08:44 +02:00
|
|
|
# MCU name
|
|
|
|
MCU = atmega32u4
|
2019-10-22 06:43:18 +02:00
|
|
|
|
|
|
|
# Bootloader selection
|
2018-07-31 18:08:44 +02:00
|
|
|
BOOTLOADER = caterina
|
|
|
|
|
2021-12-13 03:05:37 +01:00
|
|
|
# Build Options
|
|
|
|
# change yes to no to disable
|
|
|
|
#
|
2021-08-07 08:59:56 +02:00
|
|
|
BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
|
2020-01-30 19:47:48 +01:00
|
|
|
MOUSEKEY_ENABLE = yes # Mouse keys
|
|
|
|
EXTRAKEY_ENABLE = yes # Audio control and System control
|
|
|
|
CONSOLE_ENABLE = no # Console for debug
|
2018-07-31 18:08:44 +02:00
|
|
|
COMMAND_ENABLE = yes # Commands for debug and configuration
|
2021-12-09 06:05:44 +01:00
|
|
|
NKRO_ENABLE = no # Enable N-Key Rollover
|
2018-07-31 18:08:44 +02:00
|
|
|
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
|
2021-09-21 12:04:03 +02:00
|
|
|
AUDIO_ENABLE = no # Audio output
|
2019-02-13 01:57:24 +01:00
|
|
|
RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight.
|
2018-07-31 18:08:44 +02:00
|
|
|
|
|
|
|
SPLIT_KEYBOARD = yes
|
|
|
|
|
2019-02-13 01:57:24 +01:00
|
|
|
DEFAULT_FOLDER = keebio/rorschach/rev1
|