Add configuration slider for double tapping

This commit is contained in:
2026-03-01 20:45:23 +01:00
parent ef97d8f32a
commit f155d16399
8 changed files with 248 additions and 52 deletions
+1
View File
@@ -3,5 +3,6 @@
#ifdef FEATURE_TAP_DETECTION
void setupTapDetection();
void applyTapThreshold();
void processTaps(unsigned long now);
#endif