A WMI (Windows Management Instrumentation) platform driver for macOS. This project also includes a generic Fn hotkey driver based on WMI protocol.
cpplint
: a static code checker.
- Install the kernel extension
VoodooWMI.kext
andVoodooWMIHotkey.kext
. - Install the OSD daemon with
install_daemon.sh
.
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.
- Linux acpi-wmi platform driver: linux/drivers/platform/x86/wmi.c
- @hieplpvip for the fancy daemon in AsusSMC.
GPL v2