aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* [Docs] Update Japanese translation of feature_ps2_mouse.md. (#9815)shela2020-07-301-2/+12
|
* [Docs] Update Japanese translation of feature_mouse_keys.md. (#9809)shela2020-07-301-3/+20
| | | | | | | | | | * Update Japanese translation of feature_mouse_keys.md. * fix original document version. * Update docs/ja/feature_mouse_keys.md * update based on comment
* [Docs] Update Japanese translation of feature_macros.md. (#9767)shela2020-07-301-45/+48
| | | | | | | * Update Japanese translation of feature_macros.md. * Update feature_macros.md fix original document version.
* [Docs] Japanese translation of docs/internals_gpio_control.md (#9751)umi2020-07-291-0/+28
| | | | | | | | | * add internals_gpio_control.md translation * update based on comment * update based on comment * update based on comment
* [Docs] Japanese translation of docs/other_eclipse.md (#9755)umi2020-07-291-0/+93
| | | | | | | * add other_eclipse.md translation * update based on comment * update based on comment
* [Docs] Japanese translation of docs/one_shot_keys.md (#9754)umi2020-07-291-0/+107
| | | | | | | * add one_shot_keys.md translation * update based on comment * update based on comment
* [Docs] Japanese translation of docs/mod_tap.md (#9753)umi2020-07-291-0/+59
| | | | | | | * add mod_tap.md translation * update based on comment * update based on comment
* [Docs] Japanese translation of docs/how_keyboards_work.md (#9683)umi2020-07-291-0/+74
| | | | | | | | | * add how_keyboards_work.md translation * update based on comment * update based on comment * update based on comment
* [Docs] Japanese translation of docs/how_a_matrix_works.md (#9682)umi2020-07-291-0/+104
| | | | | | | * add how_a_matrix_works.md translation * update based on comment * update based on comment
* [Docs] Japanese translation of docs/feature_stenography.md (#9525)umi2020-07-271-0/+136
| | | | | | | | | | | | | | | | | | | * add feature_stenography.md translation * update based on comment * Update docs/ja/feature_stenography.md Co-authored-by: shela <shelaf@users.noreply.github.com> * Update docs/ja/feature_stenography.md ご指摘ありがとうございます。 「速記プロトコル」で更新しました。 Co-authored-by: s-show <s1shimz@gmail.com> Co-authored-by: shela <shelaf@users.noreply.github.com> Co-authored-by: s-show <s1shimz@gmail.com>
* [Docs] Update Japanese translation of custom_quantum_functions.md. (#9760)shela2020-07-251-55/+7
| | | | | | | * Update Japanese translation of custom_quantum_functions.md. * Update custom_quantum_functions.md fix original document version.
* [Docs] Japanese translation of docs/getting_started_docker.md (#9681)umi2020-07-251-0/+52
| | | | | | | * add getting_started_docker.md translation * fix some typo * update based on comment
* [Docs] Japanese translation of docs/flashing_bootloadhid.md (#9680)umi2020-07-251-0/+75
| | | | | * add flashing_bootloadhid.md translation * update based on comment
* Japanese documents 'original document' comment fix (#9816)Takeshi ISHII2020-07-2511-11/+11
|
* [Docs] Update Japanese translation of feature_pointing_device.md. (#9771)shela2020-07-241-3/+8
| | | | | | | | | | * Update Japanese translation of feature_pointing_device.md. * Update docs/ja/feature_pointing_device.md * Update feature_pointing_device.md fix original document version.
* [Docs] Update Japanese translation of feature_userspace.md. (#9775)shela2020-07-241-2/+2
|
* [Docs] Update Japanese translation of feature_hd44780.md. (#9766)shela2020-07-241-3/+3
|
* [Docs] Update Japanese translation of faq_build.md. (#9762)shela2020-07-241-2/+2
|
* Update Japanese translation of _summary.md. (#9777)shela2020-07-231-6/+18
|
* [Docs] Update Japanese translation of feature_split_keyboard.md. (#9780)shela2020-07-231-1/+19
| | | | | | | | | * Update Japanese translation of feature_split_keyboard.md. * Update docs/ja/feature_split_keyboard.md Co-authored-by: Takeshi ISHII <2170248+mtei@users.noreply.github.com> Co-authored-by: Takeshi ISHII <2170248+mtei@users.noreply.github.com>
* Update Japanese translation of feature_layers.md. (#9769)shela2020-07-231-32/+32
|
* Update Japanese translation of feature_encoders.md. (#9765)shela2020-07-231-2/+2
|
* Update Japanese translation of feature_dynamic_macros.md. (#9764)shela2020-07-231-2/+2
|
* Update Japanese translation of feature_dip_switch.md. (#9763)shela2020-07-231-1/+15
|
* Update Japanese translation of driver_installation_zadig.md. (#9761)shela2020-07-231-2/+2
|
* Update Japanese translation of config_options.md. (#9759)shela2020-07-231-6/+17
|
* [Docs] Japanese translation of docs/cli_development.md (#9699)umi2020-07-221-0/+223
| | | | | | | | | * add cli_development.md translation * update based on comment * update based on comment * update based on comment
* fixed alt text for images. (#9781)shela2020-07-221-3/+3
|
* Implemented New MK_COMBINED Functionality (#9557)nathanvercaemert2020-07-211-1/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * implemented new mousekey_combined functionality * minor formatting change to documentation * Update tmk_core/common/mousekey.c Co-authored-by: Ryan <fauxpark@gmail.com> * Update tmk_core/common/mousekey.c Co-authored-by: Ryan <fauxpark@gmail.com> * Update tmk_core/common/mousekey.c Co-authored-by: Ryan <fauxpark@gmail.com> * Update tmk_core/common/mousekey.c Co-authored-by: Ryan <fauxpark@gmail.com> * Update docs/feature_mouse_keys.md Co-authored-by: Nick Brassel <nick@tzarc.org> * Update docs/feature_mouse_keys.md Co-authored-by: Nick Brassel <nick@tzarc.org> * Update docs/feature_mouse_keys.md Co-authored-by: Nick Brassel <nick@tzarc.org> * Update docs/feature_mouse_keys.md Co-authored-by: Nick Brassel <nick@tzarc.org> Co-authored-by: Nathan Vercaemert <nathan.vercaemert@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Nick Brassel <nick@tzarc.org>
* [Docs] Update ISP Guide (#9748)Drashna Jaelre2020-07-181-5/+7
| | | | | | | * [Doc] Update ISP Guide Correct the fuses for Caterina, and make the `:production` command more obvious. * fix casing before fauxpark catches it
* [Docs] Japanese translation of docs/feature_debounce_type.md (#9524)umi2020-07-181-0/+47
| | | | | | | * add feature_debounce_type.md translation * update based on comment * update based on comment
* MSYS2: Switch to bootloadHID package and bring back avrdude package (#9736)Ryan2020-07-161-1/+1
| | | | | * MSYS2: Switch to bootloadHID package and bring back avrdude package * Update Zadig docs as well
* Redefine IS_LAYER_ON/OFF() as aliases for existing layer functions (#6352)Konstantin Đorđević2020-07-162-9/+13
| | | | | | | | | | | | | | | | | | * Add IS_LAYER_ON_STATE()/IS_LAYER_OFF_STATE() macros * Add docs for IS_LAYER_ON/OFF(_STATE) macros * Remove IS_LAYER_ON/OFF_STATE redefinition in userspace * Run clang-format on quantum/quantum.h * Redefine IS_LAYER_ON/OFF(_STATE) as aliases of existing layer functions Also update relevant doc entries. Needs testing to check if this breaks existing IS_LAYER_ON/OFF usage in certain edge cases (namely calling the macros with 0). * Reformat layer check function docs
* Remove `DESCRIPTION` (#9732)Ryan2020-07-165-10/+3
|
* OLED driver function to set pixels (#9713)Gautham Yerroju2020-07-161-0/+4
| | | | | | | | | | | | | | | * Add a function to set individual pixels * Add documentation for oled_write_pixel * use smaller data type for oled_write_pixel * Fix boundary check edge case * Update oled_write_pixel doc Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* [Docs] Japanese translation of docs/coding_conventions_python.md (#9517)umi2020-07-121-0/+331
| | | | | | | * add coding_conventions_python.md translation * update based on comment * update based on comment
* fix typo (#9695)shela2020-07-111-1/+1
|
* [Docs] Japanese translation of docs/coding_conventions_c.md (#9516)umi2020-07-091-0/+63
| | | | | | | | | * add coding_conventions_c.md translation * update based on comment * update based on comment * update based on comment
* [Keymap Extra] Add French AZERTY (AFNOR - NF Z71-300) (#9644)Guillaume Gérard2020-07-081-0/+1
| | | Co-authored-by: Ryan <fauxpark@gmail.com>
* Add missing bracket for Tap-Hold code sample (#9675)Matthew Tse2020-07-081-0/+1
| | | | The `TAPPING_TERM_PER_KEY` code sample is missing a closing bracket. This adds it.
* Allowing Pressing the Start Buttons Again to Stop Dynamic Macro Recording ↵Dongfeng Yu2020-07-071-1/+1
| | | | (#9446)
* Docs: update ModemManager recommendation (#9328)Erovia2020-07-071-1/+1
| | | | Instead of modifying the service file provided by the distro, use drop-in functionaly to explicitly specify the policy.
* fixed link to Eclipse instructions (#9647)yanekm2020-07-051-1/+1
|
* add DIP_SWITCH_MATRIX_GRID support (#8772)Takeshi ISHII2020-07-041-0/+14
| | | | | | | | | | | | | * dipsw test on helix/rev2/sc/back:five_rows * add peek_matrix() to matrix_common.c * add DIP_SWITCH_MATRIX_GRID support to quantum/dip_switch.c * update docs/feature_dip_switch.md about DIP_SWITCH_MATRIX_GRID * Test end. remove test code. Revert "dipsw test on helix/rev2/sc/back:five_rows" This reverts commit 6d4304c74557597c9fb4d324f79c3ae4793ae874.
* add SPLIT_HAND_MATRIX_GRID support (#8685)Takeshi ISHII2020-07-042-1/+22
| | | Co-authored-by: Danny <nooges@users.noreply.github.com>
* Backlight docs wordsmithing (#9631)Ryan2020-07-031-144/+115
|
* Add movement hook to ps2_mouse (#8805)Manna Harbour2020-07-021-0/+10
| | | | | | | Process mouse movement in the keymap before it is sent to the host. Example uses include filtering noise, adding acceleration, and automatically activating a layer. To use, define the following function in your keymap: void ps2_mouse_moved_user(report_mouse_t *mouse_report);
* [Docs] Japanese translation of docs/compatible_microcontrollers.md (#9518)umi2020-06-291-0/+42
| | | | | | | * add compatible_microcontrollers.md translation * update based on comment * update based on comment
* [Update] Japanese translation of docs/cli.md and docs/cli_commands.md (#9536)Takeshi ISHII2020-06-282-69/+106
| | | | | | | | | | | | | * update docs/ja/cli.md * update docs/ja/cli_commands.md * Update docs/ja/cli.md Co-authored-by: shela <shelaf@users.noreply.github.com> * update docs/ja/cli_commands.md Co-authored-by: shela <shelaf@users.noreply.github.com>
* [Docs] Japanese translation of docs/documentation_templates.md (#9523)umi2020-06-271-0/+45
| | | | | | | * add documentation_templates.md translation * update based on comment * update based on comment