From d79a2c943c5562fd76268402b9d95f02b4690b25 Mon Sep 17 00:00:00 2001 From: Dimitris Zervas Date: Tue, 22 Sep 2020 14:35:24 +0300 Subject: [PATCH] Update the docs for the new clear bond key --- docs/keycodes.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/keycodes.md b/docs/keycodes.md index cb77394..40123d1 100644 --- a/docs/keycodes.md +++ b/docs/keycodes.md @@ -265,3 +265,9 @@ |LCAG = KC.MT(KC.SOMETHING, KC.LCTRL(KC.LALT(KC.LGUI))) |`LCTRL` and `LALT` and `LGUI` if held `kc` if tapped | |MEH = KC.MT(KC.SOMETHING, KC.LCTRL(KC.LSFT(KC.LALT))) |`CTRL` and `LSHIFT` and `LALT` if held `kc` if tapped | |HYPR = KC.MT(KC.SOMETHING, KC.HYPR) |`LCTRL` and `LSHIFT` and `LALT` and `LGUI` if held `kc` if tapped| + +## [Bluetooth Keys] + +|Key |Aliases |Description | +|-----------------------------|-------------------|----------------------------| +|`KC.BT_CLEAR_BONDS` |`KC.BT_CLR` |Clears all stored bondings |