diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-06-30 00:31:09 -0400 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-06-30 00:31:09 -0400 |
commit | 9a991bf019d6f723bc4230822852efa78a05be49 (patch) | |
tree | 5c6604f146502a9f4886231bb0c3b39d7646888f /app/Kconfig | |
parent | 22238d24de3a25cb9242330eba568294c7937c63 (diff) |
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.
Diffstat (limited to 'app/Kconfig')
-rw-r--r-- | app/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/Kconfig b/app/Kconfig index 7871b91..45481b1 100644 --- a/app/Kconfig +++ b/app/Kconfig @@ -73,6 +73,9 @@ config ZMK_ACTION_MOD_TAP endmenu +config HEAP_MEM_POOL_SIZE + default 200 + module = ZMK module-str = zmk source "subsys/logging/Kconfig.template.log_config" |