Fix volume scroll wheel

This commit is contained in:
2025-08-08 07:53:36 -04:00
parent 41d2eae1be
commit bab8f9678c
5 changed files with 55 additions and 38 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ enum
{
HYPERX_KEYBOARD_VID = 0x0951,
HYPERX_ELITE2_PID = 0x1711,
NUM_KEYS = 128,
NUM_KEYS = 129,
BUF_SIZE = 64,
NUM_PACKETS = 10,
NKRO_BUF_SIZE = 15,