summaryrefslogtreecommitdiff
path: root/include/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h
index d1de4f5c79..b8da925fff 100644
--- a/include/config.h
+++ b/include/config.h
@@ -2232,6 +2232,12 @@
#define CONFIG_TEMP_SENSOR
#endif
+/******************************************************************************/
+/* The Matrix Keyboard Protocol depends on MKBP events. */
+#ifdef CONFIG_KEYBOARD_PROTOCOL_MKBP
+#define CONFIG_MKBP_EVENT
+#endif
+
/*****************************************************************************/
/*
* Handle task-dependent configs.