HOWTO: Layout Editor - new layer example

Опубликовано: 15 Июль 2026
на канале: Moosy Research
1,513
16

Check out the Layout Editor Playlist Playlist here:
   • MoErgo Layout Editor: How-To Videos  

Full Playlist:
   • MoErgo Glove80 User Community Playlist  

https://zmk.dev/docs/behaviors/layers

DISCLAIMER:
This video was independently created by a member of the #glove80community and is not intended to serve as a substitute for the official MoErgo Glove80 documentation. It is not an official MoErgo video, and MoErgo does not endorse or assume responsibility for its content.

MoErgo zmk layout editor gui

ZMK firmware utilizes a concept called "behaviors" to define what happens when you interact with keys, sensors, or layers on your keyboard. Layer behaviors specifically focus on how layers are activated and deactivated based on user input. Here's a breakdown of the key ZMK layer behaviors:

Momentary Layer: This is the most basic layer behavior. When you press a key bound with this behavior, the designated layer activates. Once you release the key, the layer deactivates and you return to the previous layer.

Layer Tap: This behavior combines momentary layer activation with a standard keypress. If you tap the key quickly, it sends a keycode as if it were a normal key. However, if you hold the key for a longer time (defined by the tapping term setting), the layer activates instead.

There are other behaviors that can be used for more advanced layer interactions, but these two are the foundation for most ZMK layer customization.

Here are some resources to learn more about ZMK layer behaviors:

ZMK Layer Behaviors documentation: ZMK Layer Behaviors
ZMK Keymaps & Behaviors overview: ZMK Keymaps & Behaviors