Add link to keycodes doc in how_keyboards_work

This commit is contained in:
Benny Powers 2017-08-18 10:45:36 +03:00 committed by Jack Humbert
parent c0a6935fb3
commit 9fed4f7948
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ layout is set to QWERTY, a sample of the matching table is as follow:
## Back to the firmware
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`.
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).
## List of Characters You Can Send