Browse Source

Update v3x.c

pull/16285/head
Alex Muthmann 1 year ago
committed by GitHub
parent
commit
e1d00060ea
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      keyboards/dumbpad/v3x/v3x.c

+ 1
- 1
keyboards/dumbpad/v3x/v3x.c View File

@ -95,7 +95,7 @@ void matrix_init_kb(void) {
}
bool led_update_kb(led_t led_state) {
if (!led_update_user(led_state)) return;
if (!led_update_user(led_state)) return false;
// put your keyboard LED indicator (ex: Caps Lock LED) toggling code here
writePin(LED_02, !led_state.num_lock);
return true;


Loading…
Cancel
Save