#ifndef NAVPROC_DEFS_H
#define NAVPROC_DEFS_H

/* use empty button for sensitivity */
#define BTN_EMPTY_1 0x0001
/* enable button is used for tilt swap */
#define BTN_ENABLE  0x0002
#define BTN_SPARE   0x0004
#define BTN_PORT_LT 0x0008
#define BTN_PORT_PT 0x0010
#define BTN_STBD_PT 0x0020
#define BTN_STBD_LT 0x0040
#define BTN_EMPTY_2 0x0080

/* use empty LED for sensitivity */
#define LED_EMPTY_1 0x0001
/* enable LED is used for tilt swap */
#define LED_ENABLE  0x0002
#define LED_SPARE   0x0004
#define LED_PORT_LT 0x0008
#define LED_PORT_PT 0x0010
#define LED_STBD_PT 0x0020
#define LED_STBD_LT 0x0040
#define LED_CONSTAT 0x0080

#endif