summaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* fix: Fix typo in documentation for one shot keys. ON_TOGG -> OS_TOGG (#13754)Shane Celis2021-07-281-1/+1
| | | `ON_TOGG` doesn't exist in the codebase.
* [Docs] Add `default` case in Tap Dance Example 6 (#13727)ForsakenRei2021-07-261-0/+2
| | | | | | Added a `default` case in `switch(ql_tap_state.state)` at line 493 and 494. Without it compile firmware with Example 6 code will encounter 2 errors: `enumeration value 'TD_NONE' not handled in switch` `enumeration value 'TD_UNKNOWN' not handled in switch`
* Allow output of logging when running unit tests (#13556)Joel Challis2021-07-252-2/+10
| | | | | | | | | | | * Initial pass at enabling logging for unit tests * Add to docs * Bind debug for more test types * Force everything * Tidy up slightly
* [Docs] Added note about no split support (#12512)aydenvis2021-07-201-0/+2
| | | Currently, this feature isn't supported on splits, spent about an hour troubleshooting my board and firmware before asking, and turns out it's not in place. Note added to save others from this in the future.
* Improve driver installation docs (#13562)Ryan2021-07-171-4/+24
|
* Remove unwanted notes (#13563)shela2021-07-161-5/+3
|
* Updated docs/ja/feature_ps2_mouse.md. (#13472)Takeshi ISHII2021-07-081-3/+3
| | | Changed following the change in the definition of `PS2_MOUSE_SCROLL_BTN_MASK` in the original document.
* [Update] Change Original TAGs of Japanese translations (#13473)Takeshi ISHII2021-07-086-12/+12
| | | | | | | | | | | | | * Updated docs/ja/proton_c_conversion.md original tag. * Updated docs/ja/other_vscode.md original tag. * Updated docs/ja/feature_swap_hands.md original tag. * Updated docs/ja/faq_general.md original tag. * Updated docs/ja/feature_userspace.md original tag. * Updated git co docs/ja/config_options.md original tag.
* [Docs] update Japanese translation of internals_gpio_control.md (#13401)Takeshi ISHII2021-07-081-2/+21
| | | | | | | | | * Add 'Atomic Operation' section into docs/ja/internals_gpio_control.md * Update docs/ja/internals_gpio_control.md * Update docs/ja/internals_gpio_control.md * Update docs/ja/internals_gpio_control.md
* [Docs] added list of MIDI keycodes (#13159)wxyangf2021-07-041-0/+151
|
* [Docs] RGB Matrix Caps Lock and Layer indicator example (#13367)Albert Y2021-07-031-0/+33
| | | | | Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: filterpaper <filterpaper@localhost>
* [Docs] update Japanese translation of other_eclipse.md (#12776)umi2021-07-011-15/+11
| | | | | | | * update other_eclipse.md translation * update based on comment * update based on comment
* update Japanese translation of config_options.md (#12695)umi2021-07-011-7/+17
| | | | | | | | | * update config_options.md translation * update config_options.md translation * update based on comment * update based on comment
* Translated 'feature_advanced_keycodes.md'. (#12454)s-show2021-07-011-2/+135
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Translated 'feature_advanced_keycodes.md'. * Update docs/ja/feature_advanced_keycodes.md Co-authored-by: shela <shelaf@users.noreply.github.com> * Update docs/ja/feature_advanced_keycodes.md Co-authored-by: shela <shelaf@users.noreply.github.com> * Update docs/ja/feature_advanced_keycodes.md Co-authored-by: shela <shelaf@users.noreply.github.com> * Update docs/ja/feature_advanced_keycodes.md Co-authored-by: shela <shelaf@users.noreply.github.com> * Update docs/ja/feature_advanced_keycodes.md Co-authored-by: shela <shelaf@users.noreply.github.com> * Update docs/ja/feature_advanced_keycodes.md Co-authored-by: shela <shelaf@users.noreply.github.com> * Update docs/ja/feature_advanced_keycodes.md Co-authored-by: shela <shelaf@users.noreply.github.com> * Update docs/ja/feature_advanced_keycodes.md Co-authored-by: shela <shelaf@users.noreply.github.com> * Update docs/ja/feature_advanced_keycodes.md Co-authored-by: shela <shelaf@users.noreply.github.com> * Update docs/ja/feature_advanced_keycodes.md Co-authored-by: shela <shelaf@users.noreply.github.com> * Update docs/ja/feature_advanced_keycodes.md Co-authored-by: shela <shelaf@users.noreply.github.com> * Update docs/ja/feature_advanced_keycodes.md Co-authored-by: shela <shelaf@users.noreply.github.com> * Update docs/ja/feature_advanced_keycodes.md Co-authored-by: shela <shelaf@users.noreply.github.com> * Update docs/ja/feature_advanced_keycodes.md Co-authored-by: shela <shelaf@users.noreply.github.com> * Update docs/ja/feature_advanced_keycodes.md Co-authored-by: shela <shelaf@users.noreply.github.com> * Update docs/ja/feature_advanced_keycodes.md Co-authored-by: shela <shelaf@users.noreply.github.com> * Update docs/ja/feature_advanced_keycodes.md Co-authored-by: shela <shelaf@users.noreply.github.com> * Update docs/ja/feature_advanced_keycodes.md Co-authored-by: shela <shelaf@users.noreply.github.com> * Update docs/ja/feature_advanced_keycodes.md Co-authored-by: shela <shelaf@users.noreply.github.com> * Update docs/ja/feature_advanced_keycodes.md Co-authored-by: shela <shelaf@users.noreply.github.com> * update based on comment. * update based on comment. Co-authored-by: Takeshi ISHII <2170248+mtei@users.noreply.github.com> * update based on comment. Co-authored-by: Takeshi ISHII <2170248+mtei@users.noreply.github.com> * update based on comment. Co-authored-by: Takeshi ISHII <2170248+mtei@users.noreply.github.com> Co-authored-by: shela <shelaf@users.noreply.github.com> Co-authored-by: Takeshi ISHII <2170248+mtei@users.noreply.github.com>
* [Docs] Japanese translation of docs/keycodes_basic.md (#11044)s-show2021-07-011-0/+261
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 'keycodes_basic.md' copied. * Translation completed. * update to "breakpoint_2021_05_29". * Update docs/ja/keycodes_basic.md Co-authored-by: shela <shelaf@users.noreply.github.com> * Update docs/ja/keycodes_basic.md Co-authored-by: shela <shelaf@users.noreply.github.com> * Update docs/ja/keycodes_basic.md Co-authored-by: shela <shelaf@users.noreply.github.com> * Update docs/ja/keycodes_basic.md Co-authored-by: shela <shelaf@users.noreply.github.com> * Update docs/ja/keycodes_basic.md Co-authored-by: shela <shelaf@users.noreply.github.com> * update based on comment. * update based on comment. Co-authored-by: shela <shelaf@users.noreply.github.com>
* [Update] Change Original TAGs of Japanese translations (#13396)Takeshi ISHII2021-07-0111-22/+22
| | | | | | | | | | | | | | | | | | | | | | | * Updated docs/ja/how_a_matrix_works.md original tag. * Updated docs/ja/api_overview.md original tag. * Updated docs/ja/contributing.md original tag * Updated docs/ja/coding_conventions_c.md original tag * Updated docs/ja/reference_configurator_support.md original tag * Updated docs/ja/reference_glossary.md original tag * Updated docs/ja/api_docs.md original tag * Updated docs/ja/feature_stenography.md original tag * Updated docs/ja/documentation_templates.md original tag * Updated docs/ja/faq_keymap.md original tag * Updated docs/ja/understanding_qmk.md original tag
* Update Japanese document (#10673)shela2021-06-241-17/+20
|
* [Docs] Update Japanese faq documents (#12842)shela2021-06-244-199/+209
| | | | | | | | | | | | | | | | | * Update Japanese faq documents. * Update Japanese summary. * Update docs/ja/faq_debug.md Co-authored-by: s-show <s1shimz@gmail.com> * Update docs/ja/faq_misc.md Co-authored-by: s-show <s1shimz@gmail.com> * Apply suggestions from code review Co-authored-by: s-show <s1shimz@gmail.com>
* Update Japanese newbs_getting_started.md (#12841)shela2021-06-242-58/+114
|
* Add ID to "## Advanced Macros". (#12830)s-show2021-06-241-1/+1
|
* [Docs] pr_checklist: fix capitalization of Vial (#13301)xyzz2021-06-221-1/+1
|
* Additional documentation for GUI mod combo (#13266)Albert Y2021-06-221-18/+21
| | | Co-authored-by: filterpaper <filterpaper@localhost>
* Cleanup junk characters, part 1 (#13282)Ryan2021-06-217-45/+45
|
* [Docs] Update Japanese getting started documents. (#12806)shela2021-06-215-91/+51
| | | | | | | * Update Japanese getting started documents. * Update faq_build.md * fix typo
* Add Mac centric Shift and Alt + GUI Macros (#13107)Albert Y2021-06-192-22/+31
| | | Co-authored-by: filterpaper <filterpaper@localhost>
* [Docs] update Japanese translation of tap_hold.md (#12820)umi2021-06-181-6/+24
| | | | | * update tap_hold.md translation * restore unnecessary change line
* [Docs] update Japanese translation of hardware_keyboard_guidelines.md (#12769)umi2021-06-181-2/+21
| | | | | * update hardware_keyboard_guidelines.md translation * update based on comment
* [Docs] update Japanese translation of feature_haptic_feedback.md (#12737)umi2021-06-181-6/+13
| | | | | | | | | * update feature_haptic_feedback.md translation * change url of driver pdf location * change buzz word * update based on comment
* Update merge sequence to reflect no-ff, no-squash. (#13038)Nick Brassel2021-06-181-4/+8
|
* OLED driver tweaks (#13215)Ryan2021-06-171-15/+15
|
* Document user song list file (#13101)Drashna Jaelre2021-06-151-1/+3
|
* Top level heading for common config (LED Matrix) (#13153)Brian Low2021-06-151-0/+2
|
* Top level heading for common config (RGB Matrix) (#13120)Brian Low2021-06-151-0/+2
| | | | | | | * Top level heading for common config Prior to this, the some of the common config looks like a detail of the APA102 driver * Change heading to Common Config (RGB Matrix)
* [Docs] Update one_shot_keys.md (#12291)Thomas Museus Dabay2021-06-151-1/+1
|
* [Docs] Update Japanese newbs_learn_more_resources.md (#12839)shela2021-06-141-5/+23
| | | | | * Update Japanese newbs_learn_more_resources.md document. * Slightly modded
* [Docs] Update feature_split_keyboard.md (#13205)Markus Knutsson2021-06-131-0/+1
|
* [Docs] update Japanese translation of feature_pointing_device.md (#12753)umi2021-06-131-3/+7
| | | | | * update feature_pointing_device.md translation * update based on comment
* [Docs] Update Japanese newbs_flashing.md (#12837)shela2021-06-131-10/+16
| | | | | | | * Update Japanese newbs_flashing.md document. * Slightly modded * Apply suggestions from code review
* Update Japanese newbs.md document. (#12835)shela2021-06-131-15/+7
|
* [Docs] Japanese translation of docs/data_driven_config.md (#12066)Takeshi ISHII2021-06-132-0/+124
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add docs/ja/data_driven_config.md * Update docs/ja/data_driven_config.md Co-authored-by: s-show <s1shimz@gmail.com> * Update docs/ja/data_driven_config.md Co-authored-by: s-show <s1shimz@gmail.com> * Update docs/ja/data_driven_config.md Co-authored-by: s-show <s1shimz@gmail.com> * Update docs/ja/data_driven_config.md Co-authored-by: s-show <s1shimz@gmail.com> * Update docs/ja/data_driven_config.md Co-authored-by: shela <shelaf@users.noreply.github.com> * Update docs/ja/data_driven_config.md Co-authored-by: shela <shelaf@users.noreply.github.com> * Update docs/ja/data_driven_config.md Co-authored-by: shela <shelaf@users.noreply.github.com> * Update docs/ja/data_driven_config.md Co-authored-by: shela <shelaf@users.noreply.github.com> * Update docs/ja/data_driven_config.md * Update docs/ja/data_driven_config.md Co-authored-by: shela <shelaf@users.noreply.github.com> * Update docs/ja/data_driven_config.md Co-authored-by: shela <shelaf@users.noreply.github.com> * Update docs/ja/data_driven_config.md Co-authored-by: shela <shelaf@users.noreply.github.com> * Update docs/ja/data_driven_config.md Co-authored-by: shela <shelaf@users.noreply.github.com> Co-authored-by: s-show <s1shimz@gmail.com> Co-authored-by: shela <shelaf@users.noreply.github.com>
* Update Japanese newbs_building_firmware_configurator.md document. (#12836)shela2021-06-081-3/+3
|
* update ref_functions.md translation (#12784)umi2021-06-081-3/+3
|
* update one_shot_keys.md translation (#12771)umi2021-06-081-3/+3
|
* update hardware_avr.md translation (#12760)umi2021-06-081-3/+3
|
* update feature_rawhid.md translation (#12759)umi2021-06-081-3/+3
|
* [Docs] update Japanese translation of custom_quantum_functions.md (#12715)umi2021-06-081-2/+10
| | | | | | | | | | | * update custom_quantum_functions.md translation * update custom_quantum_functions.md translation * explicitly describe pronoun * update based on comment * update based on comment
* [Docs] added basic midi documention of common features (#13113)wxyangf2021-06-063-113/+262
| | | | | Co-authored-by: precondition <57645186+precondition@users.noreply.github.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Joel Challis <git@zvecr.com>
* Update Japanese document (#10670)shela2021-06-061-19/+26
| | | Co-authored-by: Takeshi ISHII <2170248+mtei@users.noreply.github.com>
* update feature_layers.md translation (#12752)umi2021-06-061-5/+3
|
* Fix up WS2812 SPI driver on F072. (#13022)Nick Brassel2021-06-031-6/+8
|