From 4a2fa7e7cb30ad2262b77196217992bd97f832e3 Mon Sep 17 00:00:00 2001 From: Maria <81305596+toril940@users.noreply.github.com> Date: Sun, 15 Oct 2023 18:19:32 +0100 Subject: [PATCH] Revert keyboards/gray_studio/think65/solder/solder.c Co-authored-by: Duncan Sutherland --- keyboards/gray_studio/think65/solder/solder.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/keyboards/gray_studio/think65/solder/solder.c b/keyboards/gray_studio/think65/solder/solder.c index 8cfc6a292f3..cfa9e43764d 100644 --- a/keyboards/gray_studio/think65/solder/solder.c +++ b/keyboards/gray_studio/think65/solder/solder.c @@ -18,12 +18,7 @@ // Optional override functions below. // You can leave any or all of these undefined. // These are only required if you want to perform custom actions. -#define CAPS_LOCK_LED A5 -#define SCROLL_LOCK_LED A15 - -#define LAYER_1_PIN C8 -#define LAYER_2_PIN C7 -#define LAYER_3_PIN C6 + void matrix_init_kb(void) { // put your keyboard start-up code here