Pete Johanson
191a2d755a
chore: clang-format the codebase.
...
* Use the LLVM style
* Override indent width (8) and column limit (100)
* Fixes #142 .
4 years ago
Pete Johanson
68e72f9275
fix: Switch to single AUTHORS file.* Closes #164
4 years ago
Pete Johanson
9a991bf019
Initial event manager work, and two first events.
...
* Add initial event manager implementation,
roughly mimicking Nordic's API.
* Add `position_state_changed` and
`keycode_state_changed` events.
* Hook up HID and keymap to new events
instead of using behaviour global event
crazy.
5 years ago
Pete Johanson
7e659851c8
Refactor matrix transform, positions pervasively
...
* Do mapping to positions right in kscan handler, and then
surface positions throughout the API.
5 years ago
Pete Johanson
d65629b9a0
Lots more pieces toward HID working again.
5 years ago
Pete Johanson
c23d752917
Some initial work on behavior bindings for keymaps
5 years ago
Pete Johanson
38f1dbd984
Move Zephyr app into subdirectory.
5 years ago
Pete Johanson
53aadc4f93
Initial exploration of mod tap action.
5 years ago
Pete Johanson
ed5532bf94
Add a mock kscan driver, working native_posix.
...
* Unified logging to one module.
* Mock kscan driver that simulates events.
* Working native_posix board target for testing.
5 years ago
Pete Johanson
c1905745b3
Refactor build/config/keymaps.
...
* Move all headers to `include/zmk` directory.
* Update includes to reference them properly.
* Add `keymap.c` file from keymap, if found.
* Toplevel CONFIG_ZMK_BLE aggregate config setting.
5 years ago
Pete Johanson
60feb8fb09
Expanded handler implementation, more key defines.
5 years ago
Pete Johanson
a63a773983
Get *basic* USB report sending working.
5 years ago
Pete Johanson
fe961d54a3
Start to get layers + keymaps pulled in from DTS.
5 years ago
Pete Johanson
7b4394b3e7
Basic keymap mapping.
5 years ago
Pete Johanson
523e7f702f
Message queue and work item for process scan events.
...
* Prep for using ISR for kscan GPIO, by moving event
process into a work item.
5 years ago
Pete Johanson
4e672eafd4
Refactor for better organization
5 years ago