Control the HyperX Alloy Origins Core Game Mode (LED + key suppression) from Linux and blink the indicator when Herdr agents need attention.
Note:
0x94controls Game Mode, not just the LED. The LED is a side-effect of the Game Mode state. There is no independent LED-only HID command. See FINDINGS.md.
python3 blink-game-mode.pyThe script discovers the proprietary HID interface, reads the active keyboard profile, and toggles Game Mode every 300 ms for five seconds, making the LED blink.
herdr plugin link "$PWD/herdr-plugin"
herdr plugin enable keyblink.game-mode-ledIt listens for pane.agent_status_changed and blinks on blocked, done, or idle states.
See FINDINGS.md for protocol details.