bluetooth_2_hid
bluetooth_2_hid copied to clipboard
Apple Keyboard Support
Hello! I use a Keychron K2 in MacOS mode, I noticed that the function keys do not work.
I was able to make the Function Brightness keys work (by accident) when adding this to the ds_KEY_TO_HID
:
'KEY BRIGHTNESSDOWN': chr(0x47),
'KEY_BRIGHTNESSUP': chr (0x48) ,
Is there any plan to make the Apple Keyboards work? I would be happy to help on that, I just don't know much about how does this work yet.