Skip to content

Commit

Permalink
fix(shields): Don't enable passkey support on Uno.
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
petejohanson committed Dec 8, 2023
1 parent 63c8c57 commit b35a5e8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/boards/shields/zmk_uno/zmk_uno.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 2 additions & 0 deletions app/boards/shields/zmk_uno/zmk_uno_split_left.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 2 additions & 0 deletions app/boards/shields/zmk_uno/zmk_uno_split_right.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b35a5e8

Please sign in to comment.