You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
357 B

14 years ago
#ifndef AP_Var_keys_H
#define AP_Var_keys_H
enum keys {
13 years ago
// general
k_config = 0,
k_cntrl,
k_guide,
k_sensorCalib,
k_camera,
13 years ago
k_nav,
14 years ago
13 years ago
k_radioChannelsStart=10,
14 years ago
13 years ago
k_controllersStart=30,
14 years ago
13 years ago
k_customStart=100,
14 years ago
13 years ago
// 200-256 reserved for commands
k_commands = 200
14 years ago
};
// max 256 keys
#endif
// vim:ts=4:sw=4:expandtab