mirror of
https://github.com/meshtastic/firmware.git
synced 2025-08-17 18:53:30 +00:00
update SYM Scancode
This commit is contained in:
parent
7b1aeb60cd
commit
d6b629ae04
@ -119,6 +119,7 @@ int32_t KbI2cBase::runOnce()
|
||||
}
|
||||
break;
|
||||
case KEY_MOD_SYM: // toggle SYM Key
|
||||
case 0x13: // Code scanner says the SYM key ias 0x13
|
||||
is_sym = !is_sym;
|
||||
break;
|
||||
case 0x0d: // Enter
|
||||
|
Loading…
Reference in New Issue
Block a user