Skip to content

Commit

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

&nice_nano_spi {
&pro_micro_spi {
status = "okay";
cs-gpios = <&pro_micro 0 GPIO_ACTIVE_LOW>, <&pro_micro 3 GPIO_ACTIVE_LOW>;
cs-gpios = <&pro_micro 0 GPIO_ACTIVE_LOW>;
shifter0: 595@0 {
compatible = "zmk,gpio-595";
status = "okay";
Expand Down

0 comments on commit 03ad87a

Please sign in to comment.