blob: 6eb37a581d615c2b7584da074a0e07ed3a20c81b (
plain)
1
2
3
4
5
6
7
8
9
10
|
# MCU name
MCU = STM32F401
# Address of the bootloader in system memory
STM32_BOOTLOADER_ADDRESS = 0x1FFF0000
# Build Options
# change yes to no to disable
#
KEYBOARD_SHARED_EP = yes
|