mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-22 00:16:41 +06:00
6 lines
163 B
Makefile
6 lines
163 B
Makefile
# GENERIC STM32F103C8T6 board - mass storage bootloader
|
|
MCU_LDSCRIPT = wm1_f103
|
|
BOARD = STM32_F103_STM32DUINO
|
|
|
|
PROGRAM_CMD = echo 'CLI flashing not supported' >&2
|