Restructure project

This commit is contained in:
2026-03-01 18:24:12 +01:00
parent 3263b12f73
commit 0ad07ac8ce
16 changed files with 1679 additions and 1524 deletions
+7
View File
@@ -0,0 +1,7 @@
#pragma once
#include "config.h"
#ifdef FEATURE_TAP_DETECTION
void setupTapDetection();
void processTaps(unsigned long now);
#endif