mirror of
https://github.com/ALLFATHER-BV/wadamesh.git
synced 2026-09-25 13:24:36 +00:00
Vybo reports no change in beta_73. The runtime demotion I added is not firing on his device, and I still do not have the one serial line that would say why. So rather than guess a third time, give him a switch. Settings > Keyboard > "Older keyboard protocol" skips raw detection entirely and uses the protocol every T-Deck controller understands. The point is that it is reachable BY TOUCH: when detection guesses wrong the keyboard types the wrong letters, so any remedy that needs the keyboard is not a remedy. It applies immediately, without a reboot, because the driver re-reads the flag every poll and will drop out of raw mode on the spot. The cost of turning it on is modifier latching, which a controller that needs this switch cannot do anyway. Schema goes to v53, appended at the tail with the existing static_assert updated to point at the new last field. This does not replace finding the real cause; it stops people being stuck while I do. Automatic detection is unchanged and still the default. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>