diff --git a/README.md b/README.md index 05aaddaecc..2f1130a106 100644 --- a/README.md +++ b/README.md @@ -179,6 +179,7 @@ If you have problems connecting the device to your system (device doesn't respon * K65 RGB: `usbhid.quirks=0x1B1C:0x1B17:0x20000408` * K70: `usbhid.quirks=0x1B1C:0x1B09:0x0x20000408` +* K70 LUX: `usbhid.quirks=0x1B1C:0x1B36:0x20000408` * K70 RGB: `usbhid.quirks=0x1B1C:0x1B13:0x20000408` * K95: `usbhid.quirks=0x1B1C:0x1B08:0x20000408` * K95 RGB: `usbhid.quirks=0x1B1C:0x1B11:0x20000408` @@ -195,8 +196,8 @@ If you have multiple devices, combine them with commas, starting after the `=`. If it still doesn't work, try replacing `0x20000408` with `0x4`. Note that this will cause the kernel driver to ignore the device(s) completely, so you need to ensure ckb-daemon is running at boot or else you'll have no input. This will not work if you are using full-disk encryption. -If you see **GLib** critical errors like -`GLib-GObject-CRITICAL **: g_type_add_interface_static: assertion 'G_TYPE_IS_INSTANTIATABLE (instance_type)' failed` +If you see **GLib** critical errors like +`GLib-GObject-CRITICAL **: g_type_add_interface_static: assertion 'G_TYPE_IS_INSTANTIATABLE (instance_type)' failed` and you are using: - Qt 5.8 and newer, remove your Qt configuration files and restart the ckb GUI. Also watch out for different style overridings in dotfiles under `~/` generated by Qt automatically, remove them as well.