Panel: drop the two hex keypads (per Cyd) -- 72 controls

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Cyd
2026-07-18 18:46:15 -05:00
co-authored by Claude Fable 5
parent 4c8544b6ce
commit f40ba58c60
+3 -2
View File
@@ -69,8 +69,9 @@ static const PanelGroupDef panelGroups[] =
{ "Secondary", KindColumn, 1, 8, 1, 4, 9, 0x10 },
{ "Screen", KindColumn, 1, 8, 1, 6, 9, 0x18 },
{ "Joystick", KindColumn, 1, 8, 1, 11, 9, 0x40 },
{ "Internal Keypad", KindKeypad, 4, 4, 0, 4, 4, 0x50 },
{ "External Keypad", KindKeypad, 4, 4, 0, 7, 9, 0x60 },
// (The two 4x4 hex keypads -- Internal 0x50 / External 0x60 -- were
// dropped from the glass panel per Cyd 2026-07-18; the engine keypad
// units remain reachable through bindings.txt `keypad` rows.)
};
enum { PanelGroupCount = sizeof(panelGroups)/sizeof(panelGroups[0]) };