From 2ec5b30044377f4b01c05bb67741ffea0561dfb5 Mon Sep 17 00:00:00 2001 From: Nathaniel Schweinberg <314009+nathanielks@users.noreply.github.com> Date: Sat, 10 Apr 2021 20:46:02 -0500 Subject: [PATCH] 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. --- .../shields/dactyl_manuform_4x5/boards/nice_nano.overlay | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 app/boards/shields/dactyl_manuform_4x5/boards/nice_nano.overlay diff --git a/app/boards/shields/dactyl_manuform_4x5/boards/nice_nano.overlay b/app/boards/shields/dactyl_manuform_4x5/boards/nice_nano.overlay deleted file mode 100644 index ca760fea..00000000 --- a/app/boards/shields/dactyl_manuform_4x5/boards/nice_nano.overlay +++ /dev/null @@ -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>; -};