diff options
| author | Drashna Jaelre | 2019-02-17 03:28:04 +0100 |
|---|---|---|
| committer | MechMerlin | 2019-02-17 03:28:04 +0100 |
| commit | cbb7e91851fea0174a5e950c22c35a4384eac8e7 (patch) | |
| tree | b4bfd4d637c3d004ab49a4ec174e9f291d19f7ef /users/drashna/config.h | |
| parent | c8577a9a7320ee0f68378b63b39b649f92016857 (diff) | |
Update Drashna user space code to support keyboard_init functions (#5138)
* Update code to support keyboard_init functions
* Get Minor tweaks
Diffstat (limited to 'users/drashna/config.h')
| -rw-r--r-- | users/drashna/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/drashna/config.h b/users/drashna/config.h index 20e58fd0bb..2e125d1e4e 100644 --- a/users/drashna/config.h +++ b/users/drashna/config.h @@ -55,7 +55,7 @@ // and when this option isn't enabled, z rapidly followed by x // actually sends Ctrl-x. That's bad.) #define IGNORE_MOD_TAP_INTERRUPT -// #define PERMISSIVE_HOLD +#undef PERMISSIVE_HOLD //#define TAPPING_FORCE_HOLD //#define RETRO_TAPPING |