diff options
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 e3438eda2..85cf68d57 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 | |||
| 113 | 113 | ||
| 114 | Build Firmware and Program Controller | 114 | Build Firmware and Program Controller |
| 115 | ------------------------------------- | 115 | ------------------------------------- |
| 116 | See [build environment setup](/readme.md#build-environment-setup), or the readme in the particular keyboards/* folder. | 116 | See [build environment setup](build_environment_setup.md), or the readme in the particular keyboards/* folder. |
| 117 | 117 | ||
| 118 | 118 | ||
| 119 | 119 | ||
| 120 | Change your keymap | 120 | Change your keymap |
| 121 | ------------------ | 121 | ------------------ |
| 122 | See [doc/keymap.md](tmk_core/doc/keymap.md). | 122 | See [keymap.md](keymap.md). |
| 123 | 123 | ||
| 124 | 124 | ||
| 125 | 125 | ||
| @@ -159,7 +159,7 @@ Boot Magic Configuration - Virtual DIP Switch | |||
| 159 | Boot Magic are executed during boot up time. Press Magic key below then plug in keyboard cable. | 159 | Boot Magic are executed during boot up time. Press Magic key below then plug in keyboard cable. |
| 160 | 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. | 160 | 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. |
| 161 | 161 | ||
| 162 | 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). | 162 | 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). |
| 163 | 163 | ||
| 164 | #### General | 164 | #### General |
| 165 | - Skip reading EEPROM to start with default configuration(`ESC`) | 165 | - Skip reading EEPROM to start with default configuration(`ESC`) |
| @@ -240,4 +240,4 @@ Coding Style | |||
| 240 | 240 | ||
| 241 | Other Keyboard Firmware Projects | 241 | Other Keyboard Firmware Projects |
| 242 | ------------------ | 242 | ------------------ |
| 243 | You can learn a lot about keyboard firmware from these. See [doc/other_projects.md](tmk_core/doc/other_projects.md). | 243 | You can learn a lot about keyboard firmware from these. See [docs/other_projects.md](other_projects.md). |
