diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2021-04-11 20:53:06 +0200 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2021-04-11 20:53:06 +0200 |
| commit | 6edeba8fe208fb019aec00fdc72b97407a8078d3 (patch) | |
| tree | 965376727a7519fd20f73a946c01157151098ec6 /src/utils/8042.h | |
| parent | 3212145e94e0c68a5da96306545c116292dfbe85 (diff) | |
Enable paging
Diffstat (limited to 'src/utils/8042.h')
| -rw-r--r-- | src/utils/8042.h | 64 |
1 files changed, 0 insertions, 64 deletions
diff --git a/src/utils/8042.h b/src/utils/8042.h deleted file mode 100644 index 8efa8ce..0000000 --- a/src/utils/8042.h +++ /dev/null @@ -1,64 +0,0 @@ -#ifndef _8042_H -#define _8042_H - -#include "types.h" - -void _8042_keypress(); - -#define DEFINE_AZERTY char AZERTY[]={\ - '\0',\ - '\0',\ - '&',\ - '\0',\ - '"',\ - '\'',\ - '(',\ - '-',\ - '\0',\ - '_',/* 10 */\ - '\0',\ - '\0',\ - ')',\ - '=',\ - '\0',\ - '\t',\ - 'a',\ - 'z',\ - 'e',\ - 'r',\ - 't',\ - 'y',\ - 'u',\ - 'i',\ - 'o',\ - 'p',\ - '^',\ - '$',\ - '\0',\ - '\0',\ - 'q',/* 0x1E (30) */\ - 's',\ - 'd',\ - 'f',\ - 'g',\ - 'h',\ - 'j',\ - 'k',\ - 'l',\ - 'm',\ - '\0',\ - '\0',\ - '\0',\ - '*',\ - 'w',\ - 'x',\ - 'c',\ - 'v',\ - 'b',/* 0x30 (48) */\ - 'n',\ - ',',\ - ';',\ - ':',\ -} - -#endif
\ No newline at end of file |
