Skip to content

Commit

Permalink
Correct column pins for right half
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniusnaumann committed Apr 5, 2024
1 parent 33aed56 commit e894c8f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 12 deletions.
2 changes: 1 addition & 1 deletion boards/shields/defiant/defiant.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
CONFIG_ZMK_SLEEP=y
# CONFIG_ZMK_SLEEP=y
CONFIG_ZMK_DISPLAY=n
CONFIG_ZMK_USB_LOGGING=y
10 changes: 0 additions & 10 deletions boards/shields/defiant/defiant.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,5 @@ RC(2,0) RC(2,1) RC(2,2) RC(2,3) RC(2,4) RC(2,5) RC(2,6) RC(2,7) RC(2,8)
compatible = "zmk,kscan-gpio-matrix";

diode-direction = "col2row";
row-gpios
= <&xiao_d 4 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>
, <&xiao_d 5 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>
, <&xiao_d 6 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>
, <&xiao_d 10 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>
;

};
};

&xiao_spi { status = "disabled"; };
&xiao_serial { status = "disabled"; };
2 changes: 1 addition & 1 deletion boards/shields/defiant/defiant_right.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
= <&xiao_d 9 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>
, <&xiao_d 8 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>
, <&xiao_d 7 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>
, <&xiao_d 4 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>
, <&xiao_d 3 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>
;


Expand Down

0 comments on commit e894c8f

Please sign in to comment.