Skip to content

Commit

Permalink
nice_nano_v2 test 6
Browse files Browse the repository at this point in the history
  • Loading branch information
willelind committed Sep 21, 2024
1 parent 66ebf74 commit cdcc6f0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions boards/shields/keyboy/keyboy.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
&pinctrl {
spi1_default: spi1_default {
group1 {
psels = <NRF_PSEL(SPIM_MOSI, 0, 0)>,
psels = <NRF_PSEL(SPIM_MOSI, 0, 2)>,
<NRF_PSEL(SPIM_SCK, 1, 1)>;
};
};
Expand All @@ -20,7 +20,7 @@

&spi1 {
status = "okay";
cs-gpios = <&pro_micro 2 GPIO_ACTIVE_LOW>, <&pro_micro 3 GPIO_ACTIVE_LOW>;
cs-gpios = <&pro_micro 0 GPIO_ACTIVE_LOW>, <&pro_micro 3 GPIO_ACTIVE_LOW>;
shifter0: 595@0 {
compatible = "zmk,gpio-595";
status = "okay";
Expand Down Expand Up @@ -83,11 +83,11 @@
;

row-gpios
= <&pro_micro 4 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>
, <&pro_micro 5 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>
, <&pro_micro 6 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>
= <&pro_micro 8 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>
, <&pro_micro 7 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>
, <&pro_micro 8 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>
, <&pro_micro 6 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>
, <&pro_micro 5 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>
, <&pro_micro 4 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>
;
};
};
Expand Down

0 comments on commit cdcc6f0

Please sign in to comment.