dev: init zmk files

This commit is contained in:
phiwan-dev 2025-07-11 17:38:25 +02:00
parent 5c17fd0e3f
commit f344124981
12 changed files with 214 additions and 0 deletions

View file

@ -0,0 +1,19 @@
// This file was generated from a template. Edit it to match your keyboard.
// See https://zmk.dev/docs/development/hardware-integration/new-shield for more
// instructions.
#include "phiboard.dtsi"
&default_transform {
// Set this to the number of columns on the left side.
col-offset = <2>;
};
&kscan {
// Replace these comments with the GPIO pins in the matrix for the right side.
// See https://zmk.dev/docs/development/hardware-integration/new-shield#shield-overlays
col-gpios
= <&xiao_d 0 GPIO_ACTIVE_HIGH>
, <&xiao_d 0 GPIO_ACTIVE_HIGH>
;
};