mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-22 11:29:26 +00:00
13 lines
198 B
Makefile
13 lines
198 B
Makefile
# MCU name
|
|
MCU = STM32F103
|
|
MCU_LDSCRIPT = stm32f103_bootloader
|
|
BOARD = ST_NUCLEO64_F103RB
|
|
|
|
# Bootloader selection
|
|
BOOTLOADER = custom
|
|
|
|
CUSTOM_MATRIX = yes
|
|
|
|
SRC += matrix.c
|
|
I2C_DRIVER_REQUIRED = yes
|