mirror of
https://github.com/MatMoul/g810-led.git
synced 2024-12-23 01:06:11 +00:00
G910 commit bug correction
This commit is contained in:
parent
d63b269d98
commit
12b16e8374
@ -237,7 +237,7 @@ bool LedKeyboard::commit() {
|
||||
data = { 0x11, 0xff, 0x0c, 0x5a };
|
||||
break;
|
||||
case KeyboardModel::g910:
|
||||
data = { 0x11, 0xff, 0x10, 0x3c };
|
||||
data = { 0x11, 0xff, 0x0f, 0x5d };
|
||||
break;
|
||||
default:
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user