mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-22 00:16:41 +06:00
10 lines
164 B
Makefile
10 lines
164 B
Makefile
# custom bootloader
|
|
MCU_LDSCRIPT = noah_boot
|
|
BOARD = ST_NUCLEO64_F411RE
|
|
|
|
WS2812_DRIVER_REQUIRED = yes
|
|
|
|
CUSTOM_MATRIX = yes
|
|
# project specific files
|
|
SRC += matrix.c
|