2019-08-17 01:54:16 +02:00
|
|
|
MCU = STM32F303
|
|
|
|
|
|
|
|
# Build Options
|
|
|
|
# comment out to disable the options.
|
|
|
|
#
|
|
|
|
BACKLIGHT_ENABLE = no
|
|
|
|
BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration
|
2020-02-04 20:17:10 +01:00
|
|
|
MOUSEKEY_ENABLE = no # Mouse keys
|
2019-08-17 01:54:16 +02:00
|
|
|
EXTRAKEY_ENABLE = yes # Audio control and System control
|
2020-02-04 20:17:10 +01:00
|
|
|
CONSOLE_ENABLE = no # Console for debug
|
|
|
|
COMMAND_ENABLE = no # Commands for debug and configuration
|
2019-08-17 01:54:16 +02:00
|
|
|
NKRO_ENABLE = yes # USB Nkey Rollover
|
2020-02-04 20:17:10 +01:00
|
|
|
AUDIO_ENABLE = yes # Doot
|
2019-08-17 01:54:16 +02:00
|
|
|
RGBLIGHT_ENABLE = no
|
2020-02-04 20:17:10 +01:00
|
|
|
TAP_DANCE_ENABLE = no
|
|
|
|
UNICODE_ENABLE = no
|
|
|
|
UNICODEMAP_ENABLE = yes
|
|
|
|
|