mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-28 03:51:15 +00:00
Revert keyboards/gray_studio/think65/solder/solder.c
Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
This commit is contained in:
parent
c0b5458777
commit
3307f8c743
@ -30,8 +30,7 @@ void matrix_init_kb(void) {
|
||||
|
||||
bool led_update_kb(led_t led_state) {
|
||||
if(led_update_user(led_state)) {
|
||||
writePin(CAPS_LOCK_LED, !led_state.caps_lock);
|
||||
writePin(SCROLL_LOCK_LED, !led_state.num_lock);
|
||||
writePin(C7, !led_state.caps_lock);
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user