| summaryrefslogtreecommitdiff |
diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/relabsd/device/axis_types.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/relabsd/device/axis_types.h b/include/relabsd/device/axis_types.h index 20ed44c..f6a1207 100644 --- a/include/relabsd/device/axis_types.h +++ b/include/relabsd/device/axis_types.h @@ -2,7 +2,7 @@ /* Number of axes that can be configured. */ #define RELABSD_AXIS_VALID_AXES_COUNT 8 -#define RELABSD_AXIS_FLAGS_COUNT 4 +#define RELABSD_AXIS_FLAGS_COUNT 5 /* * C enumerations are always int, and the standard does specify that it starts @@ -27,7 +27,8 @@ enum relabsd_axis_flag RELABSD_DIRECT, RELABSD_REAL_FUZZ, RELABSD_FRAMED, - RELABSD_NOT_ABS + RELABSD_NOT_ABS, + RELABSD_INVERT }; struct relabsd_axis |


