Commit graph

1584 commits

Author SHA1 Message Date
Cedric Vincent
7b45f80c72 feat(mouse): Add support for PIM447 trackball. 2021-11-14 19:49:18 +01:00
Cedric Vincent
b9f900faa7 feat(sensor): Add Pimoroni PIM447 trackball driver. 2021-11-14 19:49:17 +01:00
Alexander Krikun
621ecc5450 prettier 2021-11-02 01:04:39 +03:00
Alexander Krikun
5021a842cd clang-format 2021-11-02 01:04:38 +03:00
Alexander Krikun
37ba47c20c Moved tick duration 2021-11-02 01:01:32 +03:00
Alexander Krikun
7580668d97 Added documentation for new features 2021-11-02 01:01:30 +03:00
Alexander Krikun
c6c4e9b531 Send mouse messages from dedicated thread 2021-11-02 01:01:28 +03:00
krikun98
775117d590 Cleanup and acceleration fixes 2021-11-02 01:01:27 +03:00
krikun98
a6d5ed15c9 Add messages to BLE queue without a waiting interval 2021-11-02 01:01:26 +03:00
krikun98
c2c2961bfc Simplified tick rate and made it configurable 2021-11-02 01:01:25 +03:00
krikun98
30581f7207 Added dedicated mouse work queue option 2021-11-02 01:01:23 +03:00
Okke Formsma
35eef63fa9 feat(mouse keys): add events, smoothing and acceleration 2021-11-02 00:59:03 +03:00
krikun98
1815820716 Modified mouse_timer_unref to account for errors 2021-11-02 00:59:02 +03:00
Okke Formsma
c55bd0fa27 Simplify binary arithmetic 2021-11-02 00:59:02 +03:00
krikun98
2d3f0e1d92 Report refactor (added macros) 2021-11-02 00:59:00 +03:00
krikun98
8e6fbdcc25 Reverted mouse buttons 9-16 2021-11-02 00:57:49 +03:00
krikun98
fdcd7241e3 Mouse movement coordinate signedness consistency 2021-11-02 00:57:48 +03:00
krikun98
33518ef5c9 Review edits: macro, event override fix, cosmetics 2021-11-02 00:57:47 +03:00
krikun98
a29ee0033a Added new mouse movement macros 2021-11-02 00:57:46 +03:00
krikun98
848f32c957 Add the doc page to the sidebar 2021-11-02 00:57:45 +03:00
krikun98
fbd6110cd9 Documentation refactor 2021-11-02 00:57:44 +03:00
krikun98
c76935d90a Raised BLE mouse report queue size 2021-11-02 00:57:43 +03:00
Dmitry Tsykunov
2d2a8bd60d Implemented Rinh's suggestion to remove deadlocks 2021-11-02 00:57:42 +03:00
krikun98
b27b8e35ec clang-format 2021-11-02 00:56:28 +03:00
krikun98
c36ec0c717 Cleaning out prototype traces 2021-11-02 00:54:41 +03:00
Dmitry Tsykunov
5083b31296 Add mouse behaviour documentation 2021-11-02 00:54:40 +03:00
Dmitry Tsykunov
3eebe8657b Continuous mouse movement prototype 2021-11-02 00:54:38 +03:00
Dmitry Tsykunov
400e24608b Add mouse movement event 2021-11-02 00:54:37 +03:00
Dmitry Tsykunov
aefbd5edc9 Mouse-related behaviours 2021-11-02 00:54:35 +03:00
Alexander Krikun
e585af2aa1 Bluetooth tuning, mouse wheel and movement backend 2021-11-02 00:54:34 +03:00
Alexander Krikun
9b09974734 Fine-tuning report, 16 buttons 2021-11-02 00:54:32 +03:00
Alexander Krikun
d8d8b96992 Preliminary work for mouse click 2021-11-02 00:54:31 +03:00
jmding8
73fd4b9230
fix(behavior): Properly break in decision switch statement.
Co-authored-by: jding <jding@roblox.com>
2021-11-01 13:51:12 -04:00
jmding8
19ee7849f8
feat(behaviors) Required keys for tap-hold behaviors
* Add optional `hold-trigger-key-positions` hold-tap configuration
* Leverage configuration for decision making around when to trigger
  hold decision in hold-taps.
