1 /*** Rawkey.h : Some standard rawkey definitions. Why these ****
2 **** fucking codes aren't in system includes?! RKM source. ***/
8 #include <devices/rawkeycodes.h>
11 /* Standard qualifiers */
12 #define ALTKEYS (ALTLEFT | ALTRIGHT)
13 #define SHIFTKEYS (IEQUALIFIER_LSHIFT | IEQUALIFIER_RSHIFT)
14 #define CTRLKEYS (IEQUALIFIER_CONTROL)
16 /* Raw keys that are the same on all keyboards */
19 #define RIGHT_KEY 0x4E
44 #define NPERIOD_KEY 0x3C
45 #define NOPAREN_KEY 0x5A
46 #define NCPAREN_KEY 0x5B
47 #define NSLASH_KEY 0x5C
48 #define NASTER_KEY 0x5D
49 #define NMINUS_KEY 0x4A
50 #define NPLUS_KEY 0x5E
51 #define NENTER_KEY 0x43
53 #define SPACE_KEY 0x40
56 #define RETURN_KEY 0x44
61 /* Keys over cursor keys on PC keyboards */
66 #define PGDOWN_KEY 0x49
68 #endif /* _RAWKEY_H_ */