fix missing key 0 (#8564)

This commit is contained in:
Manuel
2025-11-05 19:32:56 -06:00
committed by GitHub
co-authored by GitHub
parent ce2e08e0d8
commit 45bf2468a9
+1 -1
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
};