diff --git a/Marlin/boards.h b/Marlin/boards.h
index f129fcc9bf89a80499939cf97c884e283b3486cd..e67382fcc656d3d3d58064e00cfff513d8fb49ea 100644
--- a/Marlin/boards.h
+++ b/Marlin/boards.h
@@ -83,7 +83,7 @@
 #define BOARD_OMCA              91   // Final OMCA board
 #define BOARD_RAMBO             301  // Rambo
 #define BOARD_MINIRAMBO         302  // Mini-Rambo
-#define BOARD_AJ4P              303  // AJ4P
+#define BOARD_SCOOVO_X9H        303  // abee Scoovo X9H
 #define BOARD_MEGACONTROLLER    310  // Mega controller
 #define BOARD_ELEFU_3           21   // Elefu Ra Board (v3)
 #define BOARD_5DPRINT           88   // 5DPrint D8 Driver Board
diff --git a/Marlin/pins.h b/Marlin/pins.h
index a336cd1eeca99f8fe45ed1505a0d2176ce881395..6548bec46ced511b7354c38ea68f4e30e24291a9 100644
--- a/Marlin/pins.h
+++ b/Marlin/pins.h
@@ -166,8 +166,8 @@
   #include "pins_MEGACONTROLLER.h"
 #elif MB(BQ_ZUM_MEGA_3D)
   #include "pins_BQ_ZUM_MEGA_3D.h"
-#elif MB(AJ4P)
-  #include "pins_AJ4P.h"
+#elif MB(SCOOVO_X9H)
+  #include "pins_SCOOVO_X9H.h"
 #elif MB(MKS_13)
   #include "pins_MKS_13.h"
 #elif MB(SAINSMART_2IN1)
diff --git a/Marlin/pins_A4JP.h b/Marlin/pins_SCOOVO_X9H.h
similarity index 95%
rename from Marlin/pins_A4JP.h
rename to Marlin/pins_SCOOVO_X9H.h
index bc0fc84d11eba105c5d7b46bde2f003134c7f085..dcb36a24a991ddc4bff9e17e739873786f8076d1 100644
--- a/Marlin/pins_A4JP.h
+++ b/Marlin/pins_SCOOVO_X9H.h
@@ -21,21 +21,17 @@
  */
 
 /************************************************
- * Rambo pin assignments MODIFIED FOR A4JP
+ * Rambo pin assignments MODIFIED FOR Scoovo X9H
  ************************************************/
 
 #ifndef __AVR_ATmega2560__
   #error "Oops!  Make sure you have 'Arduino Mega 2560' selected from the 'Tools -> Boards' menu."
 #endif
 
-#define BOARD_NAME "AJ4P"
+#define BOARD_NAME "Scoovo X9H"
 
 #define LARGE_FLASH true
 
-/************************************************
- * Rambo pin assignments old
- ************************************************/
-
 //
 // Servos
 //