zmk/app/boards/shields/reviung34
Peter Johanson fff1cbecdc fix: Add wakeup-source; to kscan nodes for ZMK_SLEEP.
* ZMK_SLEEP also enables PM_DEVICE, so be sure to mark kscan
  nodes as wakeup sources so they can wake keyboards from sleep.
2024-03-29 12:31:43 -07:00
..
boards refactor: Remove unimportant labels 2023-12-04 20:06:54 -06: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 refactor: use zmk,matrix-transform instead of zmk,matrix_transform 2024-01-23 23:02:35 -06:00
reviung34.conf feat(shields): Reviung34 shield definition 2023-10-14 19:39:42 -07:00
reviung34.keymap refactor: use zmk,matrix-transform instead of zmk,matrix_transform 2024-01-23 23:02:35 -06:00
reviung34.overlay fix: Add wakeup-source; to kscan nodes for ZMK_SLEEP. 2024-03-29 12:31:43 -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;
    };
};