diff options
author | Brendan Wrafter <wrafter.brendan@gmail.com> | 2019-03-14 17:18:11 -0400 |
---|---|---|
committer | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2019-03-14 14:18:11 -0700 |
commit | c02c7b75171cf1038a249872806fc6ee926d79b8 (patch) | |
tree | 4e0004c41b547b91ff87deba98e25372fab65cbf | |
parent | 980a41e9049aad53c49b667066a3c5e5cabda113 (diff) |
Fix ascii art (#5407)
-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 cc54e566a1..0772f055d6 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 |