Files
zmk/app
Solodros abce9deab7 fix(hid): initialize missing d_scroll_x field in mouse report (#3196)
The static mouse_report definition did not initialize the d_scroll_x
field. The zmk_hid_mouse_report_body structure contains five fields
(buttons, d_x, d_y, d_scroll_y, d_scroll_x), but d_scroll_x was left
uninitialized.

Initialize d_scroll_x to 0 to ensure all fields in the mouse report
are properly initialized and avoid potential undefined behavior.
2026-01-07 17:16:24 -05:00
..
2025-12-09 19:43:22 -05:00
2025-12-09 19:43:22 -05:00
2023-04-24 16:07:04 -07:00
2023-04-24 16:07:04 -07:00
2024-02-09 14:32:46 -08:00
2025-08-01 18:44:20 -04:00
2025-12-09 19:43:22 -05:00