Updated GaiZongGai keyboard metadata
* Includes changes from `https://gitlab.com/OpenRGBDevelopers/OpenRGB- Wiki/-/merge_requests/11/diffs`
This commit is contained in:
parent
9a04b66bec
commit
0295b9041f
1 changed files with 13 additions and 0 deletions
|
|
@ -361,6 +361,19 @@ uint16_t LightBoard_init(uint8_t* p_in)
|
|||
@effects :x:
|
||||
@detectors DetectGaiZhongGaiKeyboardControllers
|
||||
@comment
|
||||
Open source web : https://oshwhub.com/yangzen/zui-gai68-
|
||||
|
||||
| function | command code | format | format | format | format |
|
||||
| ----------------------------- | ----------------- | -------- | -------- | -------- | ----------------------------------------- |
|
||||
| | [0] | [1] | [2] | [3] | [4] |
|
||||
| ----------------------------- | ----------------- | -------- | -------- | -------- | ----------------------------------------- |
|
||||
| Restore offline effects | 0xFF | undefined | undefined | undefined | undefined |
|
||||
| Set color | 0x10 | LED0_G | LED0_R | LED0_B | LED1_G(And so on to LED20) |
|
||||
| Set color | 0x11 | LED21_G | LED21_R | LED21_B | LED22_G(The sequence is WS2812 network) |
|
||||
| Get color | 0x20 | LED0_G | LED0_R | LED0_B | LED1_G(And so on to LED20) |
|
||||
| Get color | 0x21 | LED21_G | LED21_R | LED21_B | LED22_G(The sequence is WS2812 network) |
|
||||
|
||||
Note: Get color only sends command code, and the keyboard returns LED color data
|
||||
\*-------------------------------------------------------------------*/
|
||||
|
||||
RGBController_GaiZhongGaiKeyboard::RGBController_GaiZhongGaiKeyboard(GaiZhongGaiKeyboardController* controller_ptr)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue