From bdc0880ca5ead73a4a66355ade85b005507764c1 Mon Sep 17 00:00:00 2001
From: Joe Wasson <jwasson+github@gmail.com>
Date: Sat, 19 Aug 2017 20:35:41 -0700
Subject: Add compile error if too many endpoints are defined for the
 ATmega32U4.

---
 docs/stenography.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'docs')

diff --git a/docs/stenography.md b/docs/stenography.md
index 8c779032b9..5b457a2a6c 100644
--- a/docs/stenography.md
+++ b/docs/stenography.md
@@ -30,7 +30,7 @@ GeminiPR encodes 42 keys into a 6-byte packet. While TX Bolt contains everything
 
 ## Configuring QMK for Steno
 
-Firstly, enable steno in your keymap's Makefile. You should also diable mousekeys to prevent conflicts.
+Firstly, enable steno in your keymap's Makefile. You may also need disable mousekeys, extra keys, or another USB endpoint to prevent conflicts. The builtin USB stack for some processors only supports a certain number of USB endpoints and the virtual serial port needed for steno fills 3 of them.
 
 ```Makefile
 STENO_ENABLE = yes
-- 
cgit v1.2.3