22 lines
887 B
Makefile
22 lines
887 B
Makefile
# MCU name
|
|
MCU = STM32F303
|
|
BOARD = QMK_PROTON_C
|
|
|
|
# Bootloader selection
|
|
BOOTLOADER = stm32-dfu
|
|
|
|
# Build Options
|
|
# change to "no" to disable the options, or define them in the Makefile in
|
|
# the appropriate keymap folder that will get included automatically
|
|
#
|
|
BOOTMAGIC_ENABLE = full # Virtual DIP switch configuration
|
|
MOUSEKEY_ENABLE = no # Mouse keys
|
|
EXTRAKEY_ENABLE = no # Audio control and System control
|
|
CONSOLE_ENABLE = no # Console for debug
|
|
COMMAND_ENABLE = no # Commands for debug and configuration
|
|
NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
|
|
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
|
|
MIDI_ENABLE = no # MIDI controls
|
|
AUDIO_ENABLE = yes # Audio output on port C6
|
|
UNICODE_ENABLE = no # Unicode
|