blob: 0a4fbee0e55124600049aaf7e3a36d41a502edbb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# MCU name
MCU = STM32F411
# Bootloader selection
BOOTLOADER = stm32-dfu
KEYBOARD_SHARED_EP = yes
CONSOLE_ENABLE = yes
MOUSE_SHARED_EP = yes
EEPROM_DRIVER = spi
WS2812_DRIVER = pwm
SERIAL_DRIVER = usart
AUDIO_DRIVER = pwm_hardware
DEBOUNCE_TYPE = asym_eager_defer_pk
|