log-old.js aktualisiert

This commit is contained in:
s-mendyka 2024-06-06 19:49:46 +02:00
parent 8f43b620b6
commit f3f81d5a15

View File

@ -132,7 +132,7 @@ function SendAllPackets(shutdown = false)
packet[0] = 0x11; // Message header
packet[1] = 0xFF; // Message header
packet[2] = 0x10; // Telling the device we are sending RGB control related packets
packet[3] = 0x1F; // different led-colors (1F) or unique color on all leds respectively (6F)
packet[3] = 0x1D; // different led-colors (1F) or unique color on all leds respectively (6F)
// Both modes are limited by the 20-Byte standard USB packet size.
// There is a mode for sending up to 64 bytes, but it was basically borrowed from the G810. It works perfectly on normal keys, but it fails on all the keys where G815 and G810 are different (Media, GKeys, Logo, Brightness)