1
0
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:
MatMoul 2017-01-24 00:00:01 +01:00
parent d63b269d98
commit 12b16e8374

View File

@ -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;