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.
system.log" seems to be static, as it does not show any keyboard event either.

Hi, I followed your guide to enable keyboard scan codes. I tried both methods, but
Console.appdoes not show any relevant information when pressing any key.From Rehabman's guide:
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.plistif that matters.ioio: I grabbed it from here and put intousr/local/binVoodooPS2Keyboard's Info.plist:

Console:

system.log" seems to be static, as it does not show any keyboard event either.