Add support for RP2350-One LED driver.

This commit is contained in:
daimiaopeng
2026-01-02 01:05:13 +08:00
parent 70dec5596a
commit c5d12bead4
2 changed files with 20 additions and 0 deletions

View File

@@ -72,6 +72,13 @@ else()
endif()
set(USB_ITF_HID 1)
option(WAVESHARE_RP2350_ONE "Enable Waveshare RP2350-One LED support" OFF)
if(WAVESHARE_RP2350_ONE)
add_definitions(-DWAVESHARE_RP2350_ONE=1)
message(STATUS "Waveshare RP2350-One: \t enabled")
endif()
include(pico-keys-sdk/pico_keys_sdk_import.cmake)
if(NOT ESP_PLATFORM)