Skip to content

Commit

Permalink
fix: changed log message
Browse files Browse the repository at this point in the history
  • Loading branch information
Timoyoungster committed Jun 14, 2024
1 parent 3b04028 commit 3989ec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/hid_listener.c
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ static int hid_listener_keycode_released(const struct zmk_keycode_state_changed
// of some programs recognizing the implicit_mod release before the actual key release
err = zmk_endpoints_send_report(ev->usage_page);
if (err < 0) {
LOG_ERR("Failed to send key report for release keycode for consumer page event (%d)", err);
LOG_ERR("Failed to send key report for the released keycode (%d)", err);
}

#endif // IS_ENABLED(CONFIG_ZMK_HID_SEPARATE_MOD_RELEASE_REPORT)
Expand Down

0 comments on commit 3989ec7

Please sign in to comment.