mirror of
https://github.com/dekuNukem/USB4VC.git
synced 2025-10-31 11:26:46 -07:00
639 B
639 B
USB4VC 2025 Refactor Notes
Whats new / Done
- Latest OS version with 64Bit kernel (RPi 3 and up, maybe separate release for RPi 2?)
- Removed joystick curve setting
- Removed mapping profiles from USB (to be replaced with web based setup)
- Switched to asyncIO and evdev instead of reading raw event files from a thread, much more readable code.
- Changed usbpoll to 4 to prevent HI-DPI devices from overwhelming the P-Card and retro computer
Todo:
- Web dashboard
- Go through and rewrite code
Input mapper: Given an event type, code and value, outputs an event type, code and value?
saved as JSON file?