Drashna Jaelre
Drashna Jaelre
QMK CI Build error is unrelated to the code change here. So you can ignore it.
It looks like you have changes to the submodules here. These need to be reverted before the PR can be approved. Rebasing sometimes will fix this. Otherwise, you'd want to...
Are you returning said mouse report? And could you post the code that you're using?
`process_record_keymap` isn't supported by default, so there is that. But as for pointing_device_task_user, that does appear to be getting called. And the code looks like it should work. Are you...
Retargeted to develop, per contribution guidelines. Also, lib/ugfx needs to be removed, and lint wants a format pass of the code. Also, ideally, with this change, the keycode definitions need...
Well, ideally, a bunch of the bodges to ensure that keycodes match with VIA should be removed (such as the mousekeys, and midi), which also requires the `via_ensure_keycode.h` file to...
Also, the macro section should be merged. via's macros and user keycodes could be safely moved to this block: https://github.com/qmk/qmk_firmware/blob/a8d6b37fac324910f83f524f008c8def40445c86/quantum/quantum_keycodes.h#L562-L594
It might help to add `#define NO_USB_STARTUP_CHECK` in your config.h file. This disables some of the startup checks, and may allow the board to work better. But it won't sleep/idle....
Sorry, has a merge conflict
closing in favor of #18214