Drashna Jaelre
Drashna Jaelre
unfortunately, the suspend behavior here is determined by the USB state. If it's coming back on, then it's likely be registered as a non-sleep state. I'm not sure there is...
Could you post a link to your config? I'm using blackpills on several boards without any issues on the LT keys.
is there a reason to have these? ```c #define PAL_USE_CALLBACKS TRUE #define PAL_USE_WAIT TRUE ```
The matrix is reporting the correct activation but was not being sent? Also, if you add the reboot keycode, does that help when this happens?
I agree with zverc here, this shouldn't be a separate board. The best solution right now would be to move all of the wt code (eg `SRC += ...`) into...
You still have a number of outstanding review comments that need to be addressed. Copyright headers, and more. Double check the "hidden conversations", as I think you missed those, specifically....
This reverts the behavior that adding this function as is sought to fix, in the first place. I'm guessing that this is for the ps2 trackpoint, correct?
buttons are sent immediately usually, while motion isn't. Also, originally, the code was: https://github.com/klesh/qmk_firmware/blob/5eb3fc255b0484062e720525202c7ba7d56779fe/quantum/mousekey.c#L254
tp_buttons gets sent by `ps2_mouse_task` automatically (located in `/drivers/ps2/ps2_mouse.c`). And prior to the `register_button` function, it was handled in the same way. It was extracted to make it easier to...
Thinking about this, and some other code, I may have a more workable long term solution.