mirror of https://github.com/zmkfirmware/zmk.git
feat(boards): Tofu65 V2 Physical layout
This commit is contained in:
parent
0a25fa2f95
commit
ec32c566ce
|
|
@ -8,6 +8,8 @@
|
||||||
#include <rpi_pico/rp2040.dtsi>
|
#include <rpi_pico/rp2040.dtsi>
|
||||||
#include <dt-bindings/zmk/matrix_transform.h>
|
#include <dt-bindings/zmk/matrix_transform.h>
|
||||||
|
|
||||||
|
#include <layouts/common/65percent/ansi.dtsi>
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
|
|
||||||
chosen {
|
chosen {
|
||||||
|
|
@ -15,7 +17,7 @@
|
||||||
zephyr,flash = &flash0;
|
zephyr,flash = &flash0;
|
||||||
zephyr,code-partition = &code_partition;
|
zephyr,code-partition = &code_partition;
|
||||||
zmk,kscan = &kscan0;
|
zmk,kscan = &kscan0;
|
||||||
zmk,matrix-transform = &default_transform;
|
zmk,physical-layout = &layout_65_ansi;
|
||||||
};
|
};
|
||||||
|
|
||||||
xtal_clk: xtal-clk {
|
xtal_clk: xtal-clk {
|
||||||
|
|
@ -115,3 +117,6 @@ zephyr_udc0: &usbd {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&layout_65_ansi {
|
||||||
|
transform = <&default_transform>;
|
||||||
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue