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',
|
'A', 'B', 'C', 'D', 'E',
|
||||||
'F', 'G', 'H', 'I', 'J',
|
'F', 'G', 'H', 'I', 'J',
|
||||||
'K', 'L', 'M', 'N', 'O',
|
'K', 'L', 'M', 'N', 'O',
|
||||||
'P', 'Q', 'R', 'S', 'T',
|
'7', '8', '9', 'S', 'T',
|
||||||
'U', 'V', 'W', 'X', 'Y',
|
'4', '5', '6', '*', '/',
|
||||||
'Z', '0', '1', '2', '3',
|
'1', '2', '3', '+', '-',
|
||||||
'4', '5', '6', '7', '8'
|
'0', '.', '6', '7', 'X'
|
||||||
};
|
};
|
||||||
|
|
||||||
char ion_getchar() {
|
char ion_getchar() {
|
||||||
|
|||||||
Reference in New Issue
Block a user