Skip to content

Commit

Permalink
Fix mouse keys freezing by always utilizing the hog queue
Browse files Browse the repository at this point in the history
  • Loading branch information
caksoylar committed Jul 31, 2023
1 parent 03c7f05 commit 64799f6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/src/endpoints.c
Original file line number Diff line number Diff line change
Expand Up @@ -161,11 +161,7 @@ int zmk_endpoints_send_mouse_report() {

#if IS_ENABLED(CONFIG_ZMK_BLE)
case ZMK_ENDPOINT_BLE: {
#if IS_ENABLED(CONFIG_ZMK_MOUSE_WORK_QUEUE_DEDICATED)
int err = zmk_hog_send_mouse_report_direct(&mouse_report->body);
#else
int err = zmk_hog_send_mouse_report(&mouse_report->body);
#endif
if (err) {
LOG_ERR("FAILED TO SEND OVER HOG: %d", err);
}
Expand Down

0 comments on commit 64799f6

Please sign in to comment.