2019-09-25 22:06:57 +02:00
|
|
|
# MCU name
|
|
|
|
MCU = atmega32u2
|
|
|
|
|
|
|
|
# Bootloader selection
|
|
|
|
BOOTLOADER = atmel-dfu
|
|
|
|
|
|
|
|
# Build Options
|
|
|
|
# change yes to no to disable
|
|
|
|
#
|
2020-10-31 20:56:08 +01:00
|
|
|
BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration
|
2020-01-05 09:18:36 +01:00
|
|
|
MOUSEKEY_ENABLE = yes # Mouse keys
|
|
|
|
EXTRAKEY_ENABLE = yes # Audio control and System control
|
2020-10-31 20:56:08 +01:00
|
|
|
CONSOLE_ENABLE = no # Console for debug
|
|
|
|
COMMAND_ENABLE = no # Commands for debug and configuration
|
|
|
|
# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
|
|
|
|
SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
|
|
|
|
# if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
|
|
|
|
NKRO_ENABLE = yes # USB Nkey Rollover
|
|
|
|
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
|
2019-09-25 22:06:57 +02:00
|
|
|
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
|
2020-10-31 20:56:08 +01:00
|
|
|
BLUETOOTH_ENABLE = no # Enable Bluetooth
|
|
|
|
AUDIO_ENABLE = no # Audio output
|
2019-09-25 22:06:57 +02:00
|
|
|
|
|
|
|
LAYOUTS = ortho_4x12 planck_mit
|