2020-05-07 20:58:36 +02:00
|
|
|
# MCU name
|
|
|
|
MCU = STM32F303
|
2020-12-03 03:04:28 +01:00
|
|
|
BOARD = QMK_PROTON_C
|
2020-05-07 20:58:36 +02:00
|
|
|
|
2021-06-08 11:48:46 +02:00
|
|
|
# Bootloader selection
|
|
|
|
BOOTLOADER = stm32-dfu
|
|
|
|
|
2020-05-07 20:58:36 +02:00
|
|
|
# Build Options
|
|
|
|
# change yes to no to disable
|
|
|
|
#
|
2021-11-04 22:18:09 +01:00
|
|
|
BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
|
2020-05-07 20:58:36 +02:00
|
|
|
MOUSEKEY_ENABLE = yes # Mouse keys
|
|
|
|
EXTRAKEY_ENABLE = yes # Audio control and System control
|
|
|
|
CONSOLE_ENABLE = yes # Console for debug
|
|
|
|
COMMAND_ENABLE = yes # Commands for debug and configuration
|
2021-12-09 06:05:44 +01:00
|
|
|
NKRO_ENABLE = yes # Enable N-Key Rollover
|
2020-05-07 20:58:36 +02:00
|
|
|
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
|
2021-09-21 12:04:03 +02:00
|
|
|
AUDIO_ENABLE = no # Audio output
|
2020-11-28 21:02:18 +01:00
|
|
|
|
2021-09-29 21:48:37 +02:00
|
|
|
LAYOUTS = 60_ansi 60_iso
|
2020-10-04 21:23:35 +02:00
|
|
|
|
|
|
|
DEFAULT_FOLDER = mechlovin/hannah60rgb/rev1
|