pico hid: basic ps/2 mouse support (#147)

This commit is contained in:
No0ne
2023-08-30 22:51:30 +02:00
committed by GitHub
parent 546a8cef8b
commit 19c1c7b933
7 changed files with 445 additions and 259 deletions

View File

@@ -9,6 +9,8 @@ target_sources(${target_name} PRIVATE
ph_usb_mouse.c
ph_ps2.c
ph_ps2_phy.c
ph_ps2_kbd.c
ph_ps2_mouse.c
ph_cmds.c
ph_com.c
ph_com_bridge.c