diff options
author | QMK Bot <hello@qmk.fm> | 2022-02-06 17:37:11 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-02-06 17:37:11 +0000 |
commit | 65a4ad11771d7cb6e2a7abf6f253bb25e6dac38a (patch) | |
tree | 075d1b748f665f42801c3187d3e26da716640015 /docs/other_eclipse.md | |
parent | b7f415d0472fcb767c92673a2f628bfaf7f77e54 (diff) | |
parent | 14f886d03bead5022d1a3ebcc72c75ae1f2b622e (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'docs/other_eclipse.md')
-rw-r--r-- | docs/other_eclipse.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/other_eclipse.md b/docs/other_eclipse.md index 58ab7e295d..de8cdf9b8c 100644 --- a/docs/other_eclipse.md +++ b/docs/other_eclipse.md @@ -74,7 +74,7 @@ Once both plugins are installed, restart Eclipse as prompted. ## Build Your Keyboard -We will now change the default make target of the the project from `all` to the +We will now change the default make target of the project from `all` to the specific keyboard and keymap combination we are working on, e.g. `kinesis/kint36:stapelberg`. This way, project-wide actions like cleaning and building the project will complete quickly, instead of taking a long time or |