forked from kofal.net/zmk
Feature: input processor behavior invocation (#2714)
refactor(pointing): Allow stopping event propagation
Allow input processors to return a special value if a given input event
should not be further processed/propagated.
feat(pointing): Add behavior input processor
Add the ability to intercept certain input events and trigger behaviors
when they occur.
Co-authored-by: Jorge Villalobos <minusfive@users.noreply.github.com>
Co-authored-by: Cem Aksoylar <caksoylar@users.noreply.github.com>
This commit is contained in:
@@ -57,6 +57,11 @@ config ZMK_INPUT_PROCESSOR_CODE_MAPPER
|
||||
default y
|
||||
depends on DT_HAS_ZMK_INPUT_PROCESSOR_CODE_MAPPER_ENABLED
|
||||
|
||||
config ZMK_INPUT_PROCESSOR_BEHAVIORS
|
||||
bool "Behaviors Input Processor"
|
||||
default y
|
||||
depends on DT_HAS_ZMK_INPUT_PROCESSOR_BEHAVIORS_ENABLED
|
||||
|
||||
config ZMK_INPUT_SPLIT
|
||||
bool "Split input support"
|
||||
default y
|
||||
|
||||
Reference in New Issue
Block a user