2019-01-19 23:29:15 +01:00
|
|
|
# MCU name
|
|
|
|
MCU = atmega32u4
|
|
|
|
|
2019-10-24 22:50:13 +02:00
|
|
|
# Bootloader selection
|
|
|
|
BOOTLOADER = qmk-dfu
|
2019-01-19 23:29:15 +01:00
|
|
|
|
|
|
|
# Build Options
|
2021-12-13 03:05:37 +01:00
|
|
|
# change yes to no to disable
|
2019-01-19 23:29:15 +01:00
|
|
|
#
|
2021-11-04 22:18:09 +01:00
|
|
|
BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
|
2019-12-15 23:03:23 +01:00
|
|
|
MOUSEKEY_ENABLE = no # Mouse keys
|
|
|
|
EXTRAKEY_ENABLE = yes # Audio control and System control
|
|
|
|
CONSOLE_ENABLE = no # Console for debug
|
2019-01-19 23:29:15 +01:00
|
|
|
COMMAND_ENABLE = no # Commands for debug and configuration
|
2021-12-09 06:05:44 +01:00
|
|
|
NKRO_ENABLE = no # Enable N-Key Rollover
|
2019-12-15 23:03:23 +01:00
|
|
|
RGBLIGHT_ENABLE = no # Enable keyboard underlight functionality
|
|
|
|
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
|
2019-01-19 23:29:15 +01:00
|
|
|
AUDIO_ENABLE = no
|
2019-05-21 00:19:31 +02:00
|
|
|
|
2019-09-26 06:35:54 +02:00
|
|
|
LAYOUTS = 60_ansi 60_ansi_split_bs_rshift 60_hhkb 60_iso 60_tsangan_hhkb
|