diff options
author | Jack Humbert <jack.humb@gmail.com> | 2017-06-10 14:58:24 -0400 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2017-06-10 14:58:24 -0400 |
commit | ca01d94005f67ec4fa9528353481faa622d949ae (patch) | |
tree | dd6d59d065492e3bb8192263a8a7e7cc0709c48f /docs/TMK_README.md | |
parent | 558db0e03f0f3993e2b7fb5cc3f285393da0a4c3 (diff) | |
download | qmk_firmware-ca01d94005f67ec4fa9528353481faa622d949ae.tar.gz qmk_firmware-ca01d94005f67ec4fa9528353481faa622d949ae.zip |
convert docs to lowercase and underscores
Diffstat (limited to 'docs/TMK_README.md')
-rw-r--r-- | docs/TMK_README.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/TMK_README.md b/docs/TMK_README.md index e3438eda2b..85cf68d571 100644 --- a/docs/TMK_README.md +++ b/docs/TMK_README.md @@ -113,13 +113,13 @@ Third party libraries like LUFA, PJRC and V-USB have their own license respectiv Build Firmware and Program Controller ------------------------------------- -See [build environment setup](/readme.md#build-environment-setup), or the readme in the particular keyboards/* folder. +See [build environment setup](build_environment_setup.md), or the readme in the particular keyboards/* folder. Change your keymap ------------------ -See [doc/keymap.md](tmk_core/doc/keymap.md). +See [keymap.md](keymap.md). @@ -159,7 +159,7 @@ Boot Magic Configuration - Virtual DIP Switch Boot Magic are executed during boot up time. Press Magic key below then plug in keyboard cable. Note that you must use keys of **Layer 0** as Magic keys. These settings are stored in EEPROM so that retain your configure over power cycles. -To avoid configuring accidentally additive salt key `KC_SPACE` also needs to be pressed along with the following configuration keys. The salt key is configurable in `config.h`. See [tmk_core/common/bootmagic.h](tmk_core/common/bootmagic.h). +To avoid configuring accidentally additive salt key `KC_SPACE` also needs to be pressed along with the following configuration keys. The salt key is configurable in `config.h`. See [tmk_core/common/bootmagic.h](/tmk_core/common/bootmagic.h). #### General - Skip reading EEPROM to start with default configuration(`ESC`) @@ -240,4 +240,4 @@ Coding Style Other Keyboard Firmware Projects ------------------ -You can learn a lot about keyboard firmware from these. See [doc/other_projects.md](tmk_core/doc/other_projects.md). +You can learn a lot about keyboard firmware from these. See [docs/other_projects.md](other_projects.md). |