mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-22 08:27:56 +06: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
|