Skip to content

Commit

Permalink
nice_nano_v2 test 14
Browse files Browse the repository at this point in the history
  • Loading branch information
willelind committed Sep 21, 2024
1 parent 9de0a84 commit 7968b17
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions boards/shields/keyboy/keyboy.overlay
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
#include <dt-bindings/zmk/matrix_transform.h>

&pinctrl {
spi1_default: spi1_default {
group1 {
psels = <NRF_PSEL(SPIM_MOSI, 0, 17)>,
<NRF_PSEL(SPIM_SCK, 0, 06)>;
};
};
//spi1_default: spi1_default {
// group1 {
// pinmux = <SPI0_TX_P7>, <SPI1_SCK_P10>, <SPI1_CSN_P9>, <SPI1_CSN_P13>;
// };
// group2 {
// pinmux = <SPI1_RX_P8>;
// input-enable;
// };
//};
};
//&pinctrl {
// spi1_default: spi1_default {
// group1 {
// psels = <NRF_PSEL(SPIM_MOSI, 0, 17)>,
// <NRF_PSEL(SPIM_SCK, 0, 06)>;
// };
// };
// //spi1_default: spi1_default {
// // group1 {
// // pinmux = <SPI0_TX_P7>, <SPI1_SCK_P10>, <SPI1_CSN_P9>, <SPI1_CSN_P13>;
// // };
// // group2 {
// // pinmux = <SPI1_RX_P8>;
// // input-enable;
// // };
// //};
//};

&spi1 {
&pro_micro_spi {
status = "okay";
cs-gpios = <&pro_micro 0 GPIO_ACTIVE_LOW>;
shifter0: 595@0 {
Expand Down

0 comments on commit 7968b17

Please sign in to comment.