zmk/app
Jesper Jensen f8a0c397e2 Remove everything not required for buttons
I've stripped out everything not strictly required for mouse button HID
support. This include dropping the worker thread completely, shaving
down the USB HID descriptor. Flattening the mouse/ source directory
structure and removing a bunch of event handling.

I have kept the mouse event handling separate from the other HID event
handling since I figured that was a pretty neat split. If that's a bad
idea, do tell.

I've also added a test case for mouse button emulation, since that was
untested before.

The changes have been tested on a corne (split) in usb mode. Bindings on
both the left and the right side works (with the left side as master).
2022-08-17 23:40:01 +02:00
..
boards feat(shields) add support for Spaceman Pancake (#1400) 2022-07-27 11:39:42 -04:00
cmake fix(build): Fix for proper string variable check. 2022-06-07 19:43:23 -04:00
drivers refactor(display): Move clear to unblank for EPD driver. 2022-07-26 14:12:38 -04:00
dts Remove everything not required for buttons 2022-08-17 23:40:01 +02:00
include Remove everything not required for buttons 2022-08-17 23:40:01 +02:00
scripts chore: make west scripts more pythonic and apply Black 2022-01-04 23:59:25 -05:00
src Remove everything not required for buttons 2022-08-17 23:40:01 +02:00
tests Remove everything not required for buttons 2022-08-17 23:40:01 +02:00
.gitignore feat(metadata): Add YAML check/format npm scripts. 2021-09-11 00:50:36 -04:00
.prettierrc.js feat(metadata): Add YAML check/format npm scripts. 2021-09-11 00:50:36 -04:00
CMakeLists.txt Remove everything not required for buttons 2022-08-17 23:40:01 +02:00
core-coverage.yml chore: Add Hummingbiard/XIAO BLE to core coverage. 2022-06-04 00:44:13 -04:00
Kconfig Remove everything not required for buttons 2022-08-17 23:40:01 +02:00
package-lock.json feat(metadata): Add YAML check/format npm scripts. 2021-09-11 00:50:36 -04:00
package.json feat(metadata): Add YAML check/format npm scripts. 2021-09-11 00:50:36 -04:00
prj.conf Removed development files 2020-08-29 11:53:53 -07:00
run-test.sh refactor(tests): Use GH Actions matrix for tests. 2022-04-04 23:36:51 -04:00
west.yml fix: Don't exclude segger, needed for DKs. 2022-06-22 16:37:22 -04:00