summaryrefslogtreecommitdiff
path: root/keyboards/s60_x/keymaps/bluebear/config.h
diff options
context:
space:
mode:
authorAnte Laurijssen2017-05-21 22:37:20 -0400
committerAnte Laurijssen2017-05-21 22:37:20 -0400
commit06433eb1a0563fe8c17bdd31c42d5f6b94a6e508 (patch)
tree4c8c85c89a6447668338a6e631a9720101126b89 /keyboards/s60_x/keymaps/bluebear/config.h
parent34a1bf9e20f94d7932036f9d2026e45ca825be71 (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.h5
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 94438bdc9..5c0d08833 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