Skip to content

Commit

Permalink
Fix QMK Keycode docs link
Browse files Browse the repository at this point in the history
- Previous link was 404
  • Loading branch information
Andrew Burns committed Jun 3, 2021
1 parent 1b50823 commit abdb407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keyboards/system76/launch_1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ If you want to create your own layout, go to the `keymaps` directory and copy on

Inside of each layout directory, there is a file called `keymap.c`. The commented out grid area in this file is a visual reference for the actual key assignments below it. When modifying a layout, modifying this visual reference first makes it easier to design a layout, as well as keeping the actual layout below it organized.

Once your layout is designed, change the keycodes below to match your design. A full list of available keycodes can be found in the [QMK docs](https://beta.docs.qmk.fm/reference/keycodes). Use the shorter keycode alias to help keep these lined up (e.g. use `KC_ESC` instead of `KC_ESCAPE`).
Once your layout is designed, change the keycodes below to match your design. A full list of available keycodes can be found in the [QMK docs](https://docs.qmk.fm/#/keycodes). Use the shorter keycode alias to help keep these lined up (e.g. use `KC_ESC` instead of `KC_ESCAPE`).

0 comments on commit abdb407

Please sign in to comment.