mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-20 04:05:10 +00:00
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
|