mirror of
https://github.com/meshtastic/firmware.git
synced 2025-04-27 02:14:37 +00:00
trunk fmt
This commit is contained in:
parent
39357b2686
commit
7f1b58a222
@ -119,7 +119,7 @@ int32_t KbI2cBase::runOnce()
|
|||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case KEY_MOD_SYM: // toggle SYM Key
|
case KEY_MOD_SYM: // toggle SYM Key
|
||||||
case 0x13: // Code scanner says the SYM key ias 0x13
|
case 0x13: // Code scanner says the SYM key ias 0x13
|
||||||
is_sym = !is_sym;
|
is_sym = !is_sym;
|
||||||
break;
|
break;
|
||||||
case 0x0d: // Enter
|
case 0x0d: // Enter
|
||||||
|
Loading…
Reference in New Issue
Block a user