OpenRGB labels each LED with a letter (A..H) for display; we inherited
that convention when porting the G502 X grid. For LEDs without physical
keycaps, letters add a mental translation step ("A is zone 1, B is zone
2...") with no visual benefit. Switch to bare zone numbers so the painter
cell labels match what shows up in logs, the persister, and rule
arguments.
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| _keyboard_base.py | ||
| keyboard_ansi.py | ||
| keyboard_iso_azerty.py | ||
| keyboard_iso_qwerty.py | ||
| keyboard_iso_qwertz.py | ||
| keyboard_jis.py | ||
| mouse_g502x.py | ||