zmk/app/boards/shields/reviung34
Alex Kang a9a53e6da4
feat(shields): Reviung34 shield definition
* Initial implementation of REVIUNG34 shield.
* Add copyright information to files
* Added a README with instructions on how to enable the 1x2u layout.
* Add a default chosen matrix transform in the default keymap, alongside a commented out version for the alternate layout.

---------

Co-authored-by: Peter Johanson <peter@peterjohanson.com>
Co-authored-by: Cem Aksoylar <caksoylar@users.noreply.github.com>
2023-10-14 19:39:42 -07:00
..
boards feat(shields): Reviung34 shield definition 2023-10-14 19:39:42 -07:00
Kconfig.defconfig feat(shields): Reviung34 shield definition 2023-10-14 19:39:42 -07:00
Kconfig.shield feat(shields): Reviung34 shield definition 2023-10-14 19:39:42 -07:00
README.md feat(shields): Reviung34 shield definition 2023-10-14 19:39:42 -07:00
reviung34.conf feat(shields): Reviung34 shield definition 2023-10-14 19:39:42 -07:00
reviung34.keymap feat(shields): Reviung34 shield definition 2023-10-14 19:39:42 -07:00
reviung34.overlay feat(shields): Reviung34 shield definition 2023-10-14 19:39:42 -07:00
reviung34.zmk.yml feat(shields): Reviung34 shield definition 2023-10-14 19:39:42 -07:00

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;
    };
};