From f368ed552b19e523c48c7ee39d8be74e69bc5ead Mon Sep 17 00:00:00 2001 From: WrathofthePast <75559873+WrathofthePast@users.noreply.github.com> Date: Fri, 8 Oct 2021 13:06:16 -0400 Subject: Huntsman V2 Analog Support (new PR) (#13) * Huntsman V2 Analog Support * Delete librazermacos/src directory * Huntsman V2 Analog Support * Revert "Huntsman V2 Analog Support" This reverts commit f5b8c52e443248e4688b4195cacf2976c66abc54. * Revert "Delete librazermacos/src directory" This reverts commit 8e589e0afc962daefc75d5b2f8c02f13641b35e9. * Revert "Huntsman V2 Analog Support" This reverts commit 6e15475a033962ea3af864b937ab7da37d2f77ae. * Huntsman V2 Analog Support --- src/include/razerkbd_driver.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include') diff --git a/src/include/razerkbd_driver.h b/src/include/razerkbd_driver.h index 14765f7..822d128 100644 --- a/src/include/razerkbd_driver.h +++ b/src/include/razerkbd_driver.h @@ -73,6 +73,7 @@ #define USB_DEVICE_ID_RAZER_BLACKWIDOW_V3_TK 0x0a24 #define USB_DEVICE_ID_RAZER_HUNTSMAN_MINI 0x0257 #define USB_DEVICE_ID_RAZER_BLACKWIDOW_V3_PRO_WIRED 0x025A +#define USB_DEVICE_ID_RAZER_HUNTSMAN_V2_ANALOG 0x0266 /* Each keyboard report has 90 bytes*/ #define RAZER_BLACKWIDOW_REPORT_LEN 0x5A -- cgit v1.2.3