Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
VoidNoi committed May 4, 2024
1 parent f4780eb commit 4b46f26
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion BadCard.ino
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,6 @@ void executeScript() {
BLEKeyboard.end();
} else {
Keyboard.end();
delete layout;
}
mainMenu();
}
Expand Down
2 changes: 1 addition & 1 deletion src/USBHID-Keyboard/KeyboardLayout_ES.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ extern const uint16_t KeyboardLayout_es_ES_special_keycodes[AMOUNT_OF_SPECIAL_CH
KEY_C_CEDILLA | U16SHIFT
};

const uint8_t KeyboardLayout_es_ES[128] PROGMEM =
extern const uint8_t KeyboardLayout_es_ES[128] PROGMEM =
{
0x00, // NUL
0x00, // SOH
Expand Down

0 comments on commit 4b46f26

Please sign in to comment.