From ff917e650ac1b44d581a45d9dba87583b9f47935 Mon Sep 17 00:00:00 2001 From: s-mendyka Date: Wed, 5 Jun 2024 17:42:15 +0200 Subject: [PATCH] logi-fix.js aktualisiert --- logi-fix.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/logi-fix.js b/logi-fix.js index 80f42bf..bc4ac44 100644 --- a/logi-fix.js +++ b/logi-fix.js @@ -89,12 +89,12 @@ function SendGkeys(shutdown = false) { const packet = []; packet[0] = 0x12; packet[1] = 0xFF; - packet[2] = 0x0c; - packet[3] = 0x3d; + packet[2] = 0x10; + packet[3] = 0x1F; packet[4] = 0x00; packet[5] = 4; packet[6] = 0x00; - packet[7] = 9; // led count + packet[7] = 5; // led count for(let iIdx = 0; iIdx < vGkeyPositions.length; iIdx++){ const iLedIdx = (iIdx * 4) + 8; @@ -126,7 +126,7 @@ function SendLogoZones(shutdown = false){ const packet = []; packet[0] = 0x11; packet[1] = 0xFF; - packet[2] = 0x0c; + packet[2] = 0x10; packet[3] = 0x3d; packet[4] = 0x00; packet[5] = 0x10;