diff options
author | Jack Humbert <jack.humb@gmail.com> | 2016-01-31 20:40:34 -0500 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2016-01-31 20:40:34 -0500 |
commit | 1ee080701b989906c0511b43f108451b58b076b1 (patch) | |
tree | fe6d156ed372ac2f6ec2001331fa0b11f507c729 /keyboard/planck | |
parent | dc06288cb71046a05e19ecf199fd45be1cbcf5ae (diff) | |
parent | d97c77447f9098ffb89914a86ce460dbd5b64b21 (diff) |
Merge pull request #116 from tachk/readmeFix
Fix for broken link in readme.
Diffstat (limited to 'keyboard/planck')
-rw-r--r-- | keyboard/planck/PCB_GUIDE.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboard/planck/PCB_GUIDE.md b/keyboard/planck/PCB_GUIDE.md index 9ff12d4852..8048cbe8df 100644 --- a/keyboard/planck/PCB_GUIDE.md +++ b/keyboard/planck/PCB_GUIDE.md @@ -51,7 +51,7 @@ Generally, the instructions to flash the PCB are as follows: ### Keymap -Unlike the other keymaps, prefixing the keycodes with `KC_` is required. A full list of the keycodes is available [here](https://github.com/jackhumbert/qmk_firmware/blob/master/doc/keycode.txt). For the keycodes available only in the extended keymap, see this [header file](https://github.com/jackhumbert/qmk_firmware/blob/master/quantum/keymap_common.h). +Unlike the other keymaps, prefixing the keycodes with `KC_` is required. A full list of the keycodes is available [here](https://github.com/jackhumbert/qmk_firmware/blob/master/tmk_core/doc/keycode.txt). For the keycodes available only in the extended keymap, see this [header file](https://github.com/jackhumbert/qmk_firmware/blob/master/quantum/keymap_common.h). You can use modifiers with keycodes like this: |