summaryrefslogtreecommitdiff
path: root/include/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h
index 2db396f0a2..7595c796a1 100644
--- a/include/config.h
+++ b/include/config.h
@@ -1227,6 +1227,13 @@
*/
#define CONFIG_KEYBOARD_KSO_BASE 0
+/*
+ * For certain board configurations, KSI2 will be stuck asserted for all
+ * scan columns if the power button is held. We must be aware of this case
+ * in order to correctly handle recovery mode key combinations.
+ */
+#undef CONFIG_KEYBOARD_PWRBTN_ASSERTS_KSI2
+
/* Enable extra debugging output from keyboard modules */
#undef CONFIG_KEYBOARD_DEBUG