- July 30, 2025
- Mins Read
The purpose of this repository is to control Per-Key RGB Keyboard on an MSI Laptop running macOS using a native app. This is the wrapper of SSKeyboard, which is the brains of communicating with the keyboard.
This app is still in development
The goal is to support all MSI Laptop keyboards that have RGB.
Currently only the individual per key keyboard RGB is supported.
Should support all other per-key rgb keyboard but It’s been only tested on these models.
Download the latest pre-release here.
Run on terminal:
git clone –recursive https://github.com/ErrorErrorError/SSKeyboardHue.git
Make sure you use .xcworkspace
file if you’re planning to run the app from xcode.
PermissionsSwiftUI displays and handles permissions in SwiftUI. It is largely inspired by SPPermissions. The UI is highly customizable and resembles an Apple style. ...
Introduction PagerTabStripView is the first pager view built in pure SwiftUI. It provides a component to create interactive pager views ...
1. Taking Action When a Property Changes: Property Observers Swift lets you observe and respond to changes in a property’s ...