zmk/app/boards/shields/reviung34
2023-10-14 16:02:20 -07:00
..
boards Make indents consistent in REVIUNG34 nice_nano_v2.overlay 2023-10-01 17:32:39 -07:00
Kconfig.defconfig Updated Reviung34 keymap and fixed comment syntax 2023-10-01 17:32:39 -07:00
Kconfig.shield Updated Reviung34 keymap and fixed comment syntax 2023-10-01 17:32:39 -07:00
README.md REVIUNG34 README formatting 2023-10-01 17:32:39 -07:00
reviung34.conf Initial implementation of REVIUNG34 shield. 2023-10-01 17:32:39 -07:00
reviung34.keymap Lowercase REVIUNG34 node IDs 2023-10-14 16:02:20 -07:00
reviung34.overlay Add copyright information to files 2023-10-01 17:32:39 -07:00
reviung34.zmk.yml Initial implementation of REVIUNG34 shield. 2023-10-01 17:32:39 -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;
    };
};