diff options
author | Dylan Khor <thekhord@gmail.com> | 2018-07-25 11:30:17 -0400 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-07-25 08:30:17 -0700 |
commit | c531dfb6a778a70888a6638144e6475e45f48bac (patch) | |
tree | bae41565c5ef43b3b0beee2f18d98bedff202426 /keyboards/lets_split/keymaps/khord/config.h | |
parent | 4ac48a61a66206beaf2fdd5f2939d8bbedd0004c (diff) |
keymap: Update khord let's split keymap and add chocopad keymap (#3482)
* modifications to add mouse buttons 1-4 and misc
* Add khord chocopad keymap
* fix merge message
Diffstat (limited to 'keyboards/lets_split/keymaps/khord/config.h')
-rw-r--r-- | keyboards/lets_split/keymaps/khord/config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/lets_split/keymaps/khord/config.h b/keyboards/lets_split/keymaps/khord/config.h index 71ec20dbc8..4ebdbad769 100644 --- a/keyboards/lets_split/keymaps/khord/config.h +++ b/keyboards/lets_split/keymaps/khord/config.h @@ -25,6 +25,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define TAPPING_TERM 150 +/* prevent stuck modifiers */ +#define PREVENT_STUCK_MODIFIERS + /* Use I2C or Serial, not both */ #define USE_SERIAL |