2017-07-05 00:14:26 +06:00
|
|
|
# MCU name
|
|
|
|
MCU = atmega32u4
|
|
|
|
|
2019-10-06 00:09:35 +06:00
|
|
|
# Bootloader selection
|
2017-11-28 10:08:21 +06:00
|
|
|
BOOTLOADER = caterina
|
|
|
|
|
2017-07-05 00:14:26 +06:00
|
|
|
# Build Options
|
|
|
|
# change to "no" to disable the options, or define them in the Makefile in
|
|
|
|
# the appropriate keymap folder that will get included automatically
|
|
|
|
#
|
2021-08-07 12:59:56 +06:00
|
|
|
BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
|
2020-01-29 23:51:25 +06:00
|
|
|
MOUSEKEY_ENABLE = no # Mouse keys
|
|
|
|
EXTRAKEY_ENABLE = yes # Audio control and System control
|
|
|
|
CONSOLE_ENABLE = no # Console for debug
|
2017-07-05 00:14:26 +06:00
|
|
|
COMMAND_ENABLE = yes # Commands for debug and configuration
|
|
|
|
NKRO_ENABLE = no # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
|
|
|
|
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
|
2021-08-16 02:51:13 +06:00
|
|
|
MIDI_ENABLE = yes # MIDI support
|
2020-05-31 02:14:59 +06:00
|
|
|
AUDIO_ENABLE = no # Audio output
|
2017-07-05 00:14:26 +06:00
|
|
|
UNICODE_ENABLE = no # Unicode
|
|
|
|
BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
|
|
|
|
RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight.
|
|
|
|
|
|
|
|
# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
|
|
|
|
SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
|
2017-10-15 03:32:19 +06:00
|
|
|
|
2019-07-16 13:26:38 +06:00
|
|
|
DEFAULT_FOLDER = eco/rev2
|