1 /* Generic key control definitions */
2 #define TEST_PACKET    0x20
3 
4 #define X_FORWARD_KEY  0x01
5 #define X_BACKWARD_KEY 0x02
6 #define Y_FORWARD_KEY  0x03
7 #define Y_BACKWARD_KEY 0x04
8 #define Z_FORWARD_KEY  0x05
9 #define Z_BACKWARD_KEY 0x06
10 
11 #define X_FROTATE_KEY  0x07
12 #define X_BROTATE_KEY  0x08
13 #define Y_FROTATE_KEY  0x09
14 #define Y_BROTATE_KEY  0x0a
15 #define Z_FROTATE_KEY  0x0b
16 #define Z_BROTATE_KEY  0x0c
17 
18 #define FIRE_KEY       0x0d
19 #define SHIELD_KEY     0x0e
20 #define ABORT_KEY      0x0f
21 #define NUKE_KEY       0x10
22 #define WARP_KEY       0x11
23