1
0
mirror of https://github.com/MatMoul/g810-led.git synced 2024-12-23 09:16: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 }; data = { 0x11, 0xff, 0x0c, 0x5a };
break; break;
case KeyboardModel::g910: case KeyboardModel::g910:
data = { 0x11, 0xff, 0x10, 0x3c }; data = { 0x11, 0xff, 0x0f, 0x5d };
break; break;
default: default:
return false; return false;