mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-22 11:29:26 +00:00
10 lines
154 B
Makefile
10 lines
154 B
Makefile
# project specific files
|
|
SRC += config_led.c
|
|
|
|
#For platform and packs
|
|
ARM_ATSAM = SAMD51J18A
|
|
MCU = cortex-m4
|
|
|
|
# Bootloader selection
|
|
BOOTLOADER = md-boot
|