Revert keyboards/gray_studio/think65/solder/solder.c

Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
This commit is contained in:
Maria 2023-10-15 18:19:32 +01:00 committed by GitHub
parent e2b17798ad
commit 4a2fa7e7cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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