From 21dc07c40ac4e6e0a499d758353af259e37a9013 Mon Sep 17 00:00:00 2001
From: thisiskeithb <13375512+thisiskeithb@users.noreply.github.com>
Date: Thu, 2 Jan 2020 19:28:54 -0800
Subject: [PATCH] Sidewinder X1 Config Updates (#16315)

---
 .../Sidewinder X1/Configuration.h                               | 2 +-
 .../Sidewinder X1/Configuration_adv.h                           | 0
 .../Sidewinder X1/_Bootscreen.h                                 | 0
 3 files changed, 1 insertion(+), 1 deletion(-)
 rename config/examples/{EVNOVO (Artillery) => Artillery}/Sidewinder X1/Configuration.h (99%)
 rename config/examples/{EVNOVO (Artillery) => Artillery}/Sidewinder X1/Configuration_adv.h (100%)
 rename config/examples/{EVNOVO (Artillery) => Artillery}/Sidewinder X1/_Bootscreen.h (100%)

diff --git a/config/examples/EVNOVO (Artillery)/Sidewinder X1/Configuration.h b/config/examples/Artillery/Sidewinder X1/Configuration.h
similarity index 99%
rename from config/examples/EVNOVO (Artillery)/Sidewinder X1/Configuration.h
rename to config/examples/Artillery/Sidewinder X1/Configuration.h
index 5ac11ac49c..fa9baa7e26 100644
--- a/config/examples/EVNOVO (Artillery)/Sidewinder X1/Configuration.h	
+++ b/config/examples/Artillery/Sidewinder X1/Configuration.h	
@@ -86,7 +86,7 @@
  */
 
 // Show the Marlin bootscreen on startup. ** ENABLE FOR PRODUCTION **
-//#define SHOW_BOOTSCREEN
+#define SHOW_BOOTSCREEN
 
 // Show the bitmap in Marlin/_Bootscreen.h on startup.
 //#define SHOW_CUSTOM_BOOTSCREEN
diff --git a/config/examples/EVNOVO (Artillery)/Sidewinder X1/Configuration_adv.h b/config/examples/Artillery/Sidewinder X1/Configuration_adv.h
similarity index 100%
rename from config/examples/EVNOVO (Artillery)/Sidewinder X1/Configuration_adv.h
rename to config/examples/Artillery/Sidewinder X1/Configuration_adv.h
diff --git a/config/examples/EVNOVO (Artillery)/Sidewinder X1/_Bootscreen.h b/config/examples/Artillery/Sidewinder X1/_Bootscreen.h
similarity index 100%
rename from config/examples/EVNOVO (Artillery)/Sidewinder X1/_Bootscreen.h
rename to config/examples/Artillery/Sidewinder X1/_Bootscreen.h
-- 
GitLab