Skip to content

Commit

Permalink
nice_nano_v2 test 21
Browse files Browse the repository at this point in the history
  • Loading branch information
willelind committed Sep 22, 2024
1 parent 8947c3e commit 5cb7db0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified boards/shields/.DS_Store
Binary file not shown.
4 changes: 2 additions & 2 deletions boards/shields/keyboy/keyboy.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ board_spi: &spi0 {
pinctrl-1 = <&spi0_sleep>;
pinctrl-names = "default", "sleep";

cs-gpios = <&pro_micro 1 GPIO_ACTIVE_LOW>;
cs-gpios = <&pro_micro 10 GPIO_ACTIVE_LOW>;

shift_reg: 595@0 {
compatible = "zmk,gpio-595";
Expand Down Expand Up @@ -84,7 +84,7 @@ board_spi: &spi0 {
, <&pro_micro 20 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>
, <&pro_micro 19 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>
, <&pro_micro 18 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>
, <&pro_micro 10 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>
, <&pro_micro 1 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>
;
};
};
Expand Down

0 comments on commit 5cb7db0

Please sign in to comment.