diff options
author | No0ne <[email protected]> | 2024-07-19 14:05:57 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2024-07-19 15:05:57 +0300 |
commit | 5bdc9989222ce0344d773a64f8913f0149c14af4 (patch) | |
tree | cbd2b4d1331e774c189bcb52bef05dd41c0c97a4 /hid/pico/Makefile | |
parent | 13f23a19c306b2704b4e7d6ed5c107eee7587eee (diff) |
ps2: keyboard+mouse passthru support (#171)
Diffstat (limited to 'hid/pico/Makefile')
-rw-r--r-- | hid/pico/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hid/pico/Makefile b/hid/pico/Makefile index 7b51b319..42002cb0 100644 --- a/hid/pico/Makefile +++ b/hid/pico/Makefile @@ -31,7 +31,7 @@ endef .tinyusb: $(call libdep,tinyusb,hathach/tinyusb,d713571cd44f05d2fc72efc09c670787b74106e0) .ps2x2pico: - $(call libdep,ps2x2pico,No0ne/ps2x2pico,823260af57dcc55cf7cb96241346f51c065126de) + $(call libdep,ps2x2pico,No0ne/ps2x2pico,27c9bcede3370f0d4fdefea9c86a0eeb6170cf77) deps: .pico-sdk .tinyusb .ps2x2pico |