From f59b391bc0dd3be3b81d53016e68b1803e13f0d7 Mon Sep 17 00:00:00 2001 From: Alex Kang Date: Thu, 14 Sep 2023 08:21:40 -0700 Subject: [PATCH] Added a README with instructions on how to enable the 1x2u layout. --- app/boards/shields/reviung34/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 app/boards/shields/reviung34/README.md diff --git a/app/boards/shields/reviung34/README.md b/app/boards/shields/reviung34/README.md new file mode 100644 index 00000000..9bcca57d --- /dev/null +++ b/app/boards/shields/reviung34/README.md @@ -0,0 +1,10 @@ +# REVIUNG34 + +REVIUNG34 is a 33-34 key unibody split keyboard by [gtips](https://github.com/gtips). An in-stock version can be found at [Little Keyboards](https://www.littlekeyboards.com/products/reviung34-analyst-keyboard-kit). + +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; +}; +```