Skip to content

Commit 2ef75a9

Browse files
committed
feat: allow playing with extended ascii keys
See issue nomadbyte#26
1 parent 6df913d commit 2ef75a9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

brighton/brightonControllers.c

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,10 @@ static void
112112
brightonMapKeyboard(brightonWindow *bwin, brightonApp *app,
113113
int channel, char *param)
114114
{
115-
int from, to, chan;
115+
// int from, to, chan;
116+
unsigned char from;
117+
int to, chan;
118+
116119

117120
from = param[0];
118121

0 commit comments

Comments
 (0)