change group a threashold

main
xyqyear 2023-11-02 12:06:26 +08:00
parent 802cbe6e7e
commit fa927b2fcf
1 changed files with 8 additions and 8 deletions

View File

@ -11,14 +11,14 @@ const uint8_t THREASHOLD = 32;
touchblock touchmap[34] = { touchblock touchmap[34] = {
// Group A // Group A
{3, 4, -5}, // 1 {3, 4, -3}, // 1
{3, 0, -5}, // 2 {3, 0, -3}, // 2
{2, 4, -5}, // 3 {2, 4, -3}, // 3
{2, 0, -5}, // 4 {2, 0, -3}, // 4
{1, 5, -5}, // 5 {1, 5, -3}, // 5
{1, 0, -5}, // 6 {1, 0, -3}, // 6
{0, 4, -5}, // 7 {0, 4, -3}, // 7
{0, 0, -5}, // 8 {0, 0, -3}, // 8
// Group B // Group B
{3, 5, 0}, // 1 {3, 5, 0}, // 1
{3, 1, 0}, // 2 {3, 1, 0}, // 2