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 04:09:21 +01:00
# Bootloader selection
BOOTLOADER = custom
2023-03-30 03:21:02 +02:00
WS2812_DRIVER_REQUIRED = yes
2020-03-07 14:19:06 +01:00
CUSTOM_MATRIX = yes
# project specific files
2023-03-30 03:21:02 +02:00
SRC += matrix.c