feat(layouts): Add physical layout for Redox shield
This commit is contained in:
parent
c44343509a
commit
61de01abb0
2 changed files with 94 additions and 1 deletions
|
|
@ -5,11 +5,17 @@
|
|||
*/
|
||||
|
||||
#include <dt-bindings/zmk/matrix_transform.h>
|
||||
#include "redox-layouts.dtsi"
|
||||
|
||||
|
||||
&redox_physical_layout {
|
||||
transform = <&default_transform>;
|
||||
};
|
||||
|
||||
/ {
|
||||
chosen {
|
||||
zmk,kscan = &kscan0;
|
||||
zmk,matrix-transform = &default_transform;
|
||||
zmk,physical-layout = &redox_physical_layout;
|
||||
};
|
||||
|
||||
default_transform: keymap_transform_0 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue