1
0
Fork 0
qmk_firmware/keyboards/matrix/noah/rules.mk

21 lines
427 B
Makefile
Raw Normal View History

# 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 = noah_boot
# Board: it should exist either in <chibios>/os/hal/boards/
# or <this_dir>/boards
BOARD = ST_NUCLEO64_F411RE
2022-02-07 14:09:21 +11:00
# Bootloader selection
BOOTLOADER = custom
2023-03-30 12:21:02 +11:00
WS2812_DRIVER_REQUIRED = yes
2020-03-07 21:19:06 +08:00
CUSTOM_MATRIX = yes
# project specific files
2023-03-30 12:21:02 +11:00
SRC += matrix.c