Skip to content

Commit

Permalink
Update hotdox76_V2.c
Browse files Browse the repository at this point in the history
  • Loading branch information
jiaxin96 committed Aug 21, 2021
1 parent 7888677 commit b99e2e0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion keyboards/yandrstudio/hotdox76_V2/hotdox76_V2.c
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,9 @@ void get_cur_alp_hook(uint16_t keycode) {
}

bool process_record_kb(uint16_t keycode, keyrecord_t *record) {
get_cur_alp_hook(keycode);
if (record->event.pressed) {
get_cur_alp_hook(keycode);
}
return true;

}
Expand Down

0 comments on commit b99e2e0

Please sign in to comment.