summaryrefslogtreecommitdiffstats
path: root/docs/ja
Commit message (Collapse)AuthorAgeFilesLines
* [Core] Refactor `keyevent_t` for 1ms timing resolution (#15847)Stefan Kerkmann2023-04-031-1/+1
|
* Make IGNORE_MOD_TAP_INTERRUPT the default behaviour for mod-taps (#20211)precondition2023-04-032-31/+0
|
* Add direction to dynamic_macro_record_start_user (#19689)Johannes H. Jensen2023-04-031-1/+1
|
* Remove Vagrant due to bit-rot. (#20000)Nick Brassel2023-03-032-62/+0
|
* [Doc]Remove depracted extension links in vscode guide (#19842)しぐれ2023-02-141-2/+0
|
* Merge branch 'master' into developDasky2023-02-147-10/+10
|\
| * Update KC_NLCK and KC_SLCK in international docs (#19521)precondition2023-02-147-10/+10
| |
* | Remove matrix_init_quantum/matrix_scan_quantum (#19806)Joel Challis2023-02-111-2/+2
| |
* | [Docs] Change defines to enums in examples (#19793)Pablo Martínez2023-02-101-3/+5
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-12-141-2/+0
|\|
| * [Docs] Remove broken link (#19321)Pablo Martínez2022-12-151-2/+0
| |
* | Remove deprecated led_set_kb (#19273)Joel Challis2022-12-142-2/+2
| | | | | | | | | | * Remove led_set_kb maintaining existing led_set_user behaviour * Also call led_set_user
* | Remove IGNORE_MOD_TAP_INTERRUPT_PER_KEY in favour of ↵precondition2022-12-132-21/+0
| | | | | | | | HOLD_ON_OTHER_KEY_PRESS_PER_KEY (#15741)
* | KC_GESC -> QK_GESC for cn and ja Docs (#19024)ForsakenRei2022-12-091-2/+2
|/
* Merge remote-tracking branch 'origin/master' into developDrashna Jael're2022-10-241-1/+1
|\
| * [DOCS] Use correct OSM arguments (#18835)Joel Challis2022-10-241-1/+1
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-09-157-18/+18
|\|
| * [Docs] RESET -> QK_BOOT (#18365)Joel Challis2022-09-157-18/+18
| |
* | [Core] Rework PS/2 driver selection (#17892)Marek Kraus2022-08-311-7/+9
|/ | | | | | | | | | | | | | | | | | | | | | | * [Core] Rework PS/2 driver selection Enabling and selecting PS/2 driver was using old approach, so it was reworked to current approach, inspired by Serial and WS2812 driver selections. * [Keyboard] Update keyboards using PS/2 to use new PS/2 driver selection * [Docs] Update PS/2 documentation to use new PS/2 driver selection * Fix indentation * [Core] Add PS2 to data driver * Fix oversight in property name Co-authored-by: Drashna Jaelre <drashna@live.com> * Add PS/2 pins to data driven mappings Co-authored-by: Drashna Jaelre <drashna@live.com>
* [Core] Process all changed keys in one scan loop, deprecate ↵Stefan Kerkmann2022-08-061-2/+0
| | | | `QMK_KEYS_PER_SCAN` (#15292)
* Add deprecated check for RGBLIGHT_ANIMATIONS (#17832)Drashna Jaelre2022-08-041-2/+0
|
* Rename postprocess_steno_user → post_process_steno_user (#17823)precondition2022-07-281-1/+1
|
* docs: fix default value of USB_SUSPEND_WAKEUP_DELAY (#17501)Ben Fiedler2022-07-201-1/+1
| | | Documents the change made in #12081
* Make debounce() signal changes in the cooked matrix as return value (#17554)Stefan Kerkmann2022-07-071-3/+3
|
* Added Wait time to sending each Keys for Dynamic Macros function (#16800)FREEWING.JP2022-07-021-0/+1
| | | Co-authored-by: Joel Challis <git@zvecr.com>
* Do not enable PERMISSIVE_HOLD when TAPPING_TERM exceeds 500ms (#15674)precondition2022-06-241-1/+1
|
* tap-dance: Restructure code and document in more detail (#16394)Jouke Witteveen2022-06-131-1/+0
|
* Removes terminal from QMK. (#17258)Nick Brassel2022-05-303-114/+0
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-03-081-2/+2
|\
| * [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>
* | Move Doxygen docs to subdirectory (#16561)Ryan2022-03-0710-817/+11
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-03-052-4/+4
|\|
| * 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"
* | Remove `send_unicode_hex_string()` (#16518)Ryan2022-03-041-11/+0
|/
* [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
|\|