Awesome
VoodooWMI
A WMI (Windows Management Instrumentation) platform driver for macOS. This project also includes a generic Fn hotkey driver based on WMI protocol.
Usage
Build Dependencies
cpplint
: a static code checker.
Installation
- Install the kernel extension
VoodooWMI.kext
andVoodooWMIHotkey.kext
. - Install the OSD daemon with
install_daemon.sh
.
Add a hotkey scheme
The hotkey implementation is platform-specific. VoodooWMIHotkey.kext
has a default hotkey scheme for Tongfang ODM model that might not work for you.
You can easily add a hotkey scheme for your laptop model in VoodooWMIHotkey.kext/Contents/info.plist
, check out the tutorial in wiki pages.
Credits & References
- Linux acpi-wmi platform driver: linux/drivers/platform/x86/wmi.c
- @hieplpvip for the fancy daemon in AsusSMC.
License
GPL v2