Age | Commit message (Collapse) | Author |
|
|
|
* add cli_development.md translation
* update based on comment
* update based on comment
* update based on comment
|
|
|
|
* 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>
|
|
* [Doc] Update ISP Guide
Correct the fuses for Caterina, and make the `:production` command more obvious.
* fix casing before fauxpark catches it
|
|
* add feature_debounce_type.md translation
* update based on comment
* update based on comment
|
|
* MSYS2: Switch to bootloadHID package and bring back avrdude package
* Update Zadig docs as well
|
|
* 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
|
|
|
|
* 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>
|
|
* add coding_conventions_python.md translation
* update based on comment
* update based on comment
|
|
|
|
* add coding_conventions_c.md translation
* update based on comment
* update based on comment
* update based on comment
|
|
Co-authored-by: Ryan <fauxpark@gmail.com>
|
|
The `TAPPING_TERM_PER_KEY` code sample is missing a closing bracket.
This adds it.
|
|
(#9446)
|
|
Instead of modifying the service file provided by the distro,
use drop-in functionaly to explicitly specify the policy.
|
|
|
|
* 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.
|
|
Co-authored-by: Danny <nooges@users.noreply.github.com>
|
|
|
|
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);
|
|
* add compatible_microcontrollers.md translation
* update based on comment
* update based on comment
|
|
* 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>
|
|
* add documentation_templates.md translation
* update based on comment
* update based on comment
|
|
* add documentation_best_practices.md translation
* update based on comment
* update based on comment
|
|
|
|
|
|
* update docs/ja/feature_layers.md
see https://github.com/qmk/qmk_firmware/pull/9492
* update original document's TAG
|
|
docs/newbs_building_firmware_configurator.md (#9395)
* update docs/ja/newbs_building_firmware_configurator.md
Following the original changes, docs/ja/newbs_building_firmware_configurator.md was divided into docs/ja/configurator_step_by_step.md and docs/ja/configurator_troubleshooting.md.
* Update docs/ja/configurator_step_by_step.md
Co-authored-by: shela <shelaf@users.noreply.github.com>
* Update docs/ja/configurator_step_by_step.md
Co-authored-by: shela <shelaf@users.noreply.github.com>
* Update docs/ja/configurator_step_by_step.md
Co-authored-by: shela <shelaf@users.noreply.github.com>
* Update docs/ja/configurator_step_by_step.md
Co-authored-by: shela <shelaf@users.noreply.github.com>
* Update docs/ja/configurator_step_by_step.md
Co-authored-by: shela <shelaf@users.noreply.github.com>
* Update docs/ja/configurator_troubleshooting.md
Co-authored-by: shela <shelaf@users.noreply.github.com>
* Update docs/ja/configurator_troubleshooting.md
Co-authored-by: shela <shelaf@users.noreply.github.com>
* Update docs/ja/configurator_step_by_step.md
Co-authored-by: shela <shelaf@users.noreply.github.com>
* Update docs/ja/configurator_step_by_step.md
Co-authored-by: shela <shelaf@users.noreply.github.com>
* Update docs/ja/configurator_step_by_step.md
Co-authored-by: shela <shelaf@users.noreply.github.com>
* Update docs/ja/configurator_troubleshooting.md
Co-authored-by: shela <shelaf@users.noreply.github.com>
* Update docs/ja/newbs_building_firmware_configurator.md
Co-authored-by: shela <shelaf@users.noreply.github.com>
* Update docs/ja/configurator_troubleshooting.md
Co-authored-by: shela <shelaf@users.noreply.github.com>
* Update docs/ja/newbs_building_firmware_configurator.md
Co-authored-by: shela <shelaf@users.noreply.github.com>
* Update docs/ja/configurator_step_by_step.md
Co-authored-by: shela <shelaf@users.noreply.github.com>
Co-authored-by: shela <shelaf@users.noreply.github.com>
|
|
* Add Hebrew keymap aliases
* Use NBSP for internal space in box drawings
* Apply suggestions from code review
* More whitespace fixes
* IL_DVAV, IL_DYOD and IL_VYOD were incorrect
* Add IL_DEG, IL_MUL, IL_DIV
* Hebrew is now ISO (no more BAE)
* Use ISO left shift
* Apply suggestions from code review
* DYOD and VYOD were reversed in diagram.
Oops!
|
|
* add feature_layers.md translation
* update based on comment
* update based on comment
* update based on comment
|
|
|
|
* update docs/ja/faq_build.md
* update docs/ja/faq_build.md to 0.9.10
* Update docs/ja/faq_build.md
Co-authored-by: shela <shelaf@users.noreply.github.com>
Co-authored-by: shela <shelaf@users.noreply.github.com>
|
|
* update docs/ja/newbs.md
* Update docs/ja/newbs.md
Co-authored-by: shela <shelaf@users.noreply.github.com>
* Update docs/ja/newbs.md
Co-authored-by: shela <shelaf@users.noreply.github.com>
* Update docs/ja/newbs.md
Co-authored-by: shela <shelaf@users.noreply.github.com>
Co-authored-by: shela <shelaf@users.noreply.github.com>
|
|
* add feature_userspace.md translation
* update based on comment
|
|
* add feature_macros.md translation
* update based on comment
* update based on comment
|
|
Co-authored-by: drashna <drashna@live.com>
Co-authored-by: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
|
|
|
|
|
|
|
|
* The TAGs of the original document has been updated to facilitate future verification.
* docs/ja/driver_installation_zadig.md
* docs/ja/feature_audio.md
* docs/ja/feature_auto_shift.md
* docs/ja/feature_bluetooth.md
* docs/ja/hardware_avr.md
* docs/ja/hardware_drivers.md
* docs/ja/getting_started_make_guide.md
* The TAG of the original document has been updated to facilitate future verification.
* The TAG of the original document has been updated to facilitate future verification.
* update docs/ja/feature_tap_dance.md
|
|
* add japanese translation 'docs/ja/breaking_changes.md'
Note: this is cherry-pick from umi-umi's translation in PR #7248
* update ja/breaking_changes.md
* update ja/breaking_changes.md, add ja/breaking_changes_instructions.md
* translating ja/breaking_changes_instructions.md
* translating ja/breaking_changes_instructions.md
* translated ja/breaking_changes_instructions.md
* update ja/breaking_changes.md, ja/breaking_changes_instructions.md
Breaking change の訳語を「破壊的な変更」から「互換性を破る変更」に変更。
ただし、文中の用語としては、Breaking change をそのまま使用するむねドキュメントの導入部で
訳注でしめし、文中では、原語のまま使用する。
* update docs/ja/_summary.md
* Update docs/ja/breaking_changes.md
Co-Authored-By: shela <shelaf@users.noreply.github.com>
* Update docs/ja/breaking_changes.md
Co-Authored-By: shela <shelaf@users.noreply.github.com>
* Update docs/ja/breaking_changes.md
Co-Authored-By: shela <shelaf@users.noreply.github.com>
* Update docs/ja/breaking_changes.md
Co-Authored-By: shela <shelaf@users.noreply.github.com>
* Update docs/ja/breaking_changes.md
Co-Authored-By: shela <shelaf@users.noreply.github.com>
* Update docs/ja/breaking_changes.md
Co-Authored-By: shela <shelaf@users.noreply.github.com>
* Update docs/ja/breaking_changes.md
* update docs/ja/breaking_changes.md
* update docs/ja/breaking_changes.md
* update docs/ja/breaking_changes.md
* update docs/ja/breaking_changes.md
* update docs/ja/breaking_changes.md
* Update docs/ja/breaking_changes_instructions.md
Co-Authored-By: shela <shelaf@users.noreply.github.com>
* Update docs/ja/breaking_changes_instructions.md
Co-Authored-By: shela <shelaf@users.noreply.github.com>
* update docs/ja/breaking_changes.md
* Update docs/ja/breaking_changes_instructions.md
Co-Authored-By: shela <shelaf@users.noreply.github.com>
* Update docs/ja/breaking_changes_instructions.md
* Update docs/ja/breaking_changes_instructions.md
Co-Authored-By: shela <shelaf@users.noreply.github.com>
* update docs/ja/breaking_changes_instructions.md
* update docs/ja/breaking_changes_instructions.md
* The base of the translation of docs/ja/breaking_changes_instructions.md was changed to 0.9.0.
* The base of the translation of docs/ja/breaking_changes.md was changed to 0.9.0.
* Update docs/ja/breaking_changes.md
Co-authored-by: s-show <s1shimz@gmail.com>
* update docs/ja/breaking_changes.md
* Update docs/ja/breaking_changes_instructions.md
Co-authored-by: shela <shelaf@users.noreply.github.com>
* update docs/ja/breaking_changes.md
* update docs/ja/breaking_changes.md
Co-authored-by: umi-umi <57262844+umi-umi@users.noreply.github.com>
Co-authored-by: shela <shelaf@users.noreply.github.com>
Co-authored-by: s-show <s1shimz@gmail.com>
|
|
|
|
Co-authored-by: Ryan <fauxpark@gmail.com>
|
|
|
|
* The TAG of the original document has been updated to facilitate future verification.
* The TAG of the original document has been updated to facilitate future verification.
* The TAG of the original document has been updated to facilitate future verification.
|
|
* Fix incorrect delay when setting WS2812 (and similar) leds
* Add documentation for WS2812_DELAY_MICROSECONDS
* Remove improper cast to uint8_t
Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
* Remove unneeded cast to uint8_t and correct math
Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
* microseconds -> µs
Co-authored-by: Ryan <fauxpark@gmail.com>
* Make documentation better match the spec sheet.
Co-authored-by: Ryan <fauxpark@gmail.com>
* Rename macro to match spec sheet
* Further correction to the delay maths for the SPI case.
Co-authored-by: Joel Challis <git@zvecr.com>
* Move ws2812_common.h to the drivers directory
* Revert "Further correction to the delay maths for the SPI case."
This reverts commit e61b56a2cfc7dfec9992a7a3af92afa50e5b8ec0.
* Remove ws2812_setleds_pin(); consolidate ws2812.h
Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Joel Challis <git@zvecr.com>
|
|
* update docs stm32 only and applies to all 3 driver
* cformat
|
|
|