* feat(boards): add physical layout for reviung34
Add physical layout support for the REVIUNG34 keyboard:
- Dual 1U (34-key) layout
- Single 2U (33-key) layout
- Position map for layout switching
Coordinates extracted from the original KiCad PCB (gtips/reviung).
Closes#2536
* Update app/boards/shields/reviung34/reviung34-layouts.dtsi
Co-authored-by: Nicolas Munnich <98408764+nmunnich@users.noreply.github.com>
* Update app/boards/shields/reviung34/reviung34-layouts.dtsi
Co-authored-by: Nicolas Munnich <98408764+nmunnich@users.noreply.github.com>
* Update app/boards/shields/reviung34/reviung34-layouts.dtsi
Co-authored-by: Nicolas Munnich <98408764+nmunnich@users.noreply.github.com>
* Update app/boards/shields/reviung34/reviung34-layouts.dtsi
Co-authored-by: Nicolas Munnich <98408764+nmunnich@users.noreply.github.com>
* Update app/boards/shields/reviung34/reviung34-layouts.dtsi
Co-authored-by: Nicolas Munnich <98408764+nmunnich@users.noreply.github.com>
* fix: wrap negative numbers in parentheses for DTS syntax
---------
Co-authored-by: Nicolas Munnich <98408764+nmunnich@users.noreply.github.com>
Removed "label" properties which no longer have any function.
Labels are still used as layer names and as identifiers for sending
behaviors between sides of a split keyboard, so those have been left
alone for now.
* Initial implementation of REVIUNG34 shield.
* Add copyright information to files
* Added a README with instructions on how to enable the 1x2u layout.
* Add a default chosen matrix transform in the default keymap, alongside a commented out version for the alternate layout.
---------
Co-authored-by: Peter Johanson <peter@peterjohanson.com>
Co-authored-by: Cem Aksoylar <caksoylar@users.noreply.github.com>