~ruther/qmk_firmware

ref: b6d5cfe5751f9dba6d06b9fce110ed8c6160576c qmk_firmware/keyboards/matrix/m20add/rules.mk -rw-r--r-- 477 bytes
b6d5cfe5 — Joel Challis Migrate build target markers to keyboard.json - L (#23607) 1 year, 2 days ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# MCU name
MCU = STM32F411

# Linker script to use
# - it should exist either in <chibios>/os/common/ports/ARMCMx/compilers/GCC/ld/
#   or <this_dir>/ld/
MCU_LDSCRIPT = m20add_boot

# Board: it should exist either in <chibios>/os/hal/boards/
#  or <this_dir>/boards
BOARD = ST_NUCLEO64_F411RE

# Bootloader selection
BOOTLOADER = custom

CUSTOM_MATRIX = lite
# project specific files
SRC += matrix.c tca6424.c rgb_ring.c drivers/led/issi/is31fl3731.c
I2C_DRIVER_REQUIRED = yes
Do not follow this link