2019-05-21 00:43:29 +02:00
|
|
|
# MCU name
|
|
|
|
MCU = atmega32u4
|
|
|
|
|
|
|
|
# Bootloader selection
|
|
|
|
BOOTLOADER = atmel-dfu
|
|
|
|
|
|
|
|
# Build Options
|
2020-03-04 21:26:25 +01:00
|
|
|
# change yes to no to disable
|
2019-05-21 00:43:29 +02:00
|
|
|
#
|
2021-11-04 22:18:09 +01:00
|
|
|
BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
|
2020-03-04 21:26:25 +01:00
|
|
|
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
|
2021-12-09 06:05:44 +01:00
|
|
|
NKRO_ENABLE = yes # Enable N-Key Rollover
|
2020-03-04 21:26:25 +01:00
|
|
|
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
|
|
|
|
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
|
2021-09-21 12:04:03 +02:00
|
|
|
AUDIO_ENABLE = no # Audio output
|
2020-04-06 07:47:24 +02:00
|
|
|
|
2020-07-08 18:18:50 +02:00
|
|
|
LAYOUTS = 60_ansi 60_ansi_split_bs_rshift 60_ansi_tsangan 60_hhkb 60_iso 60_iso_split_bs_rshift 60_iso_tsangan
|
2020-04-09 03:51:18 +02:00
|
|
|
|
2022-01-16 21:12:58 +01:00
|
|
|
DEFAULT_FOLDER = ymdk/yd60mq/12led
|