mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-19 20:45:18 -05:00
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:
committed by
Pete Johanson
parent
63c8c5700a
commit
b35a5e83c0
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user