summaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
...
* | UART driver refactor (#11637)Ryan2021-01-272-0/+91
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-01-241-1/+1
|\|
| * fix(feature_ps2_mouse): fix Scroll Button example (#11669)David H. Bronke2021-01-241-1/+1
| | | | | | Corrected macro in Scroll Button example so it compiles.
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-01-242-4/+20
|\|
| * Update docs/getting_started_make_guide.md (#11373)Takeshi ISHII2021-01-242-4/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update docs/getting_started_make_guide.md Added description of some targets, including those added with #11338. * Added description of options added by #11324. * update docs/getting_started_make_guide.md * Added description of target. * Update docs/getting_started_make_guide.md Co-authored-by: Drashna Jaelre <drashna@live.com> * Update docs/getting_started_make_guide.md Co-authored-by: Ryan <fauxpark@gmail.com> * Update docs/getting_started_make_guide.md Co-authored-by: Drashna Jaelre <drashna@live.com> * add ':id=linux-udev-rules' to docs/faq_build.md Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-01-233-29/+27
|\|
| * Fix typos and reword some sentences in FAQs (#11546)smiley2021-01-233-29/+27
| | | | | | | | | | | | | | | | | | * Fix minor typo in "General FAQ" "want to do brand it with QMK" -> "want to brand it with QMK" * Reword some of "Debugging FAQ" & "Miscellaneous FAQ". Mostly grammatical wording of some parts and missing capitalization
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-01-2012-275/+269
|\|
| * Small tweaks to docs to make them more user friendly (#11518)Joel Challis2021-01-2012-275/+269
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * first pass * firmware firmware? * Split out debug + testing docs * tidy up duplicate css * Add extra info to debug example Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-01-201-115/+124
|\|
| * Add stm32-dfu and apm32-dfu to bootloader.mk (#11019)Ryan2021-01-201-115/+124
| | | | | | | | | | | | | | | | | | * Add stm32-dfu and apm32-dfu to bootloader.mk * Update flashing docs * Update comment * Further wordsmithing
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-01-201-9/+18
|\|
| * Improve the Lighting Layers example in RGB Lighting docs (#11454)Joshua Diamond2021-01-191-9/+18
| | | | | | | | | | * Improve the keymap layer state -> lighting layers example * A few more improvements
* | Merge remote-tracking branch 'origin/master' into developZach White2021-01-161-4/+4
|\|
| * Improve the compile and flash subcommands (#11334)Zach White2021-01-161-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add support for --clean to compile and flash * compile standalone JSON keymaps without polluting the tree * Add support for passing environment vars to make * make flake8 happy * document changes to qmk compile and flash * add -e support to json export compiling * Fix python 3.6 * honor $MAKE * add support for parallel builds
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-01-151-4/+5
|\|
| * Add BGR byte order for WS2812 drivers (#11562)kb-elmo2021-01-161-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | * add byte order bgr for ws2812 * update docs for driver change * Update ws2812_driver.md * Update docs/ws2812_driver.md Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* | Merge remote-tracking branch 'upstream/master' into developfauxpark2021-01-151-0/+13
|\|
| * allow customizing decrease delay of rgb heatmap (#11322)André Silva2021-01-141-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * allow customizing decrease delay of rgb heatmap * rename rgb typing heatmap decrease delay variable * address review comments * nix-shell: add clang-tools required for formatting the C code * heatmap: use real timer to track decrement rate * heatmap: fix ifndef var name typo * heatmap: add docs * Update docs/feature_rgb_matrix.md Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-01-141-1/+1
|\|
| * Fix documentation so UCIS example compiles. (#11541)Erovia2021-01-141-1/+1
| |
* | Remove unused `action_get_macro()` usages in user files (#11165)Ryan2021-01-112-214/+12
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-01-111-0/+2
|\|
| * [Docs] Update feature_rgblight.md (#11363)Nick Blyumberg2021-01-101-0/+2
| | | | | | | | | | | | | | | | | | | | | | * Update feature_rgblight.md The note is meant to let people know that this is specific to RGB Backlight and does not work with RGB Matrix based implementations. * Update docs/feature_rgblight.md Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
* | Refine twinkle to be smoother (use breathing curve) (#11350)Joshua Diamond2021-01-101-1/+1
| | | | | | | | | | | | | | | | | | * Refine twinkle to be smoother (use breathing curve) * tune more for firmware size * fix bug when v=255 ~ drashna approved ~
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-01-111-1/+1
|\|
| * Fix documentation of `lsusb` behaviour (#10903)L. K. Post2021-01-101-1/+1
| |
* | Document how to add data driven configurations (#11502)Zach White2021-01-102-0/+60
| | | | | | | | | | | | | | | | | | | | | | * describe how data driven configuration works * Apply suggestions from code review Co-authored-by: ridingqwerty <george.g.koenig@gmail.com> Co-authored-by: Erovia <Erovia@users.noreply.github.com> Co-authored-by: ridingqwerty <george.g.koenig@gmail.com> Co-authored-by: Erovia <Erovia@users.noreply.github.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-01-101-8/+8
|\|
| * Correct descriptions of rgblight functions (#11429)Joshua Diamond2021-01-091-8/+8
| |
* | Use the schema to eliminate custom code (#11108)Zach White2021-01-091-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * use the schema to eliminate custom code * Update docs/reference_info_json.md Co-authored-by: Ryan <fauxpark@gmail.com> * make flake8 happy * bugfix * do not overwrite make vars from json Co-authored-by: Ryan <fauxpark@gmail.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-01-091-2/+2
|\|
| * Fix AUR package name (#11416)Toban Wiebe2021-01-091-2/+2
| | | | | | On Arch, `qmk` is now in the official repos, whereas only `qmk-git` is in AUR.
* | Merge remote-tracking branch 'origin/master' into developZach White2021-01-081-0/+15
|\|
| * Suggest 'QMK MSYS' as the default windows platform (#11321)Joel Challis2021-01-081-0/+15
| | | | | | | | | | * Suggest 'QMK MSYS' as the default windows platform * Review comments
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-01-061-0/+74
|\|
| * [Docs] Japanese translation of feature_rawhid.md (#10858)umi2021-01-061-0/+74
| | | | | | | | | | | | | | | | | | * add feature_rawhid.md translation * update files based on comments * update files based on comments * update files based on comments
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-01-063-103/+123
|\|
| * [Docs] Japanese translation of feature_led_indicators.md (#10960)umi2021-01-063-103/+123
| | | | | | | | | | | | | | * add feature_led_indicators.md translation * update related document * add link on _summary
* | Improved Language Specific Keycodes for US International and Extended ↵Joshua Diamond2021-01-021-0/+2
| | | | | | | | | | Layouts (#11307) Co-authored-by: Ryan <fauxpark@gmail.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-01-021-1/+1
|\|
| * [Docs] Fix typo in hand_wire.md (#11297)Michael Overman2021-01-011-1/+1
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-01-011-1/+1
|\|
| * Fix typo in hand wiring guide (#11388)s-maurice2021-01-011-1/+1
| | | | | | ridid -> rigid
* | Configure keyboard matrix from info.json (#10817)Zach White2020-12-301-21/+136
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Make parameters from info.json available to the build system * move all clueboard settings to info.json * code formatting * make flake8 happy * make flake8 happy * make qmk lint happy * Add support for specifying led indicators in json * move led indicators to the clueboard info.json * Apply suggestions from code review Co-authored-by: Erovia <Erovia@users.noreply.github.com> * add missing docstring Co-authored-by: Erovia <Erovia@users.noreply.github.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2020-12-301-1/+1
|\|
| * Zadig docs: add APM32 device name (#11356)Ryan2020-12-301-1/+1
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2020-12-301-1/+9
|\|
| * Add Arch / Manjaro section for Linux setup instructions (#10509)Reibl János Dániel2020-12-301-1/+9
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2020-12-302-0/+2
|\|