forked from forks/qmk_firmware
964ed17716
* Userspace overhaul * Remove testing directory * Minorca keymap tweaks
19 lines
507 B
Makefile
19 lines
507 B
Makefile
MCU = STM32F303
|
|
|
|
# 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
|
|
|