Removed "label" properties which no longer have any function. Labels are still used as layer names and as identifiers for sending behaviors between sides of a split keyboard, so those have been left alone for now. |
||
---|---|---|
.. | ||
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;
};
};