Giter Club home page Giter Club logo

razer-macos's Introduction

keyboard demo pic

Open source color effects manager for Razer devices on macOS

  • Supporting Razer devices Keyboards, mice, mouse mats, eGPUs and blade laptops
  • Custom color picking Choose your own colors for static, reactive and starlight effects
  • Persistent color settings Color effects are saved to onboard memory
  • Works on the latest macOS Including Intel and Apple Silicon. There are no plans from Razer to further support macOS (source)

Download

Latest release

Installation instructions

Install by drag and drop to Applications. If you get a security warning when opening the app, you need to go to your Mac's "System Preferences", "Security and Privacy", "General" and click "Open" at the bottom to allow Razer macOS to run.

Please see FAQ section below if color changes are not working, otherwise open a new issue.

Device support

  • โŒจ๏ธ Keyboard
  • ๐Ÿ–ฑ๏ธ Mouse
  • ๐Ÿ“œ Mouse mat
  • ๐ŸŒˆ e-GPU
  • ๐ŸŽง Headphones and stand
  • ๐Ÿ’ป Blade laptop
  • ๐Ÿ”Š Speakers
  • ๐Ÿบ Mug

For a complete list of supported devices, please see openrazer.

Confirmed working for:

Keyboards:

  • Razer BlackWidow 2019
  • Razer BlackWidow Elite
  • Razer BlackWidow Chroma v2
  • Razer Ornata Chroma
  • Razer Huntsman
  • Razer Huntsman Elite
  • Razer Huntsman TE
  • Razer Huntsman Mini
  • Razer Huntsman V2 Analog
  • Razer Huntsman V2
  • Razer Cynosa V2
  • Razer Ornata V2

Mice:

  • Razer DeathAdder Elite
  • Razer DeathAdder Essential
  • Razer DeathAdder Essential White Edition
  • Razer DeathAdder Essential New
  • Razer DeathAdder V2
  • Razer DeathAdder V2 Pro (wired and wireless)
  • Razer Razer Lancehead Wireless
  • Razer Viper Ultimate Wireless
  • Razer Basilisk Ultimate
  • Razer Basilisk V2
  • Razer Abyssus V2 (under older mouse effects)
  • Razer Razer DeathAdder 2013 (under older mouse effects)
  • Razer Naga Trinity

Mouse mats:

  • Razer Goliathus Extended
  • Razer Firefly V2

Laptops:

  • Razer Blade Advanced 2018

Headphones:

  • Razer Kraken V2

Accessories:

  • Razer Base Station V2
  • Razer Mouse Bungee V3 Chroma

Please feel free to open pull requests for new devices you have tested.

FAQ

Q: Selecting a colour setting has no effect on my keyboard.

A: It is possible that a wrong on-board keyboard profile has been selected. Change to a different profile and try again. See your device manual for specific instructions on how to switch profiles.

Q: Menu says "No device found".

A: Use the "Refresh Device List" option.

Q: How do I customize and rebind keys?

You might find the Karabiner-elements tool helpful.

Device Support Policy

Ongoing new device support will be provided on a volunteer contribution basis, as it is difficult for someone who does not own the physical devices to be adding support and conducting tests.

Developer usage

git clone --recursive https://github.com/1kc/razer-macos.git

Ensure xcode command line tools are installed,

If you have a paid Apple Developer account, edit release.sh with your details.

Afterwards, to automatically build, sign, and/or notarize (if applicable,) run in Terminal: ./release.sh

Ad-hoc signing will be used if account information is left empty.

Or build manually:

Install node package dependencies:

yarn

Run development server:

yarn dev

During development, every time the driver code has been updated, a rebuild is required:

yarn rebuild

For building a distribution ready app and dmg:

yarn dist

Sign the universal package before moving to /Applications folder with ad-hoc signing:

codesign -s - --deep --force ./dist/mac-universal/Razer\ macOS.app

Implementation

Project includes both hardware drivers and user interface.

Drivers are ported from the openrazer project for Linux. The goal is to support all devices from openrazer on macOS.

An Electron macOS menu bar app is used for the user interface. The C driver is exposed as a native Node.js addon using node-addon-api, which gets invoked by Electron at runtime to send packets to devices.

Adding support for new peripherals types requires porting from the openrazer project. See wiki.

Credits

Builds on work done by these amazing projects:

razer-macos's People

Contributors

1kc avatar dhobi avatar overcurrent avatar dependabot[bot] avatar bournejc avatar akaler avatar wrathofthepast avatar sourav-dey avatar bruskb avatar paxos avatar origami-z avatar bsovs avatar sfroment avatar stevenliuyi avatar gbrawl avatar hannojg avatar koffiebaard avatar ryan-idea42 avatar shonp40 avatar alexargo avatar amaurymedeiros avatar bennu91 avatar doridian avatar jvk75 avatar stilescrisis avatar joshmiles avatar nqkhang avatar mau-md avatar ozziekhoo avatar rudrankriyam avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.