Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | keycodes.md: hard-code section link id attributes | James Young | 2020-03-05 | 1 | -22/+22 | |
| | ||||||
* | keycodes.md: don't use section headings as links | James Young | 2020-03-05 | 1 | -22/+66 | |
| | | | | It prevents the Table of Contents from parsing that heading. | |||||
* | make sure all our redirects are in order | skullY | 2020-03-05 | 7 | -55/+51 | |
| | ||||||
* | Add more call to action items | skullY | 2020-03-05 | 1 | -0/+2 | |
| | ||||||
* | Add explicit id tags to externally linked headers | skullY | 2020-03-05 | 29 | -44/+45 | |
| | ||||||
* | refactor How a Matrix Works doc | James Young | 2020-03-05 | 1 | -13/+5 | |
| | ||||||
* | Hand Wire guide tidying, part 2 | James Young | 2020-03-05 | 1 | -2/+2 | |
| | ||||||
* | Hand Wire guide tidying | James Young | 2020-03-05 | 1 | -9/+10 | |
| | ||||||
* | clean up Firmware Setup section in Hand Wire guide | James Young | 2020-03-05 | 1 | -0/+12 | |
| | ||||||
* | remove collapsible section for Compiling; redirect to Building Firmware doc | James Young | 2020-03-05 | 1 | -103/+1 | |
| | ||||||
* | replace QMK Toolbox image in Hand Wire guide | James Young | 2020-03-05 | 1 | -1/+1 | |
| | | | | Showing a current version of QMK Toolbox | |||||
* | restructure Hand Wire Guide | James Young | 2020-03-05 | 1 | -100/+50 | |
| | ||||||
* | split Hand Wire Preamble to a separate doc | James Young | 2020-03-05 | 3 | -109/+108 | |
| | ||||||
* | CSS updates: ul and pre elements | James Young | 2020-03-05 | 1 | -0/+8 | |
| | ||||||
* | Polish Configurator section | James Young | 2020-03-05 | 5 | -25/+30 | |
| | ||||||
* | Adjust the H2 and H2 margins | skullY | 2020-03-05 | 1 | -1/+5 | |
| | ||||||
* | reduce the line-height of the sidebar | skullY | 2020-03-05 | 1 | -0/+4 | |
| | ||||||
* | rearrange the sidebar a bit | skullY | 2020-03-05 | 1 | -4/+4 | |
| | ||||||
* | limit the TOC to H1 and H2 | skullY | 2020-03-05 | 1 | -1/+1 | |
| | ||||||
* | remove line drawing chars | skullY | 2020-03-05 | 1 | -11/+11 | |
| | ||||||
* | make custom_keycode_names.md a faq entry instead | skullY | 2020-03-05 | 3 | -367/+11 | |
| | ||||||
* | reduce space on h3s | skullY | 2020-03-05 | 1 | -0/+4 | |
| | ||||||
* | break feature_advanced_keycodes.md up into multiple files | skullY | 2020-03-05 | 6 | -329/+661 | |
| | ||||||
* | improve our docsify setup | skullY | 2020-03-05 | 2 | -5/+37 | |
| | ||||||
* | fix numbering | skullY | 2020-03-05 | 1 | -4/+4 | |
| | ||||||
* | overhaul the newbs guide | skullY | 2020-03-05 | 14 | -153/+146 | |
| | ||||||
* | More sidebar organization | skullY | 2020-03-05 | 4 | -145/+89 | |
| | ||||||
* | Add API documentation | skullY | 2020-03-05 | 5 | -9/+148 | |
| | ||||||
* | update flashing.md | James Young | 2020-03-05 | 1 | -4/+4 | |
| | | | | | | | - 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) | |||||
* | update newbs_building_firmware.md | James Young | 2020-03-05 | 1 | -5/+5 | |
| | | | | Update the text sample for when the compile task completes. | |||||
* | Rework the newbs guide around the qmk cli | skullY | 2020-03-05 | 17 | -354/+143 | |
| | ||||||
* | Add dark mode support | skullY | 2020-03-05 | 1 | -1/+1 | |
| | ||||||
* | _summary.md: move Auto Shift page to Software Features category | James Young | 2020-03-05 | 1 | -1/+1 | |
| | ||||||
* | clean up links to keycode references in newbs_building_firmware_configurator.md | James Young | 2020-03-05 | 1 | -6/+6 | |
| | ||||||
* | clean up callouts in newbs_building_firmware_configurator.md | James Young | 2020-03-05 | 1 | -3/+3 | |
| | ||||||
* | remove some unnecessary external links | James Young | 2020-03-05 | 4 | -32/+31 | |
| | | | | Also clean up some trailing whitespace. | |||||
* | rework the index page | skullY | 2020-03-05 | 2 | -17/+12 | |
| | ||||||
* | remove unused docs | skullY | 2020-03-05 | 5 | -120/+0 | |
| | ||||||
* | more wip | skullY | 2020-03-05 | 3 | -114/+116 | |
| | ||||||
* | wip | skullY | 2020-03-05 | 5 | -272/+78 | |
| | ||||||
* | [Docs] Update ISP Flashing guide (#8149) | Drashna Jaelre | 2020-03-01 | 1 | -20/+133 | |
| | | | | | | | | | | | | | | | | * [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> | |||||
* | Fix the Breaking Changes doc again | James Young | 2020-02-29 | 1 | -1/+1 | |
| | | | | WHAT YEAR IS IT?! | |||||
* | [Docs] translated 'feature_tap_dance.md' to japanese. (#8137) | s-show | 2020-02-29 | 1 | -0/+547 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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> | |||||
* | PWM DMA based RGB Underglow for STM32 (#7928) | Joel Challis | 2020-03-01 | 1 | -2/+34 | |
| | | | | | | | | | | | | * 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> | |||||
* | Breaking Changes documentation fixes | James Young | 2020-02-29 | 1 | -7/+8 | |
| | ||||||
* | 2020 February 29 Breaking Changes Update (#8064) | James Young | 2020-02-29 | 3 | -22/+125 | |
| | ||||||
* | Update Breaking Changes checklist | James Young | 2020-02-27 | 1 | -1/+1 | |
| | ||||||
* | Update Breaking Changes timeline | James Young | 2020-02-27 | 1 | -2/+2 | |
| | | | | I've been working from one timeline while the docs said something different. | |||||
* | Add support for delays in send_string. (#8244) | Nick Brassel | 2020-02-27 | 1 | -5/+15 | |
| | ||||||
* | New feature: PERMISSIVE_HOLD_PER_KEY (#7994) | ridingqwerty | 2020-02-25 | 2 | -0/+21 | |
| | | | | | | | | * Implement 'PERMISSIVE_HOLD_PER_KEY' * Document 'PERMISSIVE_HOLD_PER_KEY' Co-authored-by: GeorgeKoenig <35542036+GeorgeKoenig@users.noreply.github.com> |