Skip to content

Commit

Permalink
Update acari_right.overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
suriaribeiro authored Oct 17, 2024
1 parent 256427a commit 6936762
Showing 1 changed file with 7 additions and 13 deletions.
20 changes: 7 additions & 13 deletions config/boards/shields/acari/acari_right.overlay
Original file line number Diff line number Diff line change
@@ -1,21 +1,15 @@
/*
* Copyright (c) 2020 Derek Schmell
*
* SPDX-License-Identifier: MIT
*/

#include "acari.dtsi"

&default_transform {
col-offset = <5>;
};

&kscan0 {
/ {
default_layout: default_layout {
compatible = "zmk,physical-layout";
display-name = "Default Layout";
transform = col-offset = <5>;
kscan = &kscan0 {
col-gpios
= <&xiao_d 4 GPIO_ACTIVE_HIGH>
, <&xiao_d 3 GPIO_ACTIVE_HIGH>
, <&xiao_d 2 GPIO_ACTIVE_HIGH>
, <&xiao_d 1 GPIO_ACTIVE_HIGH>
, <&xiao_d 0 GPIO_ACTIVE_HIGH>
;
};
};

0 comments on commit 6936762

Please sign in to comment.