fix: remove unnecessary nice_nano.overlay file from dactyl_manuform_4x5 shield

I had added this early on because the shield wouldn't compile, but now I realize it isn't required.
This commit is contained in:
Nathaniel Schweinberg 2021-04-10 20:46:02 -05:00
parent b28f6cfc39
commit 2ec5b30044

View file

@ -1,8 +0,0 @@
&spi1 {
compatible = "nordic,nrf-spim";
status = "okay";
mosi-pin = <6>;
// Unused pins, needed for SPI definition, but not used by the ws2812 driver itself.
sck-pin = <5>;
miso-pin = <7>;
};