chore: fix typos in various places

This commit is contained in:
Horu
2024-05-14 03:47:33 +07:00
committed by GitHub
parent 4dfc45d4ab
commit 7d1f84e3eb
17 changed files with 26 additions and 26 deletions

View File

@@ -24,7 +24,7 @@ config ZMK_SPLIT_PERIPHERAL_HID_INDICATORS
bool "Peripheral HID Indicators"
depends on ZMK_HID_INDICATORS
help
Enable propogating the HID (LED) Indicator state to the split peripheral(s).
Enable propagating the HID (LED) Indicator state to the split peripheral(s).
#ZMK_SPLIT
endif

View File

@@ -585,7 +585,7 @@ static bool split_central_eir_found(const bt_addr_le_t *addr) {
return false;
}
LOG_DBG("Initiating new connnection");
LOG_DBG("Initiating new connection");
struct bt_le_conn_param *param =
BT_LE_CONN_PARAM(CONFIG_ZMK_SPLIT_BLE_PREF_INT, CONFIG_ZMK_SPLIT_BLE_PREF_INT,
CONFIG_ZMK_SPLIT_BLE_PREF_LATENCY, CONFIG_ZMK_SPLIT_BLE_PREF_TIMEOUT);