8 lines
107 B
C
8 lines
107 B
C
|
#pragma once
|
||
|
|
||
|
#undef TAPPING_TERM
|
||
|
#define TAPPING_TERM 200
|
||
|
|
||
|
#undef TAPPING_TOGGLE
|
||
|
#define TAPPING_TOGGLE 2
|