feat(boards): nice!60 physical layout

This commit is contained in:
ReFil 2024-09-09 14:02:27 +01:00 committed by Pete Johanson
parent ec32c566ce
commit a47f1fe2e1
1 changed files with 7 additions and 1 deletions

View File

@ -10,6 +10,8 @@
#include <dt-bindings/led/led.h>
#include <dt-bindings/zmk/matrix_transform.h>
#include <layouts/common/60percent/ansi.dtsi>
#include "nice60-pinctrl.dtsi"
/ {
@ -22,7 +24,7 @@
zephyr,flash = &flash0;
zmk,battery = &vbatt;
zmk,kscan = &kscan0;
zmk,matrix-transform = &default_transform;
zmk,physical-layout = &layout_60_ansi;
zmk,underglow = &led_strip;
};
@ -169,3 +171,7 @@ zephyr_udc0: &usbd {
};
};
};
&layout_60_ansi {
transform = <&default_transform>;
};