diff options
| author | Joe Wasson <jwasson+github@gmail.com> | 2018-09-17 10:48:02 -0700 |
|---|---|---|
| committer | Jack Humbert <jack.humb@gmail.com> | 2018-09-17 13:48:02 -0400 |
| commit | 743449472e58651ec8111e6f70811103fb0a28bd (patch) | |
| tree | bf8391fd9ba42ec08fa42fc867b20810cbe27d4f /users/drashna/config.h | |
| parent | b65e2143751fd7c1721a6690597f523137c7c484 (diff) | |
| download | qmk_firmware-743449472e58651ec8111e6f70811103fb0a28bd.tar.gz qmk_firmware-743449472e58651ec8111e6f70811103fb0a28bd.zip | |
Make `PREVENT_STUCK_MODIFIERS` the default (#3107)
* Remove chording as it is not documented, not used, and needs work.
* Make Leader Key an optional feature.
* Switch from `PREVENT_STUCK_MODIFIERS` to `STRICT_LAYER_RELEASE`
* Remove `#define PREVENT_STUCK_MODIFIERS` from keymaps.
Diffstat (limited to 'users/drashna/config.h')
| -rw-r--r-- | users/drashna/config.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/users/drashna/config.h b/users/drashna/config.h index dd6875ceb..92efcc5c7 100644 --- a/users/drashna/config.h +++ b/users/drashna/config.h | |||
| @@ -43,7 +43,6 @@ | |||
| 43 | // actually sends Ctrl-x. That's bad.) | 43 | // actually sends Ctrl-x. That's bad.) |
| 44 | #define IGNORE_MOD_TAP_INTERRUPT | 44 | #define IGNORE_MOD_TAP_INTERRUPT |
| 45 | #undef PERMISSIVE_HOLD | 45 | #undef PERMISSIVE_HOLD |
| 46 | #define PREVENT_STUCK_MODIFIERS | ||
| 47 | // #define TAPPING_FORCE_HOLD | 46 | // #define TAPPING_FORCE_HOLD |
| 48 | //#define RETRO_TAPPING | 47 | //#define RETRO_TAPPING |
| 49 | 48 | ||
| @@ -64,8 +63,4 @@ | |||
| 64 | #define NO_ACTION_MACRO | 63 | #define NO_ACTION_MACRO |
| 65 | #define NO_ACTION_FUNCTION | 64 | #define NO_ACTION_FUNCTION |
| 66 | 65 | ||
| 67 | #define DISABLE_LEADER | ||
| 68 | |||
| 69 | #define MACRO_TIMER 5 | 66 | #define MACRO_TIMER 5 |
| 70 | |||
| 71 | |||
