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 @@
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