Skip to content

Commit

Permalink
fix: attempt 4
Browse files Browse the repository at this point in the history
  • Loading branch information
headblockhead committed Nov 3, 2024
1 parent 3e6e3d7 commit 133b03c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/squirrel_split.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ uint8_t remote_modifiers = 0;
uint16_t remote_consumer_code = 0;

void process_packet(uint8_t (*packet)[9]) {
for (int i = 0; i < 256; i++) {
remote_keycodes[i] = false;
}
for (int i = 0; i < 6; i++) {
if ((*packet)[i] == 0) {
break;
Expand Down

0 comments on commit 133b03c

Please sign in to comment.