forked from kofal.net/zmk
Implement momentary layer + transparent behaviors
* Implement "momentary layer" behavior with `&mo` reference. * Implement basic "transparent" behavior with `&trans` reference.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
# Copyright (c) 2020, Pete Johanson
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
description: Momentary layer on press/release behavior
|
||||
|
||||
compatible: "zmk,behavior-momentary-layer"
|
||||
|
||||
include: one_param.yaml
|
||||
8
app/dts/bindings/behaviors/zmk,behavior-transparent.yaml
Normal file
8
app/dts/bindings/behaviors/zmk,behavior-transparent.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
# Copyright (c) 2020, Pete Johanson
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
description: Transparent Binding Behavior
|
||||
|
||||
compatible: "zmk,behavior-transparent"
|
||||
|
||||
include: zero_param.yaml
|
||||
Reference in New Issue
Block a user