Skip to content

Commit

Permalink
Run precommit checks
Browse files Browse the repository at this point in the history
  • Loading branch information
nickconway committed Jun 2, 2023
1 parent 73f5d17 commit e8dde71
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions app/src/hid.c
Original file line number Diff line number Diff line change
Expand Up @@ -264,10 +264,6 @@ bool zmk_hid_is_pressed(uint32_t usage) {
return false;
}

struct zmk_hid_keyboard_report *zmk_hid_get_keyboard_report() {
return &keyboard_report;
}
struct zmk_hid_keyboard_report *zmk_hid_get_keyboard_report() { return &keyboard_report; }

struct zmk_hid_consumer_report *zmk_hid_get_consumer_report() {
return &consumer_report;
}
struct zmk_hid_consumer_report *zmk_hid_get_consumer_report() { return &consumer_report; }

0 comments on commit e8dde71

Please sign in to comment.