summaryrefslogtreecommitdiff
path: root/keyboards/kc60/config.h
diff options
context:
space:
mode:
authorSmilliam2016-07-10 19:04:01 -0700
committerSmilliam2016-07-10 19:04:01 -0700
commitb12fe6abb25db1feca6a7649097a8d1cb67a063f (patch)
tree0537e051555093d27cdb86ef3342851b8f637256 /keyboards/kc60/config.h
parent6b0c9cc905c0985f96a80306cf5fe0d6724b28fc (diff)
Made rollover behavior for space cadet optional
Diffstat (limited to 'keyboards/kc60/config.h')
-rw-r--r--keyboards/kc60/config.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/keyboards/kc60/config.h b/keyboards/kc60/config.h
index c4a9b9ff8..a315f688f 100644
--- a/keyboards/kc60/config.h
+++ b/keyboards/kc60/config.h
@@ -107,6 +107,12 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \
)
+/* Prevent stuck modifiers when switching between FN layers */
+#define PREVENT_STUCK_MODIFIERS
+
+/* Enable opposite shift key to cancel space cadet state */
+#define DISABLE_SPACE_CADET_ROLLOVER
+
/* control how magic key switches layers */
//#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true
//#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true