Commit Graph

908 Commits (2a05d433c923d715eac829ef9be215e32bbb72b1)

Author SHA1 Message Date
skullydazed 2a05d433c9
Rename qmk json-keymap to qmk json2c (#8372) 5 years ago
Nathan Gray 2ffb08843b
Feature: RGBLight layers (#7768)
* 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.
5 years ago
kymok dd05007f3b
[Docs] i2c_driver translation to Japanese (#8274)
* [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>
5 years ago
brickbots 833c5ae87a
Buffer based OLED panning, write byte to buffer at arbitrary index (#8055)
* 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
5 years ago
James Young 73728e9bec
[Docs] Fix links in Config Options doc 5 years ago
Shaun 4e826ba61f
Correct typo in tap_hold.md (#8326)
Correct typo: "reasonal" to "reasonable"
5 years ago
James Young 76189d9a28 link the 2020 Feb 29 Breaking Changes changelog from the summary 5 years ago
James Young 2939751eb3 keycodes.md: hard-code section link id attributes 5 years ago
James Young 772bacb770 keycodes.md: don't use section headings as links
It prevents the Table of Contents from parsing that heading.
5 years ago
skullY 961477c791 make sure all our redirects are in order 5 years ago
skullY 6956784ac1 Add more call to action items 5 years ago
skullY 54c58ea6de Add explicit id tags to externally linked headers 5 years ago
James Young a95a314f78 refactor How a Matrix Works doc 5 years ago
James Young bc31ebd0c4 Hand Wire guide tidying, part 2 5 years ago
James Young fbf27e7444 Hand Wire guide tidying 5 years ago
James Young 8b5ca3d110 clean up Firmware Setup section in Hand Wire guide 5 years ago
James Young 06708b9dc8 remove collapsible section for Compiling; redirect to Building Firmware doc 5 years ago
James Young 772d5264d6 replace QMK Toolbox image in Hand Wire guide
Showing a current version of QMK Toolbox
5 years ago
James Young 994de86121 restructure Hand Wire Guide 5 years ago
James Young 906bdce6ce split Hand Wire Preamble to a separate doc 5 years ago
James Young 3bd65d2173 CSS updates: ul and pre elements 5 years ago
James Young d5f34c4810 Polish Configurator section 5 years ago
skullY 503b52652c Adjust the H2 and H2 margins 5 years ago
skullY b5030907eb reduce the line-height of the sidebar 5 years ago
skullY 8b0fdc82dc rearrange the sidebar a bit 5 years ago
skullY 8d8d61b3c5 limit the TOC to H1 and H2 5 years ago
skullY f86fd0cd14 remove line drawing chars 5 years ago
skullY 12e43230c6 make custom_keycode_names.md a faq entry instead 5 years ago
skullY 55c5b82638 reduce space on h3s 5 years ago
skullY 9035c3497e break feature_advanced_keycodes.md up into multiple files 5 years ago
skullY 5d35098bfc improve our docsify setup 5 years ago
skullY 8249a288d7 fix numbering 5 years ago
skullY 45e218ceec overhaul the newbs guide 5 years ago
skullY 86f6405574 More sidebar organization 5 years ago
skullY 99850aabca Add API documentation 5 years ago
James Young 3c98854044 update flashing.md
- 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)
5 years ago
James Young 7b1b53054f update newbs_building_firmware.md
Update the text sample for when the compile task completes.
5 years ago
skullY a701c15d87 Rework the newbs guide around the qmk cli 5 years ago
skullY 1b7fa46f8e Add dark mode support 5 years ago
James Young 58fb57bfa7 _summary.md: move Auto Shift page to Software Features category 5 years ago
James Young 6af58fc25e clean up links to keycode references in newbs_building_firmware_configurator.md 5 years ago
James Young e01763b8e5 clean up callouts in newbs_building_firmware_configurator.md 5 years ago
James Young cdb5c074d3 remove some unnecessary external links
Also clean up some trailing whitespace.
5 years ago
skullY 3f1e47dbcd rework the index page 5 years ago
skullY d1c0710dec remove unused docs 5 years ago
skullY 5b14456082 more wip 5 years ago
skullY d1c18086d2 wip 5 years ago
Drashna Jaelre abd36de5ad
[Docs] Update ISP Flashing guide (#8149)
* [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>
5 years ago
James Young f513a9193c
Fix the Breaking Changes doc again
WHAT YEAR IS IT?!
5 years ago
s-show 21715210e2
[Docs] translated 'feature_tap_dance.md' to japanese. (#8137)
* 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>
5 years ago