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:
parent
b2d934f3f3
commit
2f9e832bfc
3 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue