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:50 +01:00 committed by GitHub
parent 4a2fa7e7cb
commit c0b5458777
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,11 +24,7 @@ void matrix_init_kb(void) {
// put your keyboard start-up code here
// runs once when the firmware starts up
setPinOutput(A5);
setPinOutput(A15);
setPinOutput(C8);
setPinOutput(C7);
setPinOutput(C6);
matrix_init_user();
}