Skip to content

Commit

Permalink
rocketboard_16: Fix mismatched LUT sizes (#15997)
Browse files Browse the repository at this point in the history
  • Loading branch information
fauxpark committed Jan 22, 2022
1 parent 8ec18d1 commit 448a90f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keyboards/rocketboard_16/keycode_lookup.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ typedef struct

char* translate_keycode_to_string(uint16_t code);

extern lookup_table_t lookup_table[366];
extern lookup_table_t lookup_table[334];

0 comments on commit 448a90f

Please sign in to comment.