Keyboard: Add key shortcuts

main
radex 2024-02-14 14:48:49 +01:00
parent 45f84c58ad
commit 8da396e6fb
Signed by: radex
SSH Key Fingerprint: SHA256:hvqRXAGG1h89yqnS+cyFTLKQbzjWD4uXIqw7Y+0ws30
1 changed files with 6 additions and 0 deletions

View File

@ -6,6 +6,12 @@
*/
typedef uint8_t Key;
#define KEY_NONE 255
#define KEY_A 3
#define KEY_B 7
#define KEY_C 11
#define KEY_D 15
#define KEY_ASTERISK 12
#define KEY_HASH 14
extern const char *allKeys;