summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAge
...
* CSS updates: ul and pre elementsJames Young2020-03-05
|
* Polish Configurator sectionJames Young2020-03-05
|
* Adjust the H2 and H2 marginsskullY2020-03-05
|
* reduce the line-height of the sidebarskullY2020-03-05
|
* rearrange the sidebar a bitskullY2020-03-05
|
* limit the TOC to H1 and H2skullY2020-03-05
|
* remove line drawing charsskullY2020-03-05
|
* make custom_keycode_names.md a faq entry insteadskullY2020-03-05
|
* reduce space on h3sskullY2020-03-05
|
* break feature_advanced_keycodes.md up into multiple filesskullY2020-03-05
|
* improve our docsify setupskullY2020-03-05
|
* fix numberingskullY2020-03-05
|
* overhaul the newbs guideskullY2020-03-05
|
* More sidebar organizationskullY2020-03-05
|
* Add API documentationskullY2020-03-05
|
* update flashing.mdJames Young2020-03-05
| | | | | | | - 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.mdJames Young2020-03-05
| | | | Update the text sample for when the compile task completes.
* Rework the newbs guide around the qmk cliskullY2020-03-05
|
* Add dark mode supportskullY2020-03-05
|
* _summary.md: move Auto Shift page to Software Features categoryJames Young2020-03-05
|
* clean up links to keycode references in newbs_building_firmware_configurator.mdJames Young2020-03-05
|
* clean up callouts in newbs_building_firmware_configurator.mdJames Young2020-03-05
|
* remove some unnecessary external linksJames Young2020-03-05
| | | | Also clean up some trailing whitespace.
* rework the index pageskullY2020-03-05
|
* remove unused docsskullY2020-03-05
|
* more wipskullY2020-03-05
|
* wipskullY2020-03-05
|
* [Docs] Update ISP Flashing guide (#8149)Drashna Jaelre2020-03-01
| | | | | | | | | | | | | | | | * [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 againJames Young2020-02-29
| | | | WHAT YEAR IS IT?!
* [Docs] translated 'feature_tap_dance.md' to japanese. (#8137)s-show2020-02-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 Challis2020-03-01
| | | | | | | | | | | | * 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 fixesJames Young2020-02-29
|
* 2020 February 29 Breaking Changes Update (#8064)James Young2020-02-29
|
* Update Breaking Changes checklistJames Young2020-02-27
|
* Update Breaking Changes timelineJames Young2020-02-27
| | | | I've been working from one timeline while the docs said something different.
* Add support for delays in send_string. (#8244)Nick Brassel2020-02-27
|
* New feature: PERMISSIVE_HOLD_PER_KEY (#7994)ridingqwerty2020-02-25
| | | | | | | | * Implement 'PERMISSIVE_HOLD_PER_KEY' * Document 'PERMISSIVE_HOLD_PER_KEY' Co-authored-by: GeorgeKoenig <35542036+GeorgeKoenig@users.noreply.github.com>
* `send_unicode_string()`: Add support for code points > 0xFFFF (#8236)Ryan2020-02-25
|
* A proper `send_string()` for the Unicode feature (#8155)Ryan2020-02-24
|
* Add link to "Useful functions" in macro docs (#7446)Jez Cope2020-02-23
| | | | | | | | | | | | | * Add link to "Useful functions" in macro docs Help people find additional features they can activate within a macro * Update docs/feature_macros.md Co-Authored-By: Drashna Jaelre <drashna@live.com> Co-authored-by: skullydazed <skullydazed@users.noreply.github.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
* New functionality for cformat (#7893)Akaash Suresh2020-02-22
| | | | | | | | | | | | | Fixing complexity remove lambda PR review fixes #1 Removing unneccesary string substitution Handle -a and specified files Complexity rewrite, use pathlib
* Allow 30us matrix delay to be keyboard/user overridable (#8216)Joel Challis2020-02-21
| | | | | | | | * Allow 30us matrix delay to be configurable via define * Move wait logic to matrix_common * Move wait logic to matrix_common - fix wait includes
* [Docs] Update Japanese translation of cli.md (#8188)shela2020-02-17
|
* [Docs] Update Japanese translation (#8129)shela2020-02-17
| | | | | | | * Update Japanese translation * Update Japanese translation Co-Authored-By: Takeshi ISHII <2170248+mtei@users.noreply.github.com>
* [Docs] add japanese translation (detail guide part) (#7722)umi2020-02-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add detail-guide part * some updates for easy reading * some updates for easy reading * some updates for easy reading * some updates for easy reading * some updates for easy reading * some updates for easy reading * some updates for easy reading * some updates for easy reading * update file based on comment * update file based on comment * update file based on comment * update git command in header * update files based on comments, and update git command in header * update file based on comment * update file based on comment * update file based on comment * update file based on comment * update file based on comment * update file based on comment * update file based on comment * update file based on comment Co-Authored-By: shela <shelaf@users.noreply.github.com> Co-Authored-By: Takeshi ISHII <2170248+mtei@users.noreply.github.com>
* Convert f072 backlight build error to message (#8177)Joel Challis2020-02-16
|
* Drop bs4 dependency, update docs, minor improvementsErovia2020-02-15
|
* Another major refactoring, add documentationErovia2020-02-15
| | | | | | Move all useful functions to the qmk module and use the cli subcommand as a wrapper around it. Add both inline comments and documentation.
* Fix out of bound OLED font access (#8145)Ted M Lin2020-02-11
| | | | | | | | | | | | | | | * Fix out of bound OLED font access The default font is 1344 bytes, or a total of 224 glyphs (each 6-bytes wide). OLED_FONT_END defaults to 224, which if used will then index off the end of the font array. So either the documentation or code is wrong. Instead of figuring out the rewording of the documentation, just change the OLED_FONT_END default value to 223, to match the documentation and code. * Add static assert to check array size Build bomb if the font array size doesn't match to the defines.
* [Docs] doc update zh-cn (#8147)ymzcdg2020-02-11
| | | | | | | | | | * update zh-cn translate Timestamp was added at the end of the document, it can help me manage version easier. * fix _summary.md to utf-8 * fix _summary.md with vscode