Skip to content

Commit

Permalink
変更:直接は関係ないがQMK v0.20.0での変更を先取り
Browse files Browse the repository at this point in the history
https://docs.qmk.fm/#/ChangeLog/20230226?id=full-changelist
qmk#19753
Jonesで同様の記述箇所に変更が入っている
  • Loading branch information
jpskenn committed May 4, 2023
1 parent acae0ec commit df32fa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keyboards/sandy/dn0020/keymaps/jpskenn/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,7 @@ layer_state_t default_layer_state_set_user(layer_state_t state) {
}

bool led_update_user(led_t led_state) {
rgblight_set_layer_state(3, IS_HOST_LED_ON(USB_LED_CAPS_LOCK));
rgblight_set_layer_state(3, led_state.caps_lock);

return true;
}
Expand Down

0 comments on commit df32fa9

Please sign in to comment.