Added a README with instructions on how to enable the 1x2u layout.
This commit is contained in:
parent
58998109a5
commit
f59b391bc0
1 changed files with 10 additions and 0 deletions
10
app/boards/shields/reviung34/README.md
Normal file
10
app/boards/shields/reviung34/README.md
Normal file
|
@ -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;
|
||||||
|
};
|
||||||
|
```
|
Loading…
Add table
Reference in a new issue