fix(shields): Don't enable passkey support on Uno.

* The ZMK Uno has no way to input the full range of digits, so skip
  that setting so it's not pulled in by BLE experimental feature flag.
This commit is contained in:
Peter Johanson 2023-12-08 14:11:36 -08:00 committed by Pete Johanson
parent 63c8c5700a
commit b35a5e83c0
3 changed files with 6 additions and 0 deletions

View File

@ -4,6 +4,8 @@
CONFIG_LOG=y
CONFIG_ZMK_LOG_LEVEL_DBG=y
CONFIG_ZMK_BLE_PASSKEY_ENTRY=n
# Uncomment for Single color backlight
# CONFIG_ZMK_BACKLIGHT=y

View File

@ -4,6 +4,8 @@
CONFIG_LOG=y
CONFIG_ZMK_LOG_LEVEL_DBG=y
CONFIG_ZMK_BLE_PASSKEY_ENTRY=n
# Uncomment for Single color backlight
# CONFIG_ZMK_BACKLIGHT=y

View File

@ -4,6 +4,8 @@
CONFIG_LOG=y
CONFIG_ZMK_LOG_LEVEL_DBG=y
CONFIG_ZMK_BLE_PASSKEY_ENTRY=n
# Uncomment for Single color backlight
# CONFIG_ZMK_BACKLIGHT=y