diff options
author | Jelle van der Waa <jvanderwaa@redhat.com> | 2022-01-16 18:34:25 +0300 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2022-02-16 19:12:14 +0300 |
commit | 047b6188b66e42513a2b0d36244f03d06f882e59 (patch) | |
tree | 3ab01bf00f289d0da6445f39136596132912ccba /drivers/hid/Makefile | |
parent | a254a9da455c171441ab3a76ed8f5d1e9412e15f (diff) | |
download | linux-047b6188b66e42513a2b0d36244f03d06f882e59.tar.xz |
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 <jvanderwaa@redhat.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/Makefile')
-rw-r--r-- | drivers/hid/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hid/Makefile b/drivers/hid/Makefile index 6d3e630e81af..501731380f1f 100644 --- a/drivers/hid/Makefile +++ b/drivers/hid/Makefile @@ -99,6 +99,7 @@ hid-picolcd-$(CONFIG_DEBUG_FS) += hid-picolcd_debugfs.o obj-$(CONFIG_HID_PLANTRONICS) += hid-plantronics.o obj-$(CONFIG_HID_PLAYSTATION) += hid-playstation.o obj-$(CONFIG_HID_PRIMAX) += hid-primax.o +obj-$(CONFIG_HID_RAZER) += hid-razer.o obj-$(CONFIG_HID_REDRAGON) += hid-redragon.o obj-$(CONFIG_HID_RETRODE) += hid-retrode.o obj-$(CONFIG_HID_ROCCAT) += hid-roccat.o hid-roccat-common.o \ |