You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
726 B
726 B
0.1.0
Major version update:
- Introduces support for modifier layers.
- Simplifies config format.
- Improves consistency/expected key behaviour.
This breaks existing configs. Moving forward the config format is expected to remain backwards compatible.
Main Changes:
-
Modifiers are now just treated as layers
-
The default layer is now called main
-
The modifier layout is distinct from the key layout
-
mods_on_hold(C, esc) = overload(C, esc)
-
layer_on_hold(layer, esc) = overload(layer, esc)
-
layer_toggle(layer) = layout(layer)
-
layer(layer) = layer(layer)
-
oneshot(mods) = oneshot(mods)
-
oneshot_layer(layer) = oneshot(layer)
See the manpage for details.