diff --git a/src/configuration.h b/src/configuration.h
index 54bc3f94e..b8f35c0e4 100644
--- a/src/configuration.h
+++ b/src/configuration.h
@@ -200,8 +200,6 @@ along with this program. If not, see .
#define BUTTON_PIN 39
#define BATTERY_PIN 35 // A battery voltage measurement pin, voltage divider connected here to measure battery voltage
-#define USE_RF95
-
#define USE_RF95
#define LORA_DIO0 26 // a No connect on the SX1262 module
#define LORA_RESET 23
@@ -347,6 +345,18 @@ along with this program. If not, see .
#define USE_SIM_RADIO
+#define USE_RF95
+#define LORA_DIO0 26 // a No connect on the SX1262 module
+#define LORA_RESET 23
+#define LORA_DIO1 33 // Not really used
+#define LORA_DIO2 32 // Not really used
+
+// Fake SPI device selections
+#define RF95_SCK 5
+#define RF95_MISO 19
+#define RF95_MOSI 27
+#define RF95_NSS 18
+
#endif
#ifdef USE_RF95