diff options
author | kurtis-lew <kurtis.a.lew@gmail.com> | 2020-10-09 08:19:08 -0700 |
---|---|---|
committer | kurtis-lew <kurtis.a.lew@gmail.com> | 2020-10-09 08:19:08 -0700 |
commit | aca801d90ffcc12076244626dc0d4b239df25ab4 (patch) | |
tree | d9a8caae2dd8bf163a4624ee7aaaa0e9d379b41e | |
parent | a58a8412c7335df27077cc9647444f014b6a094e (diff) |
Revert "Removed blank space"
This reverts commit c27d3c66f150a0adfa19a2dd6c2bd64544c261a7.
-rw-r--r-- | docs/docs/dev-guide-new-shield.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docs/dev-guide-new-shield.md b/docs/docs/dev-guide-new-shield.md index 9c0a265..b8f1a19 100644 --- a/docs/docs/dev-guide-new-shield.md +++ b/docs/docs/dev-guide-new-shield.md @@ -416,7 +416,7 @@ CONFIG_ZMK_SPLIT=y CONFIG_ZMK_SPLIT_BLE_ROLE_Peripheral=y ``` -Using the .conf file that affects both halves of a split board would be for circumstances like deep-sleep. +Using the .conf file that affects both halves of a split board would be for circumstances like deep-sleep or _. ``` // my_awesome_split_board.conf |