feat(behavior): Add key toggle

This commit is contained in:
Caleb Goates
2022-04-29 12:31:21 -06:00
committed by Pete Johanson
parent c5922fae56
commit 0d5bb100ba
12 changed files with 159 additions and 1 deletions

View File

@@ -330,6 +330,12 @@ config ZMK_BEHAVIORS_QUEUE_SIZE
int "Maximum number of behaviors to allow queueing from a macro or other complex behavior"
default 64
DT_COMPAT_ZMK_BEHAVIOR_KEY_TOGGLE := zmk,behavior-key-toggle
config ZMK_BEHAVIOR_KEY_TOGGLE
bool
default $(dt_compat_enabled,$(DT_COMPAT_ZMK_BEHAVIOR_KEY_TOGGLE))
endmenu
menu "Advanced"