19 lines
322 B
Makefile
19 lines
322 B
Makefile
# MCU name
|
|
MCU = STM32F303
|
|
BOARD = QMK_PROTON_C
|
|
|
|
# Bootloader selection
|
|
BOOTLOADER = stm32-dfu
|
|
|
|
BOOTMAGIC_ENABLE = yes
|
|
MOUSEKEY_ENABLE = yes
|
|
EXTRAKEY_ENABLE = yes
|
|
CONSOLE_ENABLE = yes
|
|
COMMAND_ENABLE = yes
|
|
NKRO_ENABLE = yes
|
|
AUDIO_ENABLE = yes
|
|
UNICODE_ENABLE = yes
|
|
HAPTIC_ENABLE = SOLENOID
|
|
|
|
RGBLIGHT_STARTUP_ANIMATION = yes
|