diff --git a/src/configuration.h b/src/configuration.h
index 994f1e72e..2c77b55e3 100644
--- a/src/configuration.h
+++ b/src/configuration.h
@@ -178,13 +178,6 @@ along with this program. If not, see .
#define TCA9535_ADDR 0x20
#define TCA9555_ADDR 0x26
-// -----------------------------------------------------------------------------
-// GPS
-// -----------------------------------------------------------------------------
-#ifndef GPS_THREAD_INTERVAL
-#define GPS_THREAD_INTERVAL 200
-#endif
-
// -----------------------------------------------------------------------------
// Touchscreen
// -----------------------------------------------------------------------------
@@ -206,6 +199,10 @@ along with this program. If not, see .
#define VEXT_ON_VALUE LOW
#endif
+// -----------------------------------------------------------------------------
+// GPS
+// -----------------------------------------------------------------------------
+
#ifndef GPS_BAUDRATE
#define GPS_BAUDRATE 9600
#define GPS_BAUDRATE_FIXED 0
@@ -213,6 +210,10 @@ along with this program. If not, see .
#define GPS_BAUDRATE_FIXED 1
#endif
+#ifndef GPS_THREAD_INTERVAL
+#define GPS_THREAD_INTERVAL 200
+#endif
+
/* Step #2: follow with defines common to the architecture;
also enable HAS_ option not specifically disabled by variant.h */
#include "architecture.h"