Files
USB4VC/user_program/changelog_2025.md
2025-08-24 20:07:10 +01:00

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?