aboutsummaryrefslogtreecommitdiffstats
path: root/docs
AgeCommit message (Collapse)Author
2020-03-14Adding OLED scroll setup functions (#8386)Gravatar brickbots
* Adding scroll setup functions: * Clarifying values stored in oled_scroll_speed
2020-03-14fix two links on docs/other_eclipse.md (#8417)Gravatar Takeshi ISHII
2020-03-14Update link for Learn Plover google site (#8410)Gravatar Andy Jack
2020-03-13Decouple mouse cursor and mouse wheel in accelerated mode (#6685)Gravatar francislan
* Decouples mouse cursor and mouse wheel movements in accelerated mode. * Fixed comment indentation. * Updated docs Co-authored-by: Francis LAN <francislan@google.com>
2020-03-12Restore getting_started_github.md docGravatar James Young
2020-03-12Fix darkmode (#8393)Gravatar Nick Brassel
* Rearrange the custom CSS a bit. * fix css name * add missing quote * Fix up dark mode rendering. (#8392) * Fix up dark mode rendering. * Update index.html * Fix up code blocks * Fix code in page toc * Update docs/qmk_custom_dark.css Co-Authored-By: Ryan <fauxpark@gmail.com> Co-authored-by: skullY <skullydazed@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
2020-03-12Add support for STM32L0/L1 onboard EEPROM. (#8002)Gravatar Nick Brassel
* Add support for STM32L0/L1 onboard EEPROM. * Update docs/eeprom_driver.md Co-Authored-By: Joel Challis <git@zvecr.com> Co-authored-by: Joel Challis <git@zvecr.com>
2020-03-11Add ADC support for STM32F3 and STM32F0 devices (#7681)Gravatar Drew Mills
* Add ADC support for STM32F3 and STM32F0 devices * Add section about configration options available to the ARM ADC implementation * Fix STM32 typo
2020-03-10Rename qmk json-keymap to qmk json2c (#8372)Gravatar skullydazed
2020-03-10Feature: RGBLight layers (#7768)Gravatar Nathan Gray
* 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.
2020-03-06[Docs] i2c_driver translation to Japanese (#8274)Gravatar kymok
* [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>
2020-03-07Buffer based OLED panning, write byte to buffer at arbitrary index (#8055)Gravatar brickbots
* 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
2020-03-06[Docs] Fix links in Config Options docGravatar James Young
2020-03-07Correct typo in tap_hold.md (#8326)Gravatar Shaun
Correct typo: "reasonal" to "reasonable"
2020-03-05link the 2020 Feb 29 Breaking Changes changelog from the summaryGravatar James Young
2020-03-05keycodes.md: hard-code section link id attributesGravatar James Young
2020-03-05keycodes.md: don't use section headings as linksGravatar James Young
It prevents the Table of Contents from parsing that heading.
2020-03-05make sure all our redirects are in orderGravatar skullY
2020-03-05Add more call to action itemsGravatar skullY
2020-03-05Add explicit id tags to externally linked headersGravatar skullY
2020-03-05refactor How a Matrix Works docGravatar James Young
2020-03-05Hand Wire guide tidying, part 2Gravatar James Young
2020-03-05Hand Wire guide tidyingGravatar James Young
2020-03-05clean up Firmware Setup section in Hand Wire guideGravatar James Young
2020-03-05remove collapsible section for Compiling; redirect to Building Firmware docGravatar James Young
2020-03-05replace QMK Toolbox image in Hand Wire guideGravatar James Young
Showing a current version of QMK Toolbox
2020-03-05restructure Hand Wire GuideGravatar James Young
2020-03-05split Hand Wire Preamble to a separate docGravatar James Young
2020-03-05CSS updates: ul and pre elementsGravatar James Young
2020-03-05Polish Configurator sectionGravatar James Young
2020-03-05Adjust the H2 and H2 marginsGravatar skullY
2020-03-05reduce the line-height of the sidebarGravatar skullY
2020-03-05rearrange the sidebar a bitGravatar skullY
2020-03-05limit the TOC to H1 and H2Gravatar skullY
2020-03-05remove line drawing charsGravatar skullY
2020-03-05make custom_keycode_names.md a faq entry insteadGravatar skullY
2020-03-05reduce space on h3sGravatar skullY
2020-03-05break feature_advanced_keycodes.md up into multiple filesGravatar skullY
2020-03-05improve our docsify setupGravatar skullY
2020-03-05fix numberingGravatar skullY
2020-03-05overhaul the newbs guideGravatar skullY
2020-03-05More sidebar organizationGravatar skullY
2020-03-05Add API documentationGravatar skullY
2020-03-05update flashing.mdGravatar James 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.mdGravatar James Young
Update the text sample for when the compile task completes.
2020-03-05Rework the newbs guide around the qmk cliGravatar skullY
2020-03-05Add dark mode supportGravatar skullY
2020-03-05_summary.md: move Auto Shift page to Software Features categoryGravatar James Young
2020-03-05clean up links to keycode references in newbs_building_firmware_configurator.mdGravatar James Young
2020-03-05clean up callouts in newbs_building_firmware_configurator.mdGravatar James Young