Compare commits

...

2 Commits

Author SHA1 Message Date
Manuel
d05b7e2b8e Merge branch 'master' into fix-t-deck-pro-0 2025-11-06 01:46:01 +01:00
Manuel
b7cb4fac94 fix missing key 0 2025-11-06 01:43:07 +01:00

View File

@@ -57,7 +57,7 @@ static unsigned char TDeckProTapMap[_TCA8418_NUM_KEYS][5] = {
{0x00, 0x00, 0x00},
{0x00, 0x00, 0x00},
{0x20, 0x00, 0x00},
{0x00, 0x00, 0x00},
{0x00, 0x00, '0'},
{0x00, 0x00, 0x00} // R_Shift, sym, space, mic, L_Shift
};