aboutsummaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Collapse)AuthorFilesLines
2024-04-05Merge pull request #7 from mavonarx/masterHEADmasterPrasshant Shanmugalingam2-0/+18
Naga X support
2024-03-30Merge pull request #1 from mavonarx/naga_x_supportmavonarx2-0/+18
added Naga_X support
2024-03-29added Naga_X supportMatthias von Arx2-0/+18
2024-02-29Merge branch 'master' into blackwidowV4PPro-support-stickokingPrasshant Shanmugalingam2-0/+15
2024-02-17Fixed indentationBobby1-1/+1
2024-02-16Fix USB device ID indentation in razerdevice.c and razerkbd_driver.cSvdbroek2-3/+3
2024-02-16Remove empty line in is_keyboard functionSvdbroek1-1/+0
2024-02-16Fix indentation in razerdevice.c and razerkbd_driver.cSvdbroek2-15/+15
2024-02-16Add support for Razer BlackWidow V4 Pro keyboardSvdbroek2-0/+16
2024-02-13Added Support Razer Ornata V3XBobby2-0/+15
2024-02-07Deathstalker V2 Support, fixes #43Michael CC2-0/+13
2024-02-04Attempt Fix Blackwidow V4 trans idPrasshant Shanmugalingam1-14/+14
2024-02-03Add Blackwidow v4 75% supportPrasshant Shanmugalingam2-0/+15
2023-08-23Basilisk V3 Pro (Wired & Wireless) support (#49)Jakub Kornatowski2-0/+50
2022-04-30Support for Razer Blade Pro 2019.Eduardo Almeida1-0/+1
2022-04-14Add support for Razer Blackwidow V3 Mini Hyperspeed (#33)dragonpod2-3/+193
Co-authored-by: ek <[email protected]>
2022-03-31Fix Basilisk V3 Error (#32)WrathofthePast1-8/+13
* Fix Basilisk V3 Error * Additional Basilisk V3 Support Fix - Added missing matrix brightness support
2022-02-26Orochi V2 SupportWrathofthePast2-0/+12
Adds support for both Bluetooth and Receiver connections DPI Stage support was excluded as librazermacos does not yet support the feature. I'm working on it though :)
2022-02-25Parity improvements with openrazer and bug fixes (#28)WrathofthePast3-3/+17
* Parity improvements with openrazer - Allows Basilisk V3 to utilize its full 26000 DPI (this was missed in the PR that added support) - Fixes the minimum DPI - Prepares files to be setup as dependencies of openrazer * Update razermouse_driver.c
2022-02-25Resolve kIOMasterPortDefault Deprecation (#27)WrathofthePast1-2/+2
* Cynosa Chroma Pro Support Seems the PR from the front didn't make the update to the DeathAdder Essential 2021, so that's included in this. * Fix for Basilisk Ultimate (Wired & Receiver) For `is_charging` & `get_battery`, the Basilisk Ultimate had the wrong transaction id. * Resolve kIOMasterPortDefault Deprecation * Update razerdevice.c
2022-02-16Add support for Huntsman v2 TKL (#25)PrivateiFox2-0/+15
2022-01-28Bug Fix for Basilisk Ultimate (Wired & Receiver) (#24)WrathofthePast1-4/+4
* Cynosa Chroma Pro Support Seems the PR from the front didn't make the update to the DeathAdder Essential 2021, so that's included in this. * Fix for Basilisk Ultimate (Wired & Receiver) For `is_charging` & `get_battery`, the Basilisk Ultimate had the wrong transaction id.
2021-12-18Cynosa Chroma Pro Support (#22)WrathofthePast3-17/+31
2021-12-14Add support for Thunderbolt 4 Dock Chroma (#17)John2-1/+37
2021-12-14Basilisk Essential support update (#21)butenkodev1-4/+6
Co-authored-by: Serhii Butenko <sbutenko>
2021-12-09Basilisk Essential support (#19)butenkodev2-0/+9
Co-authored-by: Serhii Butenko <sbutenko>
2021-11-09Huntsman V2 SupportWrathofthePast2-0/+15
Experimental
2021-11-08Support for New DeathAdder EssentialWrathofthePast2-0/+17
2021-10-17Support for Razer Basilisk V3 (#15)Theorian2-4/+59
* Add preliminary support for Basilisk v3 * revert unnecessary changes to CLI and driver * Revert working basilisk v2 functionality
2021-10-08Huntsman V2 Analog Support (new PR) (#13)WrathofthePast2-0/+15
* 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
2021-08-23error message for unsupported headphone devicesKen Chen1-1/+11
2021-08-22Port additional effects for the Razer Kraken Kitty from openrazerEffy Elden1-0/+88
2021-08-12add support for naga proJari Kalinainen2-0/+40
2021-08-06Cleaning up by removing wireless and bluetooth configurations since those ↵Ryan Ward2-30/+0
aren't supported through USB interface
2021-08-06Adding support for Blackwidow V3 Pro based on openrazer project changesRyan Ward2-0/+45
2021-05-28basic C cli frontendKen Chen11-0/+7574