Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
angweekiat committed Sep 14, 2024
1 parent ed78b88 commit 78fdfa2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/src/usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ enum zmk_usb_conn_state zmk_usb_get_conn_state(void) {
}

bool zmk_usb_is_hid_ready(void) {
LOG_DBG("is_configured: %d", is_configured);
return zmk_usb_get_conn_state() == ZMK_USB_CONN_HID && is_configured;
}

Expand Down

0 comments on commit 78fdfa2

Please sign in to comment.