https://github.com/hieplpvip/macrogaura
RGB keyboard control for Asus ROG laptops on macOS
https://github.com/hieplpvip/macrogaura
asus aura macos rgb-keyboard rog usb-interface
Last synced: about 1 year ago
JSON representation
RGB keyboard control for Asus ROG laptops on macOS
- Host: GitHub
- URL: https://github.com/hieplpvip/macrogaura
- Owner: hieplpvip
- Created: 2019-07-20T17:44:35.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-21T20:45:36.000Z (almost 7 years ago)
- Last Synced: 2025-04-14T20:15:33.366Z (about 1 year ago)
- Topics: asus, aura, macos, rgb-keyboard, rog, usb-interface
- Language: C
- Homepage:
- Size: 9.77 KB
- Stars: 14
- Watchers: 0
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# macrogaura - RGB keyboard control for Asus ROG laptops on macOS
Supports RGB keyboards with IDs [0b05:1854](https://linux-hardware.org/index.php?id=usb:0b05-1854) (GL553, GL753), [0b05:1869](https://linux-hardware.org/index.php?id=usb:0b05-1869) (GL503, FX503, GL703) and [0b05:1866](https://linux-hardware.org/index.php?id=usb:0b05-1866) (GL504, GL703, GX501, GM501).
## Usage
```
Usage:
macrogaura [-v] COMMAND ARGUMENTS
COMMAND should be one of:
single_static
single_breathing
single_colorcycle
multi_static
multi_breathing
red
green
blue
yellow
cyan
magenta
white
black
rainbow
```
## Building
Clone the GitHub repo and enter the top-level directory. Then:
```
sudo xcodebuild
```
## Credits
- [Will Roberts](https://github.com/wroberts) for [rogauracore](https://github.com/wroberts/rogauracore) (based on which this program was developed)
- [Le Bao Hiep](https://github.com/hieplpvip) for porting rogauracore to macOS