zmk/app/include/zmk
Tobias Adolph 2c0e7daced
fix(hid): Fix scroll value truncation (#2865)
Fix 8 bit truncation of 16 bit scroll values when passed into
functions `zmk_hid_mouse_scroll_set` and
`zmk_hid_mouse_scroll_update`.

Fixes: #2864

Co-authored-by: Tobias Adolph <43353209+adolto@users.noreply.github.comgit>
2025-04-20 04:28:51 -04:00
..
ble
display
events feat(mouse): Add mouse move and scroll support (#2477) 2024-12-09 19:45:41 -05:00
pointing feat(mouse): Add mouse move and scroll support (#2477) 2024-12-09 19:45:41 -05:00
split Feature: Full-Duplex Wired Split (#2766) 2025-03-18 02:48:32 -04:00
studio feat(keymap): Add binding get/set, layer movement 2024-09-05 12:22:08 -06:00
activity.h
backlight.h
battery.h
behavior.h refactor: Condition source props on CONFIG_ZMK_SPLIT 2024-09-23 10:17:29 -06:00
behavior_queue.h refactor: Condition source props on CONFIG_ZMK_SPLIT 2024-09-23 10:17:29 -06:00
ble.h Feature: Full-Duplex Wired Split (#2766) 2025-03-18 02:48:32 -04:00
combos.h chore: Add trailing lines to fix build warnings (#2743) 2025-01-02 08:58:49 -07:00
display.h
endpoints.h feat(mouse): Add mouse move and scroll support (#2477) 2024-12-09 19:45:41 -05:00
endpoints_types.h
event_manager.h
hid.h fix(hid): Fix scroll value truncation (#2865) 2025-04-20 04:28:51 -04:00
hid_indicators.h
hid_indicators_types.h
hog.h feat(mouse): Add mouse move and scroll support (#2477) 2024-12-09 19:45:41 -05:00
input.h feat(mouse): Add mouse move and scroll support (#2477) 2024-12-09 19:45:41 -05:00
input_listeners.h chore: Add trailing lines to fix build warnings (#2743) 2025-01-02 08:58:49 -07:00
keymap.h refactor(keymap): Reduce flash usage for studio builds (#2771) 2025-01-15 16:51:26 -05:00
keys.h
matrix.h fix(core): Warn only with layouts + chosen transform 2024-09-19 13:12:17 -06:00
matrix_transform.h feat: Add keyboard physical layout system. 2024-07-03 16:52:05 -06:00
physical_layouts.h feat(core): Make physical layout key rotation optional (#2770) 2025-01-15 16:48:18 -05:00
pm.h
pointing.h feat(mouse): Add mouse move and scroll support (#2477) 2024-12-09 19:45:41 -05:00
rgb_underglow.h
sensors.h
settings.h
stdlib.h
usb.h fix(usb): detect USB power mode to fallback to BLE 2024-10-14 19:15:45 -04:00
usb_hid.h feat(mouse): Add mouse move and scroll support (#2477) 2024-12-09 19:45:41 -05:00
virtual_key_position.h Feature: input processor behavior invocation (#2714) 2024-12-17 20:50:06 -05:00
workqueue.h
wpm.h