mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
[ion] Start of keymap
This commit is contained in:
@@ -5,10 +5,10 @@ char charForKey[ION_NUMBER_OF_KEYS] = {
|
||||
'A', 'B', 'C', 'D', 'E',
|
||||
'F', 'G', 'H', 'I', 'J',
|
||||
'K', 'L', 'M', 'N', 'O',
|
||||
'P', 'Q', 'R', 'S', 'T',
|
||||
'U', 'V', 'W', 'X', 'Y',
|
||||
'Z', '0', '1', '2', '3',
|
||||
'4', '5', '6', '7', '8'
|
||||
'7', '8', '9', 'S', 'T',
|
||||
'4', '5', '6', '*', '/',
|
||||
'1', '2', '3', '+', '-',
|
||||
'0', '.', '6', '7', 'X'
|
||||
};
|
||||
|
||||
char ion_getchar() {
|
||||
|
||||
Reference in New Issue
Block a user