summaryrefslogtreecommitdiffstats
path: root/keyboards/keychron/k5_pro/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/keychron/k5_pro/config.h')
-rw-r--r--keyboards/keychron/k5_pro/config.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/keyboards/keychron/k5_pro/config.h b/keyboards/keychron/k5_pro/config.h
index 3cfc523829..0193e21872 100644
--- a/keyboards/keychron/k5_pro/config.h
+++ b/keyboards/keychron/k5_pro/config.h
@@ -23,7 +23,6 @@
/* DIP switch */
#define DIP_SWITCH_PINS \
{ A8 }
-#define INVERT_OS_SWITCH_STATTE
/* Caps lock LED */
#define LED_CAPS_LOCK_PIN A0
@@ -90,6 +89,9 @@
#define FEE_DENSITY_BYTES FEE_PAGE_SIZE
#define DYNAMIC_KEYMAP_EEPROM_MAX_ADDR 2047
+/* Old default behavior of mod-taps */
+#define HOLD_ON_OTHER_KEY_PRESS
+
/* Factory test keys */
#define FN_KEY1 MO(1)
#define FN_KEY2 MO(3)