aboutsummaryrefslogtreecommitdiff
path: root/src/utils/8042.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/8042.h')
-rw-r--r--src/utils/8042.h42
1 files changed, 21 insertions, 21 deletions
diff --git a/src/utils/8042.h b/src/utils/8042.h
index 068a0ef..8efa8ce 100644
--- a/src/utils/8042.h
+++ b/src/utils/8042.h
@@ -6,22 +6,22 @@
void _8042_keypress();
#define DEFINE_AZERTY char AZERTY[]={\
- '?',\
- '?',\
- '?',\
- '?',\
- '?',\
- '?',\
- '?',\
- '?',\
- '?',\
- '?',/* 10 */\
- '?',\
- '?',\
- '?',\
- '?',\
- '?',\
- '?',\
+ '\0',\
+ '\0',\
+ '&',\
+ '\0',\
+ '"',\
+ '\'',\
+ '(',\
+ '-',\
+ '\0',\
+ '_',/* 10 */\
+ '\0',\
+ '\0',\
+ ')',\
+ '=',\
+ '\0',\
+ '\t',\
'a',\
'z',\
'e',\
@@ -34,8 +34,8 @@ void _8042_keypress();
'p',\
'^',\
'$',\
- '?',\
- '?',\
+ '\0',\
+ '\0',\
'q',/* 0x1E (30) */\
's',\
'd',\
@@ -46,9 +46,9 @@ void _8042_keypress();
'k',\
'l',\
'm',\
- '?',\
- '?',\
- '?',\
+ '\0',\
+ '\0',\
+ '\0',\
'*',\
'w',\
'x',\