Skip to content

Commit

Permalink
remove line drawing chars
Browse files Browse the repository at this point in the history
  • Loading branch information
skullydazed committed Mar 6, 2020
1 parent 12e4323 commit f86fd0c
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions docs/reference_configurator_support.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@ This page covers how to properly support keyboards in the [QMK Configurator](htt
To understand how the Configurator understands keyboards, first one must understand layout macros. For this exercise, we're going to imagine a 17-key numpad PCB, which we're going to call `numpad`.

```
┌───┬───┬───┬───┐
NLk / * -
├───┼───┼───┼───┤
7 8 9 +
├───┼───┼───┤
4 5 6
├───┼───┼───┼───┤
1 2 3 Ent
├───┴───┼───┤
0 .
└───────┴───┴───┘
|---------------|
|NLk| / | * | - |
|---+---+-------|
|7 |8 |9 | + |
|---+---+---|
|4 |5 |6 | |
|---+---+-------|
|1 |2 |3 |Ent|
|-------+---| |
|0 | . | |
|---------------|
```

?> For more on layout macros, see [Understanding QMK: Matrix Scanning](understanding_qmk.md?id=matrix-scanning) and [Understanding QMK: Matrix to Physical Layout Map](understanding_qmk.md?id=matrix-to-physical-layout-map).
Expand Down

0 comments on commit f86fd0c

Please sign in to comment.