diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h
index 9f91b4d38f55930d1780478a121b3c7970e0c4fd..aeb9ef16ecec974767c2427532c730c18205b0fa 100644
--- a/Marlin/Configuration.h
+++ b/Marlin/Configuration.h
@@ -341,12 +341,8 @@ const bool Z_ENDSTOPS_INVERTING = true; // set to true to invert the logic of th
 
 // The Elefu RA Board Control Panel
 // http://www.elefu.com/index.php?route=product/product&product_id=53
-// REMEMBER TO INSTALL LiquidCrystal_I2C.h in your ARUDINO library folder: http://hmario.home.xs4all.nl/arduino/LiquidCrystal_I2C/LiquidCrystal_I2C.zip
-#define RA_CONTROL_PANEL
-
-// The Elefu TLC5947 RGB Lighting Module
-// Uncomment to enable TLC5947 Lighting Modules.
-//#define RA_DISCO
+// REMEMBER TO INSTALL LiquidCrystal_I2C.h in your ARUDINO library folder: https://github.com/kiyoshigawa/LiquidCrystal_I2C
+//#define RA_CONTROL_PANEL
 
 //automatic expansion
 #if defined (REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER)