Commit Graph

2 Commits (main)

Author SHA1 Message Date
Amir Alexander Abdelbaki 8fd00731b0 Fix output-axis collision in template joyful config
Base throttle and grip main-stick Y were both routed to ABS_Y, which
would have had two physical axes fighting over one virtual output.
Move the main stick to ABS_RX/ABS_RY, consistent with how
space-engineers/joyful-config.yml already avoids this collision.
2026-07-13 10:29:02 +02:00
Amir Alexander Abdelbaki 79c9ed94c4 Add per-game Sol-R1 Linux input mapping system with reusable template
Restructures around one folder per game, each with its own joyful
config, launch wrapper, and (if needed) a stateful daemon for physical
switches that need game-state feedback. template/ generalizes that
pattern (bare passthrough config, template wrapper, template daemon)
for mapping new games. space-engineers/ is the first instance, built
from the original mapping brief; find_codes.py is shared across games.
All device codes/keybinds/HUD calibration are still TODO pending
hardware access.
2026-07-13 10:19:27 +02:00