fix(keyboard): rename QWERTY label to ABC (layout is alphabetical, not QWERTY)

The on-screen keyboard grid has been a-b-c...z alphabetical order since
it was first introduced, never an actual QWERTY row layout. The
"QWERTY" name only appeared with the T9 option (needed something to
contrast it against) and was inaccurate from the start.
This commit is contained in:
Jakub
2026-07-02 18:33:40 +02:00
parent 5fe9240fc5
commit 3419e590fe
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -285,8 +285,8 @@ struct NodePrefs { // persisted to file
uint8_t alarm_min; // 0-59
// On-screen keyboard layout, shared across every text-entry screen (Settings >
// Keyboard). 0=QWERTY grid (default), 1=T9 multi-tap (phone-keypad groups,
// cycled with repeated Enter presses — see KeyboardWidget.h).
// Keyboard). 0=ABC grid, alphabetical order (default), 1=T9 multi-tap
// (phone-keypad groups, cycled with repeated Enter presses — see KeyboardWidget.h).
uint8_t keyboard_type;
// Single source of truth for the live-share option tables (shared by the Map