forked from forks/qmk_firmware
10 lines
177 B
Makefile
10 lines
177 B
Makefile
|
# MCU name
|
||
|
MCU = RP2040
|
||
|
|
||
|
# Bootloader selection
|
||
|
BOOTLOADER = rp2040
|
||
|
|
||
|
# RP2040-specific options
|
||
|
PICO_INTRINSICS_ENABLED = no # ATM Unsupported by ChibiOS.
|
||
|
SERIAL_DRIVER = vendor
|