From 8a2d92834f41fe240256addd86f67523cd5b4acc Mon Sep 17 00:00:00 2001 From: Jocelyn Thode Date: Thu, 28 Oct 2021 13:37:30 +0200 Subject: [PATCH] device: add support for the G914 TKL Keyboard --- lib/logitech_receiver/descriptors.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lib/logitech_receiver/descriptors.py b/lib/logitech_receiver/descriptors.py index 8fb9714d..b9e3199c 100644 --- a/lib/logitech_receiver/descriptors.py +++ b/lib/logitech_receiver/descriptors.py @@ -345,6 +345,13 @@ _D( wpid='0065', registers=(_R.battery_status, ), ) +_D( + 'G915 TKL LIGHTSPEED Wireless RGB Mechanical Gaming Keyboard', + codename='G915 TKL', + protocol=4.2, + wpid='408E', + usbid=0xC343, +) # Mice