compukidmike / Defcon29

MIT License
21 stars 8 forks source link

macros with modifiers do not work as expected #5

Open dallanwagz opened 3 years ago

dallanwagz commented 3 years ago

Macros with modifier keys do not appear to be working. I have played around with it a ton, reset EEPROM, tried multiple badges and I am seeing the same behaviors.

Below, I created a macro for key 2 of "[ctrl]p". The badge sent [left control][shift][right control]

Screen Shot 2021-09-01 at 3 27 36 PM

Here, I created a macro for key 3 of "[ctrl]m". The badge sent [right control] Screen Shot 2021-09-01 at 3 27 09 PM

Macros of all normal keys ("hello", for example) seem to be working fine. The modifiers seem to be causing issues.

miketweaver commented 3 years ago

I sat and troubleshooted this too. We eventually just hard-coded the modifiers we wanted and custom compiled a firmware with the macros we wanted.