mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-07-12 18:19:42 -07:00
5a8efc0e78
The "ANALOG STICKS LED COLOR" feature controlled RGB LEDs that no ArchR-supported device has (only the unsupported R36S Ultra does), gated by DEVICE_ANALOG_STICKS_LED_CONTROL which no device sets, backed by a dispatcher that execs a per-device binary nothing ships -> a guaranteed no-op everywhere. - ES (patches/0003): remove the menu entry, openAnalogSticksLedControls() + its declaration + include, the two CMakeLists refs, and the GuiAnalogSticksLedControls class. - system-utils: drop the analog_sticks_ledcontrol dispatcher script + install. - quirks 999-export: drop DEVICE_ANALOG_STICKS_LED_CONTROL. If R36S Ultra support is ever added, this comes back with a real, hardware- backed backend developed against the device. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>