aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/Kconfig.behaviors
diff options
context:
space:
mode:
Diffstat (limited to 'app/Kconfig.behaviors')
-rw-r--r--app/Kconfig.behaviors10
1 files changed, 10 insertions, 0 deletions
diff --git a/app/Kconfig.behaviors b/app/Kconfig.behaviors
index 7a1e44f6db..e5e0c4d7a2 100644
--- a/app/Kconfig.behaviors
+++ b/app/Kconfig.behaviors
@@ -1,6 +1,16 @@
# Copyright (c) 2023 The ZMK Contributors
# SPDX-License-Identifier: MIT
+config ZMK_BEHAVIOR_KEY
+ bool
+ default y
+ depends on DT_HAS_ZMK_BEHAVIOR_KEY_ENABLED
+
+config ZMK_BEHAVIOR_KEY_SCANNED
+ bool
+ default y
+ depends on DT_HAS_ZMK_BEHAVIOR_KEY_SCANNED_ENABLED
+
config ZMK_BEHAVIOR_KEY_TOGGLE
bool
default y