diff options
Diffstat (limited to 'docs/how_keyboards_work.md')
| -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 3969c5680..edd219a32 100644 --- a/docs/how_keyboards_work.md +++ b/docs/how_keyboards_work.md | |||
| @@ -51,7 +51,7 @@ layout is set to QWERTY, a sample of the matching table is as follow: | |||
| 51 | 51 | ||
| 52 | ## Back to the firmware | 52 | ## Back to the firmware |
| 53 | 53 | ||
| 54 | As the layout is generally fixed (unless you create your own), the firmware can actually call a keycode by its layout name directly to ease things for you. This is exactly what is done here with `KC_A` actually representing `0x04` in QWERTY. The full list can be found in `keycode.txt`. | 54 | As the layout is generally fixed (unless you create your own), the firmware can actually call a keycode by its layout name directly to ease things for you. This is exactly what is done here with `KC_A` actually representing `0x04` in QWERTY. The full list can be found in [keycodes](keycodes.md). |
| 55 | 55 | ||
| 56 | ## List of Characters You Can Send | 56 | ## List of Characters You Can Send |
| 57 | 57 | ||
