fine tune a bit
ideas taken from https://github.com/getreuer/qmk-keymap/blob/main/config.h
This commit is contained in:
parent
f56f078ba5
commit
026d51a57e
|
@ -26,6 +26,10 @@
|
|||
#undef LOCKING_SUPPORT_ENABLE
|
||||
#undef LOCKING_RESYNC_ENABLE
|
||||
|
||||
// deactivate more features
|
||||
#define NO_ACTION_MACRO
|
||||
#define NO_ACTION_FUNCTION
|
||||
|
||||
// enable NKRO by default
|
||||
#define FORCE_NKRO
|
||||
|
||||
|
@ -40,3 +44,7 @@
|
|||
|
||||
// use permissive hold together with achordion
|
||||
#define PERMISSIVE_HOLD
|
||||
|
||||
// delay hold/release to not mess up software
|
||||
#define TAP_CODE_DELAY 10
|
||||
|
||||
|
|
Loading…
Reference in a new issue