diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-07-31 23:32:04 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-31 23:32:04 -0400 |
commit | 24ec83c234bb76b9a7f04678251723ba4918201e (patch) | |
tree | 62c9ef9b1411806c7baddb73bd83fefd8105cccf /app/Kconfig | |
parent | f269b26ea1cdd61e39f13c6e11cbdfcdc6a0bd5c (diff) | |
parent | 8a07938d9b03567ba11fc3e86a4fefb0ac098646 (diff) |
Merge pull request #69 from petejohanson/behaviors/mod-tap-usability-fixes
Improve mod-tap behaviour
Diffstat (limited to 'app/Kconfig')
-rw-r--r-- | app/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Kconfig b/app/Kconfig index 01384a0..55c5bae 100644 --- a/app/Kconfig +++ b/app/Kconfig @@ -40,8 +40,8 @@ menuconfig ZMK_BLE select BT_PERIPHERAL select BT_GATT_DIS select BT_GATT_BAS - select SETTINGS - select BT_SETTINGS + # select SETTINGS + # select BT_SETTINGS if ZMK_BLE |