* Add docs for new configuration.
* Tests for the new config/decision logic.
2021-11-01 12:37:20 -04:00
Joel Spadin
f946dc6893 feat(kscan): Improve matrix debouncing
Switched the GPIO matrix driver to debouncing using a simple integrator
algorithm. Whenever a key is pressed, we now scan at a rate controlled
by debounce-scan-period-ms (default 1 ms) until all keys are released,
then return to either waiting for an interrupt or polling more slowly.

The timers for key press and release can now be controlled separately,
so debounce-period is deprecated in favor of debounce-press-ms and
debounce-release-ms. Global Kconfig options
ZMK_KSCAN_DEBOUNCE_PRESS_MS and ZMK_KSCAN_DEBOUNCE_RELEASE_MS are also
added to make these easier to set.

Added documentation for debouncing options.
2021-10-26 23:52:13 -04:00
Peter Johanson
5cc7c280a5 refactor: Move to explicit docker.io/* image references.
* Some runtimes (e.g. podman), require explicit registries in image URLs
 or will prompt for the user to select one, which breaks things like
 VSCode remote container rebuilds.
2021-10-23 15:33:42 -04:00
Jonathan Rascher
e3eb77dfc6 refactor(combos): Use ZMK_KEYMAP_EXTRACT_BINDING
Now that PR #506 is merged, we can address this TODO.
2021-10-20 23:36:31 -04:00
dependabot[bot]
503bb0ec2f chore(deps): bump @fortawesome/react-fontawesome in /docs
Bumps [@fortawesome/react-fontawesome](https://github.com/FortAwesome/react-fontawesome) from 0.1.14 to 0.1.16.
- [Release notes](https://github.com/FortAwesome/react-fontawesome/releases)
- [Changelog](https://github.com/FortAwesome/react-fontawesome/blob/master/CHANGELOG.md)
- [Commits](https://github.com/FortAwesome/react-fontawesome/compare/0.1.14...0.1.16)

---
updated-dependencies:
- dependency-name: "@fortawesome/react-fontawesome"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-20 22:56:45 -04:00
Manuel Transfeld
05167c6539
fix(docs): Typo fix, open -> upon 2021-10-20 22:54:48 -04:00
Peter Johanson
e6c815f1b0 fix: Properly find boards in user config repos. 2021-10-19 13:29:36 +00:00
Peter Johanson
0dc7d46eb1 fix: Only search for board one not found yet. 2021-10-18 20:08:35 -04:00
Peter Johanson
742f4c2826 fix(keymaps): Properly locate split board keymaps.
* Find the unified keymap filename for onboard controller split
  keyboards.
2021-10-18 20:08:35 -04:00
Peter Johanson
01d2102c23 refactor: Add js-yaml dep, scrtipt gen tweaks.
*  Make the synthetic "base name" property double underscore prefixed,
  since internal, and to avoid future conflicts w/ YAML format add'ns.
* Switch to PS hash dictionaries for our metadata collections for saner
  data inspection/use.
2021-10-16 21:50:58 -04:00
Peter Johanson
e544d74948 refactor: Config setup scripts to support onboard keyboards.
* Use unified config template repo that uses an external
  build matrix YAML file.
* Proper handling for onboard keyboards, including splits, and
 supports for appending the right build matrix once selected.
2021-10-16 21:50:58 -04:00
eyenseo
6f29453041 [squash] implement feedback 2021-10-13 09:51:02 -07:00
eyenseo
51298f1d22 Add ergodash 2021-10-13 09:51:02 -07:00
Dom H
e11477f7b1 chore: Add note about copyrights on PR checklist 2021-10-12 22:27:33 -04:00
Richard Kjerstadius
a774ce8555 fix(display): Increase char buffer size to fit all symbols
Recent refactoring of the font handling seems to have broken the display
of the last symbol of the output status widget. From my analysis the
last symbol is truncated because the buffer simply is too small.
Increasing the buffer size to 9 fits all three possible symbols.
2021-10-12 12:00:21 -04:00
git@jrhrsmit.nl
f221ff1dc7 add ranges and descriptions from #669 2021-10-11 09:46:17 -07:00
Nick Winans
f23f427cae fix(underglow): Run clang-format 2021-10-10 17:43:57 -07:00