Updated RGB effect list for QMK protocol

This commit is contained in:
HorrorTroll 2022-07-11 13:09:43 +00:00 committed by Adam Honse
parent daf1ccf668
commit 4fd156d373
4 changed files with 911 additions and 0 deletions

View file

@ -18,6 +18,7 @@
#include "RGBController_QMKOpenRGBRev9.h"
#include "RGBController_QMKOpenRGBRevB.h"
#include "RGBController_QMKOpenRGBRevD.h"
#include "RGBController_QMKOpenRGBRevE.h"
#include "LogManager.h"
#include <hidapi/hidapi.h>
@ -28,6 +29,7 @@
#define QMK_OPENRGB_PROTOCOL_VERSION_B 0x0B
#define QMK_OPENRGB_PROTOCOL_VERSION_C 0x0C
#define QMK_OPENRGB_PROTOCOL_VERSION_D 0x0D
#define QMK_OPENRGB_PROTOCOL_VERSION_E 0x0E
/*-----------------------------------------------------*\
| Usage and Usage Page |