zmk/app/boards/shields/reviung34
2023-10-01 17:32:39 -07:00
..
boards Initial implementation of REVIUNG34 shield. 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 Added a README with instructions on how to enable the 1x2u layout. 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 Updated Reviung34 keymap and fixed comment syntax 2023-10-01 17:32:39 -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;
};