Skip to content

Commit f61f027

Browse files
Add support for Razer Naga V2 Hyperspeed USB mode
1 parent b58c650 commit f61f027

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/nagaWayland.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -994,7 +994,8 @@ namespace NagaDaemon
994994
devices.emplace_back("/dev/input/by-id/usb-1532_Razer_Naga_Pro_000000000000-if02-event-kbd", "/dev/input/by-id/usb-1532_Razer_Naga_Pro_000000000000-event-mouse"); // NAGA PRO
995995
devices.emplace_back("/dev/input/by-id/usb-Razer_Razer_Naga_V2_Pro-if02-event-kbd", "/dev/input/by-id/usb-Razer_Razer_Naga_V2_Pro-event-mouse"); // NAGA V2 THANKS TO https://github.com/ibarrick
996996
devices.emplace_back("/dev/input/by-id/usb-Razer_Razer_Naga_X-if02-event-kbd", "/dev/input/by-id/usb-Razer_Razer_Naga_X-event-mouse"); // NAGA X THANKS TO https://github.com/bgrabow
997-
997+
devices.emplace_back("/dev/input/by-id/usb-Razer_Razer_Naga_V2_HyperSpeed_000000000000-if02-event-kbd", "/dev/input/by-id/usb-Razer_Razer_Naga_V2_HyperSpeed_000000000000-event-mouse"); // Naga Hyperspeed USB MODE (add bluetooth files above this one)
998+
998999
// devices.emplace_back("/dev/input/by-id/YOUR_DEVICE_FILE", "/dev/input/by-id/YOUR_DEVICE_FILE#2"); // DUMMY EXAMPLE, ONE CAN BE EMPTY LIKE SUCH : "" (for devices with no extra buttons)
9991000

10001001
bool isThereADevice = false;

0 commit comments

Comments
 (0)