mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-15 13:04:38 +00:00
7 lines
100 B
Makefile
7 lines
100 B
Makefile
# MCU name
|
|
MCU = STM32F401
|
|
|
|
# Bootloader selection
|
|
BOOTLOADER = stm32-dfu
|
|
|
|
KEYBOARD_SHARED_EP = yes
|