2019-12-20 09:47 AM
I did usb keyboard on stm32 with cubeide. I can send keys to PC. I modified mouse example code generated by cubeide mx to get keyboard HID.
Is there a way to detect what key was pressed on physical keyboard with stm32?
I use firs bit of report to send shift, ctrl, second bit is restricted, third for send keys like "d".