Skip to content

Commit

Permalink
Merge pull request qmk#19 from ErebusBat/fix-keymap-link
Browse files Browse the repository at this point in the history
Fix QMK Keycode docs link
  • Loading branch information
13r0ck authored Feb 25, 2022
2 parents 708ed51 + abdb407 commit dd2442b
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 @@ -37,4 +37,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 dd2442b

Please sign in to comment.