diff options
Diffstat (limited to 'src/include/razercommon.h')
| -rw-r--r-- | src/include/razercommon.h | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/src/include/razercommon.h b/src/include/razercommon.h index 56a5211..5df4f97 100644 --- a/src/include/razercommon.h +++ b/src/include/razercommon.h @@ -25,6 +25,10 @@ #define OFF 0x00 #define ON 0x01 +// LED STORAGE Options +#define NOSTORE 0x00 +#define VARSTORE 0x01 + // LED definitions #define ZERO_LED 0x00 #define SCROLL_WHEEL_LED 0x01 @@ -40,17 +44,12 @@ #define RIGHT_SIDE_LED 0x10 #define LEFT_SIDE_LED 0x11 -// LED STORAGE Options -#define NOSTORE 0x00 -#define VARSTORE 0x01 - // LED Effect definitions #define LED_STATIC 0x00 #define LED_BLINKING 0x01 #define LED_PULSATING 0x02 #define LED_SPECTRUM_CYCLING 0x04 - // Report Responses #define RAZER_CMD_BUSY 0x01 #define RAZER_CMD_SUCCESSFUL 0x02 @@ -120,4 +119,4 @@ struct razer_report get_empty_razer_report(void); unsigned char clamp_u8(unsigned char value, unsigned char min, unsigned char max); unsigned short clamp_u16(unsigned short value, unsigned short min, unsigned short max); -#endif
\ No newline at end of file +#endif |
