From 047b6188b66e42513a2b0d36244f03d06f882e59 Mon Sep 17 00:00:00 2001 From: Jelle van der Waa Date: Sun, 16 Jan 2022 16:34:25 +0100 Subject: HID: Add driver for Razer Blackwidow keyboards Add a driver to enable the macro keys (M1 - M5) by default, these are mapped to XF86Tools and XF86Launch5 - XF86Launch8. The driver remaps them by default to macro keys with an option to retain the old mapping which users most likely already use as there are many scripts to enable the macro keys available on Github and other websites. Signed-off-by: Jelle van der Waa Signed-off-by: Jiri Kosina --- drivers/hid/Kconfig | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'drivers/hid/Kconfig') diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index f5544157576c..66a5200ce83a 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig @@ -929,6 +929,13 @@ config PLAYSTATION_FF Say Y here if you would like to enable force feedback support for PlayStation game controllers. +config HID_RAZER + tristate "Razer non-fully HID-compliant devices" + depends on HID + help + Support for Razer devices that are not fully compliant with the + HID standard. + config HID_PRIMAX tristate "Primax non-fully HID-compliant devices" depends on HID -- cgit v1.2.3