Skip to content

Commit

Permalink
Updated keymap
Browse files Browse the repository at this point in the history
  • Loading branch information
VoltaicGRiD committed Aug 3, 2024
1 parent ef6f9bb commit 5c6b31d
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions config/voltarium.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,24 @@
};
};

&pinctrl {
spi0_default: spi0_default {
group1 {
psels = <NRF_PSEL(SPIM_SCK, 0, 00)>,
<NRF_PSEL(SPIM_MOSI, 0, 16)>,
<NRF_PSEL(SPIM_MISO, 0, 14)>;
};
};
spi0_sleep: spi0_sleep {
group1 {
psels = <NRF_PSEL(SPIM_SCK, 0, 00)>,
<NRF_PSEL(SPIM_MOSI, 0, 16)>,
<NRF_PSEL(SPIM_MISO, 0, 14)>;
low-power-enable;
};
};
};

&nice_view_spi {
cs-gpios = <&pro_micro 10 GPIO_ACTIVE_HIGH>;
};

0 comments on commit 5c6b31d

Please sign in to comment.