zmk/app/boards/shields/reviung34/README.md
honorless b9590967fa
refactor: use zmk,matrix-transform instead of zmk,matrix_transform
* Align codebase with documentation.
2024-01-23 21:39:23 -05:00

416 B

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