mirror of
https://github.com/prdgmshift/usbliter8
synced 2026-06-27 12:59:56 +00:00
7 lines
150 B
CMake
7 lines
150 B
CMake
add_compile_definitions(
|
|
BOARD_NAME="Raspberry Pi Pico 2"
|
|
PIO_USB_DP_PIN_DEFAULT=12
|
|
LED_SINGLE_COLOR=1
|
|
LED_PIN=PICO_DEFAULT_LED_PIN
|
|
)
|