2021-03-15 18:42:09 +01:00
|
|
|
# MCU name
|
|
|
|
MCU = STM32F411
|
|
|
|
|
2021-06-08 11:48:46 +02:00
|
|
|
# Bootloader selection
|
|
|
|
BOOTLOADER = stm32-dfu
|
|
|
|
|
2021-03-15 18:42:09 +01:00
|
|
|
# Build Options
|
|
|
|
# change yes to no to disable
|
|
|
|
#
|
2021-08-07 08:59:56 +02:00
|
|
|
BOOTMAGIC_ENABLE = lite # Enable Bootmagic Lite
|
2021-03-15 18:42:09 +01:00
|
|
|
MOUSEKEY_ENABLE = yes # Mouse keys
|
|
|
|
EXTRAKEY_ENABLE = yes # Audio control and System control
|
|
|
|
CONSOLE_ENABLE = no # Console for debug
|
|
|
|
COMMAND_ENABLE = no # Commands for debug and configuration
|
|
|
|
# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
|
|
|
|
SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
|
|
|
|
# if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
|
|
|
|
NKRO_ENABLE = yes # USB Nkey Rollover
|
|
|
|
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
|
|
|
|
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
|
|
|
|
ENCODER_ENABLE = yes # Enable rotary encoder support
|
|
|
|
AUDIO_ENABLE = no # Audio output
|
|
|
|
KEYBOARD_SHARED_EP = yes # Free up some extra endpoints - needed if console+mouse+extra
|
|
|
|
|
|
|
|
SPLIT_KEYBOARD = yes
|
|
|
|
SERIAL_DRIVER = usart
|
2021-08-24 08:28:26 +02:00
|
|
|
OLED_ENABLE = yes
|
|
|
|
OLED_DRIVER = SSD1306
|
2021-03-15 18:42:09 +01:00
|
|
|
WS2812_DRIVER = pwm
|
|
|
|
OPT_DEFS += -DSTM32_DMA_REQUIRED=TRUE
|