From 8cfe130df3e62128458e7036bd9f1b841ac7717f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=B6ttgens?= Date: Tue, 22 Aug 2023 21:11:19 +0200 Subject: [PATCH] update SYM Scancode --- src/input/kbI2cBase.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/input/kbI2cBase.cpp b/src/input/kbI2cBase.cpp index 56d065070..2e8d04933 100644 --- a/src/input/kbI2cBase.cpp +++ b/src/input/kbI2cBase.cpp @@ -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