From 12b16e837433c12f30717c91f9529f37c26c1090 Mon Sep 17 00:00:00 2001 From: MatMoul Date: Tue, 24 Jan 2017 00:00:01 +0100 Subject: [PATCH] G910 commit bug correction --- src/classes/Keyboard.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/classes/Keyboard.cpp b/src/classes/Keyboard.cpp index 5ad9740..d5ae030 100644 --- a/src/classes/Keyboard.cpp +++ b/src/classes/Keyboard.cpp @@ -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;