6 lines
83 B
C
6 lines
83 B
C
#pragma once
|
|
|
|
// Threshold for things considered a "tap"
|
|
#define TAPPING_TERM 300
|
|
|