aboutsummaryrefslogtreecommitdiff
path: root/src/lib/razermouse_driver.c
AgeCommit message (Collapse)AuthorFilesLines
2024-03-30Merge pull request #1 from mavonarx/naga_x_supportmavonarx1-0/+17
added Naga_X support
2024-03-29added Naga_X supportMatthias von Arx1-0/+17
2023-08-23Basilisk V3 Pro (Wired & Wireless) support (#49)Jakub Kornatowski1-0/+48
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 SupportWrathofthePast1-0/+10
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)WrathofthePast1-0/+11
* 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-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)WrathofthePast1-16/+16
2021-12-14Basilisk Essential support update (#21)butenkodev1-4/+6
Co-authored-by: Serhii Butenko <sbutenko>
2021-12-09Basilisk Essential support (#19)butenkodev1-0/+8
Co-authored-by: Serhii Butenko <sbutenko>
2021-11-08Support for New DeathAdder EssentialWrathofthePast1-0/+16
2021-10-17Support for Razer Basilisk V3 (#15)Theorian1-4/+58
* Add preliminary support for Basilisk v3 * revert unnecessary changes to CLI and driver * Revert working basilisk v2 functionality
2021-08-12add support for naga proJari Kalinainen1-0/+38
2021-05-28basic C cli frontendKen Chen1-0/+2210