Changed the property used to define a layer name for displays from "label" (which affects other things in Zephyr and is deprecated) to "display-name". (It cannot be named simply "name", because that has special meaning in newer versions of the devicetree compiler.) "label" is still supported as a fallback, so no changes need to be made to existing keymaps. |
||
---|---|---|
.. | ||
boards | ||
Kconfig.defconfig | ||
Kconfig.shield | ||
README.md | ||
reviung34.conf | ||
reviung34.keymap | ||
reviung34.overlay | ||
reviung34.zmk.yml |
REVIUNG34
REVIUNG34 is a 33-34 key unibody split keyboard by gtips. An in-stock version can be found at Little Keyboards.
By default, the 2x1u layout is used. To use to the 1x2u layout, add the following to your keymap:
/ {
chosen {
zmk,matrix_transform = &single_2u_transform;
};
};