File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
Controllers/GaiZongGaiKeyboardController Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -361,6 +361,19 @@ uint16_t LightBoard_init(uint8_t* p_in)
361
361
@effects :x:
362
362
@detectors DetectGaiZhongGaiKeyboardControllers
363
363
@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
364
377
\*-------------------------------------------------------------------*/
365
378
366
379
RGBController_GaiZhongGaiKeyboard::RGBController_GaiZhongGaiKeyboard (GaiZhongGaiKeyboardController* controller_ptr)
You can’t perform that action at this time.
0 commit comments