X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=README.md;h=70599889eaedcf005aa6a164a084c991d9348174;hb=0c0e6203197dc7036ee6f0b04854bf14321e93bf;hp=81d7eef8bb0ca5b3aeebc3f31270680a493ffd3a;hpb=e1f1a65d6b878aafbe98fe5685a04b6277fdf192;p=max%2Ftmk_keyboard.git diff --git a/README.md b/README.md index 81d7eef8..70599889 100644 --- a/README.md +++ b/README.md @@ -114,13 +114,13 @@ Third party libraries like LUFA, PJRC and V-USB have their own license respectiv Build Firmware and Program Controller ------------------------------------- -See [doc/build.md](doc/build.md). +See [tmk_core/doc/build.md](tmk_core/doc/build.md). Change your keymap ------------------ -See [doc/keymap.md](doc/keymap.md). +See [tmk_core/doc/keymap.md](tmk_core/doc/keymap.md). @@ -226,10 +226,10 @@ You can use xprintf() to display debug info on `hid_listen`, see `tmk_core/commo Files and Directories ------------------- ### Top -* tmk_core/ - core library * keyboard/ - keyboard projects * converter/ - protocol converter projects -* doc/ - documents +* tmk_core/ - core library +* tmk_core/doc/ - documents @@ -241,4 +241,4 @@ Coding Style Other Keyboard Firmware Projects ------------------ -You can learn a lot about keyboard firmware from these. See [doc/other_projects.md](doc/other_projects.md). +You can learn a lot about keyboard firmware from these. See [Other Projects](https://github.com/tmk/tmk_keyboard/wiki/Other-Protjects) other than TMK.