Skip to content

Commit 0295b90

Browse files
committed
Updated GaiZongGai keyboard metadata
* Includes changes from `https://gitlab.com/OpenRGBDevelopers/OpenRGB- Wiki/-/merge_requests/11/diffs`
1 parent 9a04b66 commit 0295b90

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

Controllers/GaiZongGaiKeyboardController/RGBController_GaiZhongGai.cpp

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -361,6 +361,19 @@ uint16_t LightBoard_init(uint8_t* p_in)
361361
@effects :x:
362362
@detectors DetectGaiZhongGaiKeyboardControllers
363363
@comment
364+
Open source web : https://oshwhub.com/yangzen/zui-gai68-
365+
366+
| function | command code | format | format | format | format |
367+
| ----------------------------- | ----------------- | -------- | -------- | -------- | ----------------------------------------- |
368+
| | [0] | [1] | [2] | [3] | [4] |
369+
| ----------------------------- | ----------------- | -------- | -------- | -------- | ----------------------------------------- |
370+
| Restore offline effects | 0xFF | undefined | undefined | undefined | undefined |
371+
| Set color | 0x10 | LED0_G | LED0_R | LED0_B | LED1_G(And so on to LED20) |
372+
| Set color | 0x11 | LED21_G | LED21_R | LED21_B | LED22_G(The sequence is WS2812 network) |
373+
| Get color | 0x20 | LED0_G | LED0_R | LED0_B | LED1_G(And so on to LED20) |
374+
| Get color | 0x21 | LED21_G | LED21_R | LED21_B | LED22_G(The sequence is WS2812 network) |
375+
376+
Note: Get color only sends command code, and the keyboard returns LED color data
364377
\*-------------------------------------------------------------------*/
365378

366379
RGBController_GaiZhongGaiKeyboard::RGBController_GaiZhongGaiKeyboard(GaiZhongGaiKeyboardController* controller_ptr)

0 commit comments

Comments
 (0)