From 384b7e68894438c6cca4a4e57d27785359cde548 Mon Sep 17 00:00:00 2001 From: Hello9999901 Date: Thu, 11 Aug 2022 17:54:42 -0400 Subject: [PATCH] Update new-shield.md --- docs/docs/development/new-shield.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/development/new-shield.md b/docs/docs/development/new-shield.md index 03a27289..86c22737 100644 --- a/docs/docs/development/new-shield.md +++ b/docs/docs/development/new-shield.md @@ -77,7 +77,7 @@ which controls the display name of the device over USB and BLE. The updated new default values should always be wrapped inside a conditional on the shield config name defined in the `Kconfig.shield` file. Here's the simplest example file. :::warning -Do not make the keyboard name too long, otherwise the bluetooth advertising might fail and you will not be able to find your keyboard from your laptop / tablet. +Do not make the keyboard name too long (within ~16 characters), otherwise the bluetooth advertising might fail and you will not be able to find your keyboard from your device. ::: ```