-
Notifications
You must be signed in to change notification settings - Fork 88
Description
Hi, I followed your guide to enable keyboard scan codes. I tried both methods, but Console.app
does not show any relevant information when pressing any key.
From Rehabman's guide:
The first step is to determine if they are handled by PS2 or ACPI. With my driver, you can use 'ioio -s ApplePS2Keyboard LogScanCodes 1' to turn on the key logging to system.log. The ioio binary is available here: https://github.com/RehabMan/OS-X-ioio (please read the README for download locations). After turning on key logging, monitor system.log with Console.app to determine what PS2 codes (if any) are generated when you press your keys). If they generate PS2 codes, you can map them to backlight control by following the wiki: https://github.com/RehabMan/OS-X-Voodoo-PS2-Controller/wiki/How-to-Use-Custom-Keyboard-Mapping.
I don't know if I miss anything for such a simple thing to work. I'm using OpenCore release version, and I've disabled all OpenCore debugging options in config.plist
if that matters.
-
ioio
: I grabbed it from here and put intousr/local/bin
system.log
" seems to be static, as it does not show any keyboard event either.