diff options
author | Ante Laurijssen <antelaurijssen@gmail.com> | 2017-05-21 22:37:20 -0400 |
---|---|---|
committer | Ante Laurijssen <antelaurijssen@gmail.com> | 2017-05-21 22:37:20 -0400 |
commit | 06433eb1a0563fe8c17bdd31c42d5f6b94a6e508 (patch) | |
tree | 4c8c85c89a6447668338a6e631a9720101126b89 /keyboards/s60_x/keymaps/bluebear/config.h | |
parent | 34a1bf9e20f94d7932036f9d2026e45ca825be71 (diff) |
More work on keymap.c and config.h
Diffstat (limited to 'keyboards/s60_x/keymaps/bluebear/config.h')
-rw-r--r-- | keyboards/s60_x/keymaps/bluebear/config.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/keyboards/s60_x/keymaps/bluebear/config.h b/keyboards/s60_x/keymaps/bluebear/config.h index 94438bdc9f..5c0d08833f 100644 --- a/keyboards/s60_x/keymaps/bluebear/config.h +++ b/keyboards/s60_x/keymaps/bluebear/config.h @@ -121,5 +121,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. // Space Cadet Rollover - if set, allows to tap opposite shift key to cancel erroneous press #define DISABLE_SPACE_CADET_ROLLOVER - + +// Prevent stuck modifiers +#define PREVENT_STUCK_MODIFIERS + #endif |