9 lines
127 B
C
9 lines
127 B
C
|
#pragma once
|
||
|
|
||
|
#ifdef TAP_DANCE_ENABLE
|
||
|
#define TAPPING_TERM 300
|
||
|
#define TAPPING_TOGGLE 1
|
||
|
#endif
|
||
|
|
||
|
// !USERSPACE_CONFIG_H
|