From 86bfa93adda34008912e734bcadaac56e130bcc3 Mon Sep 17 00:00:00 2001 From: Balek Date: Wed, 19 Aug 2026 09:53:39 +0200 Subject: [PATCH] Update vendor/product IDs in the setup documentation to the right ones --- docs/how-to/setup/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/how-to/setup/index.html b/docs/how-to/setup/index.html index 4b774db..499321e 100644 --- a/docs/how-to/setup/index.html +++ b/docs/how-to/setup/index.html @@ -349,8 +349,8 @@

Download the GMK87 Con

Create a udev rule for HID access

Without this rule, only root can communicate with the keyboard over HID. Create a udev rule file:

sudo nano /etc/udev/rules.d/99-gmk87.rules
-

Add the following line (the GMK87 uses vendor ID 0x05ac and product ID 0x024f):

-
KERNEL=="hidraw*", ATTRS{idVendor}=="05ac", ATTRS{idProduct}=="024f", MODE="0666"
+

Add the following line (the GMK87 uses vendor ID 0x320f and product ID 0x5055):

+
KERNEL=="hidraw*", ATTRS{idVendor}=="320f", ATTRS{idProduct}=="5055", MODE="0666"

Then reload udev rules and re-plug the keyboard:

sudo udevadm control --reload-rules
 sudo udevadm trigger