Skip to content

Commit

Permalink
feat: allow playing with extended ascii keys
Browse files Browse the repository at this point in the history
See issue nomadbyte#26
  • Loading branch information
atao60 committed May 24, 2021
1 parent 6df913d commit 2ef75a9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion brighton/brightonControllers.c
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,10 @@ static void
brightonMapKeyboard(brightonWindow *bwin, brightonApp *app,
int channel, char *param)
{
int from, to, chan;
// int from, to, chan;
unsigned char from;
int to, chan;


from = param[0];

Expand Down

0 comments on commit 2ef75a9

Please sign in to comment.