Commit graph

4 commits

Author SHA1 Message Date
Peter Johanson
37ba9eb527 fix(mouse): Fix up tests and make ZMK_MOUSE explicit. 2024-08-03 15:39:49 -06:00
Peter Johanson
dad5926fd0 fix: Testing fixes for listener refactor. 2024-08-03 21:11:27 +00:00
Joel Spadin
ba5637fdef refactor: Remove unimportant labels
Removed "label" properties which no longer have any function.

Labels are still used as layer names and as identifiers for sending
behaviors between sides of a split keyboard, so those have been left
alone for now.
2023-12-04 20:06:54 -06:00
Alexander Krikun
d7d9eed317 feat(mouse): Initial mouse keys support.
* Add HID report/descriptor for a new report with mouse buttons,
  and x/y/wheel deltas.
* New mouse key press behavior for press/release of mouse keys.
* Add constants for HID main item values (e.g. data/array/absolute)
* Define and use constants for our HID report IDs.
2023-11-15 11:16:59 -08:00