Skip to content

Commit

Permalink
nice_nano_v2 test 10
Browse files Browse the repository at this point in the history
  • Loading branch information
willelind committed Sep 21, 2024
1 parent 60ba5ed commit 719daf8
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions boards/shields/keyboy/keyboy.overlay
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
#include <dt-bindings/zmk/matrix_transform.h>

//&pinctrl {
// spi1_default: spi1_default {
// group1 {
// psels = <NRF_PSEL(SPIM_MOSI, 0, 2)>,
// <NRF_PSEL(SPIM_SCK, 1, 1)>;
// };
// };
// //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, 2)>,
<NRF_PSEL(SPIM_SCK, 1, 1)>;
};
};
//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;
// };
//};
};

&pro_micro_spi {
status = "okay";
Expand Down

0 comments on commit 719daf8

Please sign in to comment.