Skip to content

Commit

Permalink
Fix broken '@' key in logical keyboard mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Fosdick committed Feb 5, 2023
1 parent 22aefcd commit 00d845a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/keyboard.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#define _DEBUG
#include "b-em.h"
#include "main.h"
#include "via.h"
Expand Down Expand Up @@ -344,7 +345,7 @@ static const uint8_t allegro2bbclogical[ALLEGRO_KEY_MAX] =
0xbb, // 57 ALLEGRO_KEY_F11
0xaa, // 58 ALLEGRO_KEY_F12
0x70, // 59 ALLEGRO_KEY_ESCAPE
0xbb, // 60 ALLEGRO_KEY_TILDE
0xaa, // 60 ALLEGRO_KEY_TILDE
0xaa, // 61 ALLEGRO_KEY_MINUS
0xaa, // 62 ALLEGRO_KEY_EQUALS
0x59, // 63 ALLEGRO_KEY_BACKSPACE
Expand Down

0 comments on commit 00d845a

Please sign in to comment.