diff options
author | Christopher Browne <cbbrowne@ca.afilias.info> | 2016-02-03 12:49:55 -0500 |
---|---|---|
committer | Christopher Browne <cbbrowne@ca.afilias.info> | 2016-02-03 12:49:55 -0500 |
commit | c39b53bb9a1c1235d36d360f01aabaca26a0c522 (patch) | |
tree | eef1ed0cbe929a61db3ad43a7258a8d1e0e37e22 /keyboard/planck | |
parent | 1466f5a36e24f4b5925e306a10abbfdcde50dd04 (diff) | |
parent | 2ce9c1947848a6de2883dfa490d349a8c52d48cf (diff) |
Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware
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 83520bd063..a7a0f7fb18 100644 --- a/keyboard/planck/PCB_GUIDE.md +++ b/keyboard/planck/PCB_GUIDE.md @@ -55,7 +55,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: |