You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
title:"PrismUI \u{2014} Controlling MSI RGB Keyboard on macOS",
21
23
content:"""
22
-
> TBD
24
+
When I set up my Hackintosh, I couldn't control the RGB keyboard on my MSI laptop since the software was supported on Windows only. To fix this issue, my first approach was to build an app using AppKit, C++, and Objective-C to communicate with the HID keyboard, which was ultimately called [SSKeyboardHue](https://github.com/erikbdev/SSKeyboardHue).
25
+
26
+
Later, I decided to switch the communication protocol to Swift and redesign the front end using SwiftUI.
27
+
28
+
Both projects are available on GitHub — feel free to check them out!
0 commit comments