From a8482e241fa4d35915135eaed6cbd3585da1c223 Mon Sep 17 00:00:00 2001 From: xyqyear Date: Sat, 16 Dec 2023 22:45:38 +0800 Subject: [PATCH] make a group less sensitive --- config.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/config.h b/config.h index 6b95c3e..5bc85aa 100644 --- a/config.h +++ b/config.h @@ -11,14 +11,14 @@ const uint8_t THRESHOLD = 26; touchblock touchmap[34] = { // Group A - {3, 4, -3}, // 1 - {3, 0, -3}, // 2 - {2, 4, -3}, // 3 - {2, 0, -3}, // 4 - {1, 5, -3}, // 5 - {1, 0, -3}, // 6 - {0, 4, -3}, // 7 - {0, 0, -3}, // 8 + {3, 4, 0}, // 1 + {3, 0, 0}, // 2 + {2, 4, 0}, // 3 + {2, 0, 0}, // 4 + {1, 5, 0}, // 5 + {1, 0, 0}, // 6 + {0, 4, 0}, // 7 + {0, 0, 0}, // 8 // Group B {3, 5, 0}, // 1 {3, 1, 0}, // 2