summaryrefslogtreecommitdiff
path: root/drivers/hid/hid-razer.c
AgeCommit message (Collapse)AuthorFilesLines
2022-02-16HID: Add driver for Razer Blackwidow keyboardsJelle van der Waa1-0/+125
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>