diff --git a/config/generic-fysetc-s6-v2.cfg b/config/generic-fysetc-s6-v2.cfg
index 21c24b0fb..0167792be 100644
--- a/config/generic-fysetc-s6-v2.cfg
+++ b/config/generic-fysetc-s6-v2.cfg
@@ -11,7 +11,7 @@ dir_pin: PE10
 enable_pin: !PE9
 microsteps: 16
 rotation_distance: 40
-endstop_pin: PB14  # PA1 for X-max
+endstop_pin: ^PB14  # PA1 for X-max
 position_endstop: 0
 position_max: 200
 
@@ -21,7 +21,7 @@ dir_pin: PB12
 enable_pin: !PD9
 microsteps: 16
 rotation_distance: 40
-endstop_pin: PB13  # PA2 for Y-max
+endstop_pin: ^PB13  # PA2 for Y-max
 position_endstop: 0
 position_max: 200
 
@@ -31,7 +31,7 @@ dir_pin: PD13
 enable_pin: !PD15
 microsteps: 16
 rotation_distance: 8
-endstop_pin: PA0  # PA3 for Z-max
+endstop_pin: ^PA0  # PA3 for Z-max
 position_endstop: 0
 position_max: 400
 
diff --git a/config/generic-fysetc-s6.cfg b/config/generic-fysetc-s6.cfg
index ff2b077e3..b7f3a0d99 100644
--- a/config/generic-fysetc-s6.cfg
+++ b/config/generic-fysetc-s6.cfg
@@ -11,7 +11,7 @@ dir_pin: PE10
 enable_pin: !PE12
 microsteps: 16
 rotation_distance: 40
-endstop_pin: PB14  # PA1 for X-max
+endstop_pin: ^PB14  # PA1 for X-max
 position_endstop: 0
 position_max: 200
 
@@ -21,7 +21,7 @@ dir_pin: PB12
 enable_pin: !PD9
 microsteps: 16
 rotation_distance: 40
-endstop_pin: PB13  # PA2 for Y-max
+endstop_pin: ^PB13  # PA2 for Y-max
 position_endstop: 0
 position_max: 200
 
@@ -31,7 +31,7 @@ dir_pin: PD13
 enable_pin: !PD15
 microsteps: 16
 rotation_distance: 8
-endstop_pin: PA0  # PA3 for Z-max (and servo)
+endstop_pin: ^PA0  # PA3 for Z-max (and servo)
 position_endstop: 0
 position_max: 400
 
diff --git a/config/generic-fysetc-spider.cfg b/config/generic-fysetc-spider.cfg
index fa443b97f..21e13d4ed 100644
--- a/config/generic-fysetc-spider.cfg
+++ b/config/generic-fysetc-spider.cfg
@@ -12,7 +12,7 @@ dir_pin: PE10
 enable_pin: !PE9
 microsteps: 16
 rotation_distance: 40
-endstop_pin: PB14  # PA1 for X-max
+endstop_pin: ^PB14  # PA1 for X-max
 position_endstop: 0
 position_max: 200
 
@@ -32,7 +32,7 @@ dir_pin: PD13
 enable_pin: !PD15
 microsteps: 16
 rotation_distance: 8
-endstop_pin: PA0  # PA3 for Z-max
+endstop_pin: ^PA0  # PA3 for Z-max
 position_endstop: 0
 position_max: 400