forked from kofal.net/zmk
fix(pm): Fixes for dedicated on/off on peripherals.
* Add new flag to differentiate soft off on peripherals that is invoked by split GATT svc and dedicated additional ones tied to GPIO pin.
This commit is contained in:
committed by
Pete Johanson
parent
41d81801ed
commit
7e7110d85f
@@ -12,3 +12,6 @@ properties:
|
||||
type: int
|
||||
required: false
|
||||
description: Number of milliseconds the behavior must be held before releasing will actually trigger a soft-off.
|
||||
split-peripheral-off-on-press:
|
||||
type: boolean
|
||||
description: When built for a split peripheral, turn off on press, not release
|
||||
|
||||
Reference in New Issue
Block a user