summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2020-03-05make sure all our redirects are in orderskullY
2020-03-05Add more call to action itemsskullY
2020-03-05Add explicit id tags to externally linked headersskullY
2020-03-05refactor How a Matrix Works docJames Young
2020-03-05Hand Wire guide tidying, part 2James Young
2020-03-05Hand Wire guide tidyingJames Young
2020-03-05clean up Firmware Setup section in Hand Wire guideJames Young
2020-03-05remove collapsible section for Compiling; redirect to Building Firmware docJames Young
2020-03-05replace QMK Toolbox image in Hand Wire guideJames Young
Showing a current version of QMK Toolbox
2020-03-05restructure Hand Wire GuideJames Young
2020-03-05split Hand Wire Preamble to a separate docJames Young
2020-03-05CSS updates: ul and pre elementsJames Young
2020-03-05Polish Configurator sectionJames Young
2020-03-05Adjust the H2 and H2 marginsskullY
2020-03-05reduce the line-height of the sidebarskullY
2020-03-05rearrange the sidebar a bitskullY
2020-03-05limit the TOC to H1 and H2skullY
2020-03-05remove line drawing charsskullY
2020-03-05make custom_keycode_names.md a faq entry insteadskullY
2020-03-05reduce space on h3sskullY
2020-03-05break feature_advanced_keycodes.md up into multiple filesskullY
2020-03-05improve our docsify setupskullY
2020-03-05fix numberingskullY
2020-03-05overhaul the newbs guideskullY
2020-03-05More sidebar organizationskullY
2020-03-05Add API documentationskullY
2020-03-05update flashing.mdJames Young
- minor typo on intro paragraph (the -> them) - remove note about :check-size target (`make` task now does this automatically) - heading level for Caterina commands section - typo regarding Halfkay (come -> comes)
2020-03-05update newbs_building_firmware.mdJames Young
Update the text sample for when the compile task completes.
2020-03-05Rework the newbs guide around the qmk cliskullY
2020-03-05Add dark mode supportskullY
2020-03-05_summary.md: move Auto Shift page to Software Features categoryJames Young
2020-03-05clean up links to keycode references in newbs_building_firmware_configurator.mdJames Young
2020-03-05clean up callouts in newbs_building_firmware_configurator.mdJames Young
2020-03-05remove some unnecessary external linksJames Young
Also clean up some trailing whitespace.
2020-03-05rework the index pageskullY
2020-03-05remove unused docsskullY
2020-03-05more wipskullY
2020-03-05wipskullY
2020-03-01[Docs] Update ISP Flashing guide (#8149)Drashna Jaelre
* [Docs] Update ISP Flashing guide * Apply suggestions from code review AKA why you shouldn't write docs at 2am Co-Authored-By: fauxpark <fauxpark@gmail.com> Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com> * Update workding for planck-qmk-dfu Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
2020-02-29Fix the Breaking Changes doc againJames Young
WHAT YEAR IS IT?!
2020-02-29[Docs] translated 'feature_tap_dance.md' to japanese. (#8137)s-show
* complete translation. * Update docs/ja/feature_tap_dance.md Update the file based on the suggestions. * Update docs/ja/feature_tap_dance.md Update the file based on the suggestions. * Apply suggestions from code review Update the file based on the suggestions. * Apply suggestions from code review Update the file based on the suggestions (Part 2). * Apply suggestions from code review Update the file based on the suggestions (Part 3). * Apply suggestions from code review Update the file based on the suggestions (Part 3). * Apply suggestions from code review Update the file based on the suggestions (Part 4). * Apply suggestions from code review Update the file based on the suggestions (Part 5). ご提案いただいた修正案は全て確認できました。 続いて、コメント行の調整、「打つ・叩く」の変更、その他の修正を行います。 * fixed typo. * Update the file based on the suggestions (Part 6). * Update the file based on the suggestions (Part 7). * Fixed sentence. * Update docs/ja/feature_tap_dance.md Update the file based on the suggestions (Part 8). * Update the file based on the suggestions (Part 9). Co-Authored-By: Takeshi ISHII <2170248+mtei@users.noreply.github.com> Co-Authored-By: shela <shelaf@users.noreply.github.com>
2020-03-01PWM DMA based RGB Underglow for STM32 (#7928)Joel Challis
* Add pwm ws2812 driver * Add docs for pwm ws2812 driver * Update ws2812_pwm for ChibiOS 19 Co-Authored-By: Nick Brassel <nick@tzarc.org> Co-authored-by: Nick Brassel <nick@tzarc.org>
2020-02-29Breaking Changes documentation fixesJames Young
2020-02-292020 February 29 Breaking Changes Update (#8064)James Young
2020-02-27Update Breaking Changes checklistJames Young
2020-02-27Update Breaking Changes timelineJames Young
I've been working from one timeline while the docs said something different.
2020-02-27Add support for delays in send_string. (#8244)Nick Brassel
2020-02-25New feature: PERMISSIVE_HOLD_PER_KEY (#7994)ridingqwerty
* Implement 'PERMISSIVE_HOLD_PER_KEY' * Document 'PERMISSIVE_HOLD_PER_KEY' Co-authored-by: GeorgeKoenig <35542036+GeorgeKoenig@users.noreply.github.com>
2020-02-25`send_unicode_string()`: Add support for code points > 0xFFFF (#8236)Ryan
2020-02-24A proper `send_string()` for the Unicode feature (#8155)Ryan