aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Add ADC support for STM32F3 and STM32F0 devices (#7681)Drew Mills2020-03-111-1/+104
| | | | | | | * Add ADC support for STM32F3 and STM32F0 devices * Add section about configration options available to the ARM ADC implementation * Fix STM32 typo
* Rename qmk json-keymap to qmk json2c (#8372)skullydazed2020-03-102-4/+4
|
* Feature: RGBLight layers (#7768)Nathan Gray2020-03-102-0/+64
| | | | | | | | | | | | | | | | | * New feature: RGBLIGHT_LAYERS This feature allows users to define multiple independent layers of lighting that can be toggled on and off individually, making it easy to use your RGB lighting to indicate things like active keyboard layer & modifier state. * Demonstrate built in functions for layer state checking Also link the video in the docs. * Follow existing pattern for setting rgblight_status flags * Eliminate rgblight_is_static_mode since it's not needed Just check to see if the timer is enabled directly.
* [Docs] i2c_driver translation to Japanese (#8274)kymok2020-03-061-0/+128
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [WIP] i2c_driver translation to ja * update docs/ja/i2c_driver.md * update docs/ja/i2c_driver.md * align table + remove comment * Update docs/ja/i2c_driver.md * Update docs/ja/i2c_driver.md * Update docs/ja/i2c_driver.md * Update docs/ja/i2c_driver.md * Update docs/ja/i2c_driver.md * Update docs/ja/i2c_driver.md * Update docs/ja/i2c_driver.md * Update docs/ja/i2c_driver.md * Update docs/ja/i2c_driver.md * Update docs/ja/i2c_driver.md * Update docs/ja/i2c_driver.md * Update docs/ja/i2c_driver.md * update docs/ja/i2c_driver.md * Update docs/ja/i2c_driver.md * Update docs/ja/i2c_driver.md * Update docs/ja/i2c_driver.md * add original document commit hash Co-Authored-By: shela <shelaf@users.noreply.github.com>
* Buffer based OLED panning, write byte to buffer at arbitrary index (#8055)brickbots2020-03-071-0/+9
| | | | | | | | | * Add buffer based single line pan, arbitrary byte write to buffer * Change dirty mask to inverse of OLED_BLOCK_TYPE for future proofing larger buffer sizes * Updating docs to include new functions * Updating to clarify scroll vs pan
* [Docs] Fix links in Config Options docJames Young2020-03-061-4/+4
|
* Correct typo in tap_hold.md (#8326)Shaun2020-03-071-1/+1
| | | Correct typo: "reasonal" to "reasonable"
* link the 2020 Feb 29 Breaking Changes changelog from the summaryJames Young2020-03-051-0/+1
|
* keycodes.md: hard-code section link id attributesJames Young2020-03-051-22/+22
|
* keycodes.md: don't use section headings as linksJames Young2020-03-051-22/+66
| | | | It prevents the Table of Contents from parsing that heading.
* make sure all our redirects are in orderskullY2020-03-057-55/+51
|
* Add more call to action itemsskullY2020-03-051-0/+2
|
* Add explicit id tags to externally linked headersskullY2020-03-0529-44/+45
|
* refactor How a Matrix Works docJames Young2020-03-051-13/+5
|
* Hand Wire guide tidying, part 2James Young2020-03-051-2/+2
|
* Hand Wire guide tidyingJames Young2020-03-051-9/+10
|
* clean up Firmware Setup section in Hand Wire guideJames Young2020-03-051-0/+12
|
* remove collapsible section for Compiling; redirect to Building Firmware docJames Young2020-03-051-103/+1
|
* replace QMK Toolbox image in Hand Wire guideJames Young2020-03-051-1/+1
| | | | Showing a current version of QMK Toolbox
* restructure Hand Wire GuideJames Young2020-03-051-100/+50
|
* split Hand Wire Preamble to a separate docJames Young2020-03-053-109/+108
|
* CSS updates: ul and pre elementsJames Young2020-03-051-0/+8
|
* Polish Configurator sectionJames Young2020-03-055-25/+30
|
* Adjust the H2 and H2 marginsskullY2020-03-051-1/+5
|
* reduce the line-height of the sidebarskullY2020-03-051-0/+4
|
* rearrange the sidebar a bitskullY2020-03-051-4/+4
|
* limit the TOC to H1 and H2skullY2020-03-051-1/+1
|
* remove line drawing charsskullY2020-03-051-11/+11
|
* make custom_keycode_names.md a faq entry insteadskullY2020-03-053-367/+11
|
* reduce space on h3sskullY2020-03-051-0/+4
|
* break feature_advanced_keycodes.md up into multiple filesskullY2020-03-056-329/+661
|
* improve our docsify setupskullY2020-03-052-5/+37
|
* fix numberingskullY2020-03-051-4/+4
|
* overhaul the newbs guideskullY2020-03-0514-153/+146
|
* More sidebar organizationskullY2020-03-054-145/+89
|
* Add API documentationskullY2020-03-055-9/+148
|
* update flashing.mdJames Young2020-03-051-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.mdJames Young2020-03-051-5/+5
| | | | Update the text sample for when the compile task completes.
* Rework the newbs guide around the qmk cliskullY2020-03-0517-354/+143
|
* Add dark mode supportskullY2020-03-051-1/+1
|
* _summary.md: move Auto Shift page to Software Features categoryJames Young2020-03-051-1/+1
|
* clean up links to keycode references in newbs_building_firmware_configurator.mdJames Young2020-03-051-6/+6
|
* clean up callouts in newbs_building_firmware_configurator.mdJames Young2020-03-051-3/+3
|
* remove some unnecessary external linksJames Young2020-03-054-32/+31
| | | | Also clean up some trailing whitespace.
* rework the index pageskullY2020-03-052-17/+12
|
* remove unused docsskullY2020-03-055-120/+0
|
* more wipskullY2020-03-053-114/+116
|
* wipskullY2020-03-055-272/+78
|
* [Docs] Update ISP Flashing guide (#8149)Drashna Jaelre2020-03-011-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 againJames Young2020-02-291-1/+1
| | | | WHAT YEAR IS IT?!