cleanups
This commit is contained in:
parent
787f91a3da
commit
f5f6cc9b61
|
@ -1,17 +1,14 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
/**
|
// The way how "handedness" is decided (which half is which), see https://docs.qmk.fm/#/feature_split_keyboard?id=setting-handedness for more options.
|
||||||
* The way how "handedness" is decided (which half is which),
|
|
||||||
* see https://docs.qmk.fm/#/feature_split_keyboard?id=setting-handedness for more options.
|
|
||||||
*/
|
|
||||||
#define MASTER_LEFT
|
#define MASTER_LEFT
|
||||||
|
|
||||||
/**
|
// tapping this number of times holds the key until tapped once again, disabled via 0
|
||||||
* Tapping this number of times holds the key until tapped once again.
|
|
||||||
*/
|
|
||||||
#define ONESHOT_TAP_TOGGLE 0
|
#define ONESHOT_TAP_TOGGLE 0
|
||||||
|
|
||||||
/**
|
// time (in ms) before the one shot key is released
|
||||||
* Time (in ms) before the one shot key is released.
|
|
||||||
*/
|
|
||||||
#define ONESHOT_TIMEOUT 3000
|
#define ONESHOT_TIMEOUT 3000
|
||||||
|
|
||||||
|
// we don't have any lock switches
|
||||||
|
#undef LOCKING_SUPPORT_ENABLE
|
||||||
|
#undef LOCKING_RESYNC_ENABLE
|
||||||
|
|
Loading…
Reference in a new issue