summaryrefslogtreecommitdiffstats
path: root/docs/ja
Commit message (Collapse)AuthorAgeFilesLines
* [Bug] Rename has_mouse_report_changed parameters (#16417)ZiTe2022-03-071-2/+2
| | | | | | | 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>
* Some docs improvements (#15845)kiilerix2022-03-052-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | * 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"
* [Docs] Address some typos (also in moonlander matrix.c) (#16248)Jouke Witteveen2022-02-061-1/+1
| | | | | | | * [Docs] Fix repeated words * [Keyboard] Fix moonlander output The left/right orientation differs from Ergodox EZ.
* Remove use of __flash due to LTO issues (#15268)Joel Challis2021-11-241-1/+1
|
* Move tmk_core/common/<plat> (#13918)Joel Challis2021-11-193-3/+3
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2021-11-171-2/+2
|\
| * Call steno_set_mode inside eeconfig_init_user in the doc (#15176)Alexis Jeandeau2021-11-171-2/+2
| |
* | Remove `BOOTMAGIC_ENABLE = lite` option (#15002)James Young2021-11-053-6/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* | Align PS/2 GPIO defines (#14745)Joel Challis2021-10-201-24/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | * Align PS/2 GPIO * Align PS/2 GPIO * refactor more keyboards * Remove more defines * Put back avr/chibios split * format
* | Split out HAPTIC_ENABLE to have separate DRIVER option (#14854)Joel Challis2021-10-181-2/+5
| | | | | | | | | | | | | | | | | | | | | | * DRIVER -> ENABLE * Update generic_features.mk Co-authored-by: Ryan <fauxpark@gmail.com> * Update common_features.mk Co-authored-by: Ryan <fauxpark@gmail.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-10-161-0/+34
|\|
| * add docs/ja/ja_doc_status.sh (#14402)Takeshi ISHII2021-10-161-0/+34
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-10-091-32/+33
|\|
| * Update Japanese document (#14766)shela2021-10-091-32/+33
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-10-092-7/+8
|\|
| * Update Japanese document (#14767)shela2021-10-091-3/+4
| |
| * Update Japanese document (#14769)shela2021-10-091-4/+4
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-10-081-0/+41
|\|
| * Translate keycodes us ansi shifted (#13820)s-show2021-10-081-0/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* | Purge uGFX. (#14720)Nick Brassel2021-10-074-11/+0
| | | | | | | | | | | | | | * Purge uGFX. * Remove remnants of visualizer. * Remove remnants of uGFX.
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-10-012-7/+12
|\|
| * [Docs] update Japanese translation of mod_tap.md (#13981)umi2021-10-012-7/+12
| | | | | | | | | | * update mod_tap.md translation * add id on config_options.md and update text based on comments
* | Initial pass of F405 support (#14584)Joel Challis2021-09-251-0/+1
| | | | | | | | | | | | | | | | | | * Initial pass of F405 support * remove some conf files * docs * clang
* | Merge remote-tracking branch 'origin/master' into developDrashna Jael're2021-09-242-4/+15
|\|
| * [Docs] update Japanese translation of pr_checklist.md (#13693)umi2021-09-242-4/+15
| | | | | | | | | | | | | | | | | | | | | | * 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
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-231-22/+25
|\|
| * [Docs] update Japanese translation of feature_backlight.md (#14403)umi2021-09-231-22/+25
| | | | | | | | | | * update feature_backlight.md translation * update file based on comments
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-231-20/+23
|\|
| * [Docs] update Japanese translation of feature_advanced_keycodes.md (#14309)umi2021-09-231-20/+23
| | | | | | | | | | * update feature_advanced_keycodes.md translation * update file based on comments
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-231-6/+16
|\|
| * [Docs] update Japanese translation of isp_flashing_guide.md (#13700)umi2021-09-231-6/+16
| | | | | | | | | | | | | | | | | | * update isp_flashing_guide.md translation * update isp_flashing_guide.md translation * correct url * trim remaining merge identifier
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-231-2/+15
|\|
| * [Docs] update Japanese translation of feature_leader_key.md (#13669)umi2021-09-231-2/+15
| | | | | | | | | | | | | | * update feature_leader_key.md translation * update file based on comments * update text based on comments
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-231-4/+7
|\|
| * [Docs] update Japanese translation of one_shot_keys.md (#13656)umi2021-09-231-4/+7
| | | | | | | | | | | | | | | | | | * update one_shot_keys.md translation * update one_shot_keys.md translation * correct paramter for function * add change of #13754
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-211-2/+2
|\|
| * [Docs] update suspend_*_user examples (#14542)Dasky2021-09-211-2/+2
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-211-1/+1
|\|
| * [Docs] Modify encoder_update_user example to return false (#14541)Dasky2021-09-211-1/+1
| |
* | Align ChibiOS I2C defs with other drivers (#14399)Joel Challis2021-09-121-7/+4
|/ | | | | | | | | * 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>
* update compatible_microcontrollers.md translation (#14401)umi2021-09-121-2/+2
|
* Remove width, height and key_count from info.json (#14274)Ryan2021-09-121-8/+2
|
* move everything from qmkfm/base_container to qmkfm/qmk_cli (#14230)Zach White2021-08-291-1/+1
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2021-08-204-4/+1
|\
| * [Core] [Docs] Remove travis-ci references (#13916)Spaceman2021-08-204-4/+1
| |
* | Added right vs left specific pin assignments for dip switch (#13074)XScorpion22021-08-191-0/+2
| | | | | | | | | | | | | | * Added right vs left specific pin assignments for dip switch * Update feature_dip_switch.md * Ran formatting tools
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-08-171-82/+88
|\|
| * update feature_tap_dance.md translation (#13496)s-show2021-08-181-82/+88
| | | | | | | | | | | | | | | | | | | | | | * update feature_tap_dance.md translation * Update docs/ja/feature_tap_dance.md Co-authored-by: shela <shelaf@users.noreply.github.com> * update based on comment. Co-authored-by: shela <shelaf@users.noreply.github.com>
* | Fix some additional bootmagic settings (#13979)Drashna Jaelre2021-08-121-1/+1
| |
* | Remove backwards compatibility of debounce names (#13877)Joel Challis2021-08-091-17/+0
| | | | | | | | | | | | | | * Remove backwards compatibility of debounce names * Update docs * Update keyboards/keymaps