diff --git a/keyboards/handwired/trenctyl_manuform/6x6/config.h b/keyboards/handwired/trenctyl_manuform/6x6/config.h
index 3d41106a03..3bbdc95307 100644
--- a/keyboards/handwired/trenctyl_manuform/6x6/config.h
+++ b/keyboards/handwired/trenctyl_manuform/6x6/config.h
@@ -18,15 +18,13 @@ along with this program. If not, see .
#pragma once
-#include "config_common.h"
-
/* key matrix size */
// Rows are doubled-up
#define MATRIX_ROWS 14
#define MATRIX_COLS 6
#define RGB_MATRIX_KEYPRESSES
-//#define RGB_MATRIX_KEYRELEASES
+// #define RGB_MATRIX_KEYRELEASES
#define RGB_MATRIX_FRAMEBUFFER_EFFECTS
#define SPLIT_TRANSPORT_MIRROR
diff --git a/keyboards/handwired/trenctyl_manuform/6x6/f01/config.h b/keyboards/handwired/trenctyl_manuform/6x6/f01/config.h
index 5e4eab7865..fa026ef71c 100644
--- a/keyboards/handwired/trenctyl_manuform/6x6/f01/config.h
+++ b/keyboards/handwired/trenctyl_manuform/6x6/f01/config.h
@@ -18,11 +18,9 @@ along with this program. If not, see .
#pragma once
-#include "config_common.h"
-
-//#define PRODUCT_ID 0x3836
-//#define DEVICE_VER 0x0001
-//#define PRODUCT Trenctyl Manuform(6x6) BlackPill F01
+// #define PRODUCT_ID 0x3836
+// #define DEVICE_VER 0x0001
+// #define PRODUCT Trenctyl Manuform(6x6) BlackPill F01
#define MATRIX_ROW_PINS \
{ A15, B13, B14, B15, A8, B6, B7 }
@@ -83,4 +81,4 @@ along with this program. If not, see .
#define WS2812_PWM_PAL_MODE 1
// hw rnd generator
-//#define ENC_HW_RND_STM32F4
+// #define ENC_HW_RND_STM32F4
diff --git a/keyboards/handwired/trenctyl_manuform/6x6/f01uf2/config.h b/keyboards/handwired/trenctyl_manuform/6x6/f01uf2/config.h
index 398e4041c0..68c4db367f 100644
--- a/keyboards/handwired/trenctyl_manuform/6x6/f01uf2/config.h
+++ b/keyboards/handwired/trenctyl_manuform/6x6/f01uf2/config.h
@@ -18,8 +18,6 @@ along with this program. If not, see .
#pragma once
-#include "config_common.h"
-
// #define PRODUCT_ID 0x3836
// #define DEVICE_VER 0x0001
// #define PRODUCT Trenctyl Manuform(6x6) BlackPill F01
diff --git a/keyboards/handwired/trenctyl_manuform/config.h b/keyboards/handwired/trenctyl_manuform/config.h
index 0ff2387a03..a0a7d06522 100644
--- a/keyboards/handwired/trenctyl_manuform/config.h
+++ b/keyboards/handwired/trenctyl_manuform/config.h
@@ -18,18 +18,16 @@ along with this program. If not, see .
#pragma once
-#include "config_common.h"
-
/* USB Device descriptor parameter */
-//#define VENDOR_ID 0x44FD
-//#define MANUFACTURER mfulz
+// #define VENDOR_ID 0x44FD
+// #define MANUFACTURER mfulz
/* mouse config */
-//#define MOUSEKEY_INTERVAL 20
-//#define MOUSEKEY_DELAY 0
-//#define MOUSEKEY_TIME_TO_MAX 60
-//#define MOUSEKEY_MAX_SPEED 7
-//#define MOUSEKEY_WHEEL_DELAY 0
+// #define MOUSEKEY_INTERVAL 20
+// #define MOUSEKEY_DELAY 0
+// #define MOUSEKEY_TIME_TO_MAX 60
+// #define MOUSEKEY_MAX_SPEED 7
+// #define MOUSEKEY_WHEEL_DELAY 0
#define MOUSEKEY_WHEEL_INTERVAL 120
/* Set 0 if debouncing isn't needed */