Remove pin ordering restriction in RP2040 ps2 driver (#26256)

This commit is contained in:
gitaen
2026-06-15 09:36:02 +10:00
committed by GitHub
parent 92dc82ae08
commit 4f6c5d2745
2 changed files with 36 additions and 28 deletions
+1 -1
View File
@@ -166,7 +166,7 @@ In your keyboard config.h:
The `PIO` subsystem is a Raspberry Pi RP2040 specific implementation, using the integrated PIO peripheral and is therefore only available on this MCU.
There are strict requirements for pin ordering but any pair of GPIO pins can be used. The GPIO used for clock must be directly after data, see the included info.json snippet for an example of correct order.
The GPIOs used for clock and data must be consecutive (in either order).
You may optionally switch the PIO peripheral used with the following define in config.h:
```c