SSKeyboardHue
  • September 14, 2023

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

Goal


The goal is to support all MSI Laptop keyboards that have RGB.
Currently only the individual per key keyboard RGB is supported.

Supported Models


  • MSI GS65
  • MSI GE63 Raider RGB

Should support all other per-key rgb keyboard but It’s been only tested on these models.

Supported Modes: PerKey

  • Steady
  • Reactive
  • Disabled
  • More coming soon…

Supported Modes: Three Region

  • Coming soon…

Download/Build


Download:

Download the latest pre-release here.

Build:

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.

GitHub


View Github

YOU MIGHT ALSO LIKE...
PermissionsSwiftUI: A SwiftUI package to handle permissions

PermissionsSwiftUI displays and handles permissions in SwiftUI. It is largely inspired by SPPermissions. The UI is highly customizable and resembles an Apple style. ...

Pager tab strip view

Introduction PagerTabStripView is the first pager view built in pure SwiftUI. It provides a component to create interactive pager views ...

PageView

SwiftUI view enabling page-based navigation, imitating the behaviour of UIPageViewController in iOS.

Pages

    

How to take action when a property changes

1. Taking Action When a Property Changes: Property Observers Swift lets you observe and respond to changes in a property’s ...