2017-09-19 16:27:46 +02:00
|
|
|
# MCU name
|
|
|
|
MCU = atmega32u4
|
|
|
|
|
2019-10-05 20:09:35 +02:00
|
|
|
# Bootloader selection
|
|
|
|
BOOTLOADER = atmel-dfu
|
2017-09-19 16:27:46 +02:00
|
|
|
|
|
|
|
# Build Options
|
2020-05-17 08:10:54 +02:00
|
|
|
# change yes to no to disable
|
2017-09-19 16:27:46 +02:00
|
|
|
#
|
2020-05-17 08:10:54 +02:00
|
|
|
BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration
|
|
|
|
MOUSEKEY_ENABLE = yes # Mouse keys
|
|
|
|
EXTRAKEY_ENABLE = yes # Audio control and System control
|
|
|
|
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
|
|
|
|
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
|
2020-08-19 20:16:10 +02:00
|
|
|
BLUETOOTH_ENABLE = no # Enable Bluetooth
|
2020-05-17 08:10:54 +02:00
|
|
|
AUDIO_ENABLE = no # Audio output
|
2018-05-13 08:02:06 +02:00
|
|
|
|
2020-08-19 20:16:10 +02:00
|
|
|
LAYOUTS = 60_ansi 60_ansi_arrow 60_ansi_split_bs_rshift 60_hhkb 60_iso 60_abnt2 60_tsangan_hhkb
|