Browse Source

`rocketboard_16`: Fix mismatched LUT sizes (#15997)

pull/15999/head
Ryan 2 years ago
committed by GitHub
parent
commit
448a90f6b0
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      keyboards/rocketboard_16/keycode_lookup.h

+ 1
- 1
keyboards/rocketboard_16/keycode_lookup.h View File

@ -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];

Loading…
Cancel
Save