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

View File

@ -30,8 +30,7 @@ void matrix_init_kb(void) {
bool led_update_kb(led_t led_state) { bool led_update_kb(led_t led_state) {
if(led_update_user(led_state)) { if(led_update_user(led_state)) {
writePin(CAPS_LOCK_LED, !led_state.caps_lock); writePin(C7, !led_state.caps_lock);
writePin(SCROLL_LOCK_LED, !led_state.num_lock);
} }
return true; return true;
} }