Skip to content

Commit

Permalink
Merge pull request #1 from potter-man/ble-conf
Browse files Browse the repository at this point in the history
Enable passkey entry
  • Loading branch information
potter-man authored May 27, 2024
2 parents 7a276d8 + 6533028 commit 6a0d0f8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"cSpell.words": [
"Ergonaut"
]
}
4 changes: 3 additions & 1 deletion config/ergonaut_one.conf
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,6 @@ CONFIG_ZMK_BATTERY_REPORT_INTERVAL=1800
CONFIG_ZMK_USB=y
CONFIG_ZMK_BLE=y

CONFIG_BT_CTLR_TX_PWR_PLUS_8=y
CONFIG_BT_CTLR_TX_PWR_PLUS_8=n
CONFIG_ZMK_BLE_PASSKEY_ENTRY=y
CONFIG_ZMK_BLE_EXPERIMENTAL_SEC=y

0 comments on commit 6a0d0f8

Please sign in to comment.