87291437bd
- Set all other ChibiOS defaults to 'off', when not targeting Proton-C - Modified all existing F303 boards to point at the QMK_PROTON_C to ensure repeatable binary output - Modified version.h generation so that SKIP_VERSION=yes generates the same output
19 lines
528 B
Makefile
19 lines
528 B
Makefile
MCU = STM32F303
|
|
BOARD = QMK_PROTON_C
|
|
|
|
# Build Options
|
|
# comment out to disable the options.
|
|
#
|
|
BACKLIGHT_ENABLE = no
|
|
BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration
|
|
MOUSEKEY_ENABLE = no # Mouse keys
|
|
EXTRAKEY_ENABLE = yes # Audio control and System control
|
|
CONSOLE_ENABLE = no # Console for debug
|
|
COMMAND_ENABLE = no # Commands for debug and configuration
|
|
NKRO_ENABLE = yes # USB Nkey Rollover
|
|
AUDIO_ENABLE = yes # Doot
|
|
RGBLIGHT_ENABLE = no
|
|
TAP_DANCE_ENABLE = no
|
|
UNICODE_ENABLE = no
|
|
UNICODEMAP_ENABLE = yes
|
|
|