diff --git a/config/examples/Kingroon/KP3S/Configuration.h b/config/examples/Kingroon/KP3S/Configuration.h index 82d069db3e8..2690b2dc06a 100644 --- a/config/examples/Kingroon/KP3S/Configuration.h +++ b/config/examples/Kingroon/KP3S/Configuration.h @@ -63,7 +63,7 @@ // @section info // Author info of this build printed to the host during boot and M115 -#define STRING_CONFIG_H_AUTHOR "(kubik369)" // Who made the changes. +#define STRING_CONFIG_H_AUTHOR "(@AR1972)" // Who made the changes. //#define CUSTOM_VERSION_FILE Version.h // Path from the root directory (no quotes) // @section machine @@ -3459,7 +3459,7 @@ */ #define TFT_THEME BLACK_MARLIN - //#define TFT_SHARED_IO // I/O is shared between TFT display and other devices. Disable async data transfer. + #define TFT_SHARED_IO // I/O is shared between TFT display and other devices. Disable async data transfer. #define COMPACT_MARLIN_BOOT_LOGO // Use compressed data to save Flash space #endif