feat(boards/shields): Add settings for Rpi Pico and add tester_rpi_pico shield (#2900)

* feat(boards): Properly support settings for RPi Pico board.

* feat(shields): Add a tester_rpi_pico shield

---------

Co-authored-by: Peter Johanson <peter@peterjohanson.com>
This commit is contained in:
Nicolas Munnich 2025-08-10 22:00:35 +01:00 committed by GitHub
parent c7fae18ae1
commit ccf20a1f5c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 277 additions and 0 deletions

View file

@ -0,0 +1,6 @@
file_format: "1"
id: tester_rpi_pico
name: TesterRpiPico
type: shield
url: https://zmk.dev/docs/troubleshooting/hardware-issues
requires: [rpi_pico]