diff options
author | ReFil <[email protected]> | 2024-09-25 20:35:42 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2024-09-25 15:35:42 -0400 |
commit | 17f0a4d307700e278e53548cecb04bb49803b515 (patch) | |
tree | d8e80bce81397805ff048ac9e35e64323023427a /app/Kconfig | |
parent | 58dcf5c28520def16d00fa615c412cddc0151760 (diff) | |
download | zmk-17f0a4d307700e278e53548cecb04bb49803b515.tar.gz zmk-17f0a4d307700e278e53548cecb04bb49803b515.zip |
feat(ble): Set device name at runtime
This allows for the device name to be set at runtime, possible uses for this include a custom display screen that lets you type it in using the keycode state event, future configuration in zmk studio, or altering it per profile as per #1169
Diffstat (limited to 'app/Kconfig')
-rw-r--r-- | app/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Kconfig b/app/Kconfig index 108fcbe709..b0ffc72ac0 100644 --- a/app/Kconfig +++ b/app/Kconfig @@ -153,6 +153,7 @@ menuconfig ZMK_BLE select BT_SMP_APP_PAIRING_ACCEPT select BT_PERIPHERAL select BT_DIS + imply BT_DEVICE_NAME_DYNAMIC imply BT_SETTINGS if !ARCH_POSIX imply SETTINGS if !ARCH_POSIX imply ZMK_BATTERY_REPORTING if !ARCH_POSIX |