aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2024-04-05Merge pull request #7 from mavonarx/masterHEADmasterPrasshant Shanmugalingam3-0/+19
Naga X support
2024-03-30Merge pull request #1 from mavonarx/naga_x_supportmavonarx3-0/+19
added Naga_X support
2024-03-29added Naga_X supportMatthias von Arx3-0/+19
2024-02-29Merge branch 'master' into blackwidowV4PPro-support-stickokingPrasshant Shanmugalingam3-0/+16
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 keyboardSvdbroek3-0/+17
2024-02-13Added Support Razer Ornata V3XBobby3-0/+16
2024-02-07Deathstalker V2 Support, fixes #43Michael CC3-0/+14
2024-02-04Attempt Fix Blackwidow V4 trans idPrasshant Shanmugalingam1-14/+14
2024-02-03Add Blackwidow v4 75% supportPrasshant Shanmugalingam3-0/+16
2023-08-23Basilisk V3 Pro (Wired & Wireless) support (#49)Jakub Kornatowski3-0/+52
2022-04-30Support for Razer Blade Pro 2019.Eduardo Almeida2-0/+2
2022-04-14Add support for Razer Blackwidow V3 Mini Hyperspeed (#33)dragonpod3-3/+200
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-03-14missing declaration for OROCHI bluetoothKen Chen1-0/+1
2022-02-26Orochi V2 SupportWrathofthePast3-0/+14
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)WrathofthePast5-9/+25
* 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)PrivateiFox3-0/+16
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)WrathofthePast5-18/+33
2021-12-14Removed `.DS_Store` files.Eduardo Almeida1-0/+0
2021-12-14Add support for Thunderbolt 4 Dock Chroma (#17)John3-1/+42
2021-12-14Basilisk Essential support update (#21)butenkodev2-5/+7
Co-authored-by: Serhii Butenko <sbutenko>
2021-12-09Basilisk Essential support (#19)butenkodev3-0/+10
Co-authored-by: Serhii Butenko <sbutenko>
2021-11-09Huntsman V2 SupportWrathofthePast4-0/+16
Experimental
2021-11-08Support for New DeathAdder EssentialWrathofthePast3-0/+18
2021-10-17Support for Razer Basilisk V3 (#15)Theorian4-17/+74
* 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)WrathofthePast3-0/+16
* 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 Elden2-0/+90
2021-08-13Fixed lower/uppercase.Eduardo Almeida1-2/+2
2021-08-12fix addressesJari Kalinainen1-2/+2
2021-08-12add support for naga proJari Kalinainen3-0/+42
2021-08-06Cleaning up by removing wireless and bluetooth configurations since those ↵Ryan Ward3-32/+0
aren't supported through USB interface
2021-08-06Testing out wave functionRyan Ward1-1/+1
2021-08-06Test in the sample_cli to test functionalityRyan Ward1-0/+7
2021-08-06Adding support for Blackwidow V3 Pro based on openrazer project changesRyan Ward3-0/+48
2021-05-29sample CLI implementationKen Chen2-17/+19
2021-05-28basic C cli frontendKen Chen23-1/+23
2021-05-28first commitKen Chen22-0/+8575