diff options
author | Brendan Wrafter <wrafter.brendan@gmail.com> | 2019-03-14 22:18:11 +0100 |
---|---|---|
committer | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2019-03-14 22:18:11 +0100 |
commit | c02c7b75171cf1038a249872806fc6ee926d79b8 (patch) | |
tree | 4e0004c41b547b91ff87deba98e25372fab65cbf /docs | |
parent | 980a41e9049aad53c49b667066a3c5e5cabda113 (diff) | |
download | qmk_firmware-c02c7b75171cf1038a249872806fc6ee926d79b8.tar.gz qmk_firmware-c02c7b75171cf1038a249872806fc6ee926d79b8.tar.xz |
Fix ascii art (#5407)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/how_keyboards_work.md | 2 |
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: ``` text +------+ +-----+ +----------+ +----------+ +----+ | User |-------->| Key |------>| Firmware |----->| USB wire |---->| OS | -+------+ +-----+ +----------+ +----------+ |----+ ++------+ +-----+ +----------+ +----------+ +----+ ``` This scheme is a very simple view of what's going on, and more details follow |