diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-07-15 23:26:24 -0400 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-07-17 22:43:40 -0400 |
commit | d4afd989f35c46e43468dab1a19bfab9dcf34996 (patch) | |
tree | c75dc35a022118a5d1afcf3e2cc7ce4114e7918d /app/Kconfig | |
parent | d74efb331ac32c1a65d20193d06b2cabb858b594 (diff) |
More split implementation.
* Propogate key position state changes on central.
* Various BLE tweaks.
Diffstat (limited to 'app/Kconfig')
-rw-r--r-- | app/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Kconfig b/app/Kconfig index 5881aae..8ae10ad 100644 --- a/app/Kconfig +++ b/app/Kconfig @@ -126,7 +126,7 @@ config ZMK_ACTION_MOD_TAP endmenu config HEAP_MEM_POOL_SIZE - default 200 + default 1024 module = ZMK module-str = zmk |