summaryrefslogtreecommitdiff
path: root/docs/ja
AgeCommit message (Collapse)Author
2022-06-24Do not enable PERMISSIVE_HOLD when TAPPING_TERM exceeds 500ms (#15674)precondition
2022-06-13tap-dance: Restructure code and document in more detail (#16394)Jouke Witteveen
2022-05-30Removes terminal from QMK. (#17258)Nick Brassel
2022-03-08Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-03-07[Bug] Rename has_mouse_report_changed parameters (#16417)ZiTe
Fixes compilation issues when bluetooth is enabled, due to issues with cpp used by bluetooth code. Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
2022-03-07Move Doxygen docs to subdirectory (#16561)Ryan
2022-03-05Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-03-05Some docs improvements (#15845)kiilerix
* docs: clarify in "Keymap Overview" what LAYOUT is and isn't It is not strictly necessary to use LAYOUT macros in keyboard.c, but it is a convenient abstraction of hardware internals, allowing focus on the physical keyboard layout. From the C source point of view LAYOUT is macro with a parameter list, which expands to a array of rows that each is an array with a keyboard scancode for each column. A macro parameter list is not an array, and even less a single array. Perhaps no big deal, but also no reason to give incorrect hints. * docs: update "Understanding QMK's Code" to current code structure introduced in 96e2b13d1de This part of the documentation was no longer correct. I tried updating it, mainly copy editing and using github links to latest release. This is not trying to fix all problems, but just trying to fix some problems while reusing much of the old phrases and structure. * Update docs to use "qmk format-python"
2022-03-04Remove `send_unicode_hex_string()` (#16518)Ryan
2022-02-06[Docs] Address some typos (also in moonlander matrix.c) (#16248)Jouke Witteveen
* [Docs] Fix repeated words * [Keyboard] Fix moonlander output The left/right orientation differs from Ergodox EZ.
2021-11-24Remove use of __flash due to LTO issues (#15268)Joel Challis
2021-11-19Move tmk_core/common/<plat> (#13918)Joel Challis
2021-11-17Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-11-17Call steno_set_mode inside eeconfig_init_user in the doc (#15176)Alexis Jeandeau
2021-11-05Remove `BOOTMAGIC_ENABLE = lite` option (#15002)James Young
* remove BOOTMAGIC_ENABLE=lite setting * change keyboard BOOTMAGIC_ENABLE rules Edits keyboard-level instances of `BOOTMAGIC_ENABLE = lite` to `BOOTMAGIC_ENABLE = yes`. * change keyboard BOOTMAGIC_ENABLE inline comments Edits keyboard-level BOOTMAGIC_ENABLE inline comments to "Enable Bootmagic Lite". * change keymap BOOTMAGIC_ENABLE rules Edits keymap-level instances of `BOOTMAGIC_ENABLE = lite` to `BOOTMAGIC_ENABLE = yes`. * change keymap BOOTMAGIC_ENABLE inline comments Edits/adds keymap-level BOOTMAGIC_ENABLE inline comments to read "Enable Bootmagic Lite". * change layout/user BOOTMAGIC_ENABLE rules/comments Edits instances of `BOOTMAGIC_ENABLE = lite` to `BOOTMAGIC_ENABLE = yes`. Edits/adds keymap-level BOOTMAGIC_ENABLE inline comments to read "Enable Bootmagic Lite". * update non-rules.mk BOOTMAGIC_ENABLE references in keyboards/ * remove docs references to Full Bootmagic * convert data-driven Bootmagic Lite instances * remove Bootmagic Lite bodge from data-driven generation * Merge remote-tracking branch 'upstream/develop' into rm/bootmagic-full_q4a * update docs/ja/config_options.md per mtei * update docs/faq_misc.md per mtei Remove remaining Full Bootmagic reference.
2021-10-20Align PS/2 GPIO defines (#14745)Joel Challis
* Align PS/2 GPIO * Align PS/2 GPIO * refactor more keyboards * Remove more defines * Put back avr/chibios split * format
2021-10-18Split out HAPTIC_ENABLE to have separate DRIVER option (#14854)Joel Challis
* DRIVER -> ENABLE * Update generic_features.mk Co-authored-by: Ryan <fauxpark@gmail.com> * Update common_features.mk Co-authored-by: Ryan <fauxpark@gmail.com>
2021-10-16Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-10-16add docs/ja/ja_doc_status.sh (#14402)Takeshi ISHII
2021-10-09Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-10-09Update Japanese document (#14766)shela
2021-10-09Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-10-09Update Japanese document (#14767)shela
2021-10-09Update Japanese document (#14769)shela
2021-10-08Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-10-08Translate keycodes us ansi shifted (#13820)s-show
* copy "keycodes_us_ansi_shifted.md" to docs/ja. * Add japanese translation "docs/keycodes_us_ansi_shifted.md". * Apply suggestions from code review Co-authored-by: shela <shelaf@users.noreply.github.com> * Update docs/ja/keycodes_us_ansi_shifted.md 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>
2021-10-07Purge uGFX. (#14720)Nick Brassel
* Purge uGFX. * Remove remnants of visualizer. * Remove remnants of uGFX.
2021-10-01Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-10-01[Docs] update Japanese translation of mod_tap.md (#13981)umi
* update mod_tap.md translation * add id on config_options.md and update text based on comments
2021-09-25Initial pass of F405 support (#14584)Joel Challis
* Initial pass of F405 support * remove some conf files * docs * clang
2021-09-24Merge remote-tracking branch 'origin/master' into developDrashna Jael're
2021-09-24[Docs] update Japanese translation of pr_checklist.md (#13693)umi
* update pr_checklist.md translation * update file based on comments * add id on feature_led_indicators.md and update text based on comments * update file based on comments * update file based on comment
2021-09-23Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-09-23[Docs] update Japanese translation of feature_backlight.md (#14403)umi
* update feature_backlight.md translation * update file based on comments
2021-09-23Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-09-23[Docs] update Japanese translation of feature_advanced_keycodes.md (#14309)umi
* update feature_advanced_keycodes.md translation * update file based on comments
2021-09-23Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-09-23[Docs] update Japanese translation of isp_flashing_guide.md (#13700)umi
* update isp_flashing_guide.md translation * update isp_flashing_guide.md translation * correct url * trim remaining merge identifier
2021-09-23Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-09-23[Docs] update Japanese translation of feature_leader_key.md (#13669)umi
* update feature_leader_key.md translation * update file based on comments * update text based on comments
2021-09-23Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-09-23[Docs] update Japanese translation of one_shot_keys.md (#13656)umi
* update one_shot_keys.md translation * update one_shot_keys.md translation * correct paramter for function * add change of #13754
2021-09-21Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-09-21[Docs] update suspend_*_user examples (#14542)Dasky
2021-09-21Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-09-21[Docs] Modify encoder_update_user example to return false (#14541)Dasky
2021-09-12Align ChibiOS I2C defs with other drivers (#14399)Joel Challis
* Align ChibiOS I2C defs with other drivers * Update keyboards/xelus/valor_frl_tkl/config.h Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
2021-09-12update compatible_microcontrollers.md translation (#14401)umi
2021-09-12Remove width, height and key_count from info.json (#14274)Ryan
2021-08-29move everything from qmkfm/base_container to qmkfm/qmk_cli (#14230)Zach White