Restructure project
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#pragma once
|
||||
#include "config.h"
|
||||
|
||||
#ifdef FEATURE_TAP_DETECTION
|
||||
void setupTapDetection();
|
||||
void processTaps(unsigned long now);
|
||||
#endif
|
||||
Reference in New Issue
Block a user