diff options
| author | WrathofthePast <[email protected]> | 2022-02-16 17:25:57 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-02-16 17:25:57 -0500 |
| commit | f3208c850e3122e2c862580ac8cb2d4ea8c3bbb5 (patch) | |
| tree | 03b68974f3394266208cb6533fd7b5c65756528c /src/lib/razerdevice.c | |
| parent | 12edcab514aafd6ac39696993efd757e8e2291d1 (diff) | |
| parent | 945fbbe433fbb8f3b4c11b1eedbb63905a58a22c (diff) | |
| download | librazermacos-f3208c850e3122e2c862580ac8cb2d4ea8c3bbb5.tar.xz librazermacos-f3208c850e3122e2c862580ac8cb2d4ea8c3bbb5.zip | |
Merge branch '1kc:master' into master
Diffstat (limited to 'src/lib/razerdevice.c')
| -rwxr-xr-x | src/lib/razerdevice.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/razerdevice.c b/src/lib/razerdevice.c index 4d5d1ef..3f0896b 100755 --- a/src/lib/razerdevice.c +++ b/src/lib/razerdevice.c @@ -63,6 +63,7 @@ bool is_keyboard(IOUSBDeviceInterface **usb_dev) case USB_DEVICE_ID_RAZER_HUNTSMAN_MINI: case USB_DEVICE_ID_RAZER_HUNTSMAN_V2_ANALOG: case USB_DEVICE_ID_RAZER_HUNTSMAN_V2: + case USB_DEVICE_ID_RAZER_HUNTSMAN_V2_TKL: return true; } |
