aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrendan Wrafter <wrafter.brendan@gmail.com>2019-03-14 17:18:11 -0400
committerMechMerlin <30334081+mechmerlin@users.noreply.github.com>2019-03-14 14:18:11 -0700
commitc02c7b75171cf1038a249872806fc6ee926d79b8 (patch)
tree4e0004c41b547b91ff87deba98e25372fab65cbf
parent980a41e9049aad53c49b667066a3c5e5cabda113 (diff)
downloadqmk_firmware-c02c7b75171cf1038a249872806fc6ee926d79b8.tar.gz
qmk_firmware-c02c7b75171cf1038a249872806fc6ee926d79b8.zip
Fix ascii art (#5407)
-rw-r--r--docs/how_keyboards_work.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/how_keyboards_work.md b/docs/how_keyboards_work.md
index cc54e566a..0772f055d 100644
--- a/docs/how_keyboards_work.md
+++ b/docs/how_keyboards_work.md
@@ -12,7 +12,7 @@ place:
12``` text 12``` text
13+------+ +-----+ +----------+ +----------+ +----+ 13+------+ +-----+ +----------+ +----------+ +----+
14| User |-------->| Key |------>| Firmware |----->| USB wire |---->| OS | 14| User |-------->| Key |------>| Firmware |----->| USB wire |---->| OS |
15+------+ +-----+ +----------+ +----------+ |----+ 15+------+ +-----+ +----------+ +----------+ +----+
16``` 16```
17 17
18This scheme is a very simple view of what's going on, and more details follow 18This scheme is a very simple view of what's going on, and more details follow