diff options
Diffstat (limited to 'KeyboardCode.h')
-rw-r--r-- | KeyboardCode.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/KeyboardCode.h b/KeyboardCode.h index a7232ba..345c7eb 100644 --- a/KeyboardCode.h +++ b/KeyboardCode.h @@ -7,5 +7,11 @@ typedef enum { KEY_A = 4, KEY_LEFT = 80, KEY_RIGHT = 79, + KEY_Q = 20, + KEY_W = 26, + KEY_V = 25, + KEY_D = 7, + KEY_P = 19, + KEY_C = 6, } KeyboardCode; |