https://github.com/ananace/ps2emu
PS/2 keyboard/mouse emulator
https://github.com/ananace/ps2emu
Last synced: about 1 year ago
JSON representation
PS/2 keyboard/mouse emulator
- Host: GitHub
- URL: https://github.com/ananace/ps2emu
- Owner: ananace
- Created: 2020-12-05T14:54:07.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-13T09:33:41.000Z (over 5 years ago)
- Last Synced: 2025-04-23T03:06:19.641Z (about 1 year ago)
- Language: C
- Size: 45.9 KB
- Stars: 12
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
PS/2 keyboard/mouse emulator
====
A small application to bit-bash PS/2 over GPIO outputs, suitable for a Raspberry Pi or similar.
Components
----------
`ps2dev`
An emulated PS/2 device, marked by two pins; clock and data.
`ps2input`
A mapping between a Linux event device and an emulated PS/2 device.