fine tune a bit

ideas taken from

https://github.com/getreuer/qmk-keymap/blob/main/config.h
This commit is contained in:
Christoph Cullmann 2023-10-08 18:06:02 +02:00
parent f56f078ba5
commit 026d51a57e

View file

@ -26,6 +26,10 @@
#undef LOCKING_SUPPORT_ENABLE #undef LOCKING_SUPPORT_ENABLE
#undef LOCKING_RESYNC_ENABLE #undef LOCKING_RESYNC_ENABLE
// deactivate more features
#define NO_ACTION_MACRO
#define NO_ACTION_FUNCTION
// enable NKRO by default // enable NKRO by default
#define FORCE_NKRO #define FORCE_NKRO
@ -40,3 +44,7 @@
// use permissive hold together with achordion // use permissive hold together with achordion
#define PERMISSIVE_HOLD #define PERMISSIVE_HOLD
// delay hold/release to not mess up software
#define TAP_CODE_DELAY 10