summaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Rework ISP flashing guide (#14938)Ryan2021-11-051-181/+160
| | | | Co-authored-by: Sergey Vlasov <sigprof@gmail.com> Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com>
* CLI: Add 'cd' subcommand (#12584)Erovia2021-11-051-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * CLI: Add 'cd' subcommand Go to your qmk_firmware dir with ease. * Fix for Windows and do not run if already under QMK Home * Make flake8 happy * Fix prompt for Windows * Make flake8 happy once again * I'll get it right eventually * Apply suggestions from code review Co-authored-by: Ryan <fauxpark@gmail.com> * Add subcommand to __init__.py and fixup after rebase * Update Windows code to use milc's run * Unify the subshell starting with os.execl * Exit with error msg when output is redirected to non-TTY. * Revert Windows-specific code Co-authored-by: Ryan <fauxpark@gmail.com>
* Refactor new-keyboard to be python3.7 compatible (#14707)Mikkel Jeppesen2021-11-051-1/+1
| | | | | | | | | | | | | | | * Use copy_tree from distutils for python 3.7 support * Bump python version in docs * Changed new-keyboard to use printf-style format strings * Use username for manunfacturer / maintainer * Update lib/python/qmk/cli/new/keyboard.py Co-authored-by: Zach White <skullydazed@drpepper.org> Co-authored-by: Zach White <skullydazed@drpepper.org>
* `qmk docs`: Run `docsify serve` if available (#15056)Ryan2021-11-051-0/+2
|
* Clarify placement of configuration options (#15015)Albert Y2021-11-021-0/+5
| | | Co-authored-by: filterpaper <filterpaper@localhost>
* [Docs] Add instructions to create keymap before proceeding (#14945)Albert Y2021-10-271-1/+1
| | | Co-authored-by: filterpaper <filterpaper@localhost>
* Add MAGIC_TOGGLE_GUI line to main keycode documentation (#14959)Albert Y2021-10-271-0/+1
| | | Co-authored-by: filterpaper <filterpaper@localhost>
* Document `MAGIC` feature (#14301)JayceFayne2021-10-261-0/+2
|
* Fix Typo in documentation (#14942)coliss862021-10-241-1/+1
|
* [Docs] Add default case to tap dance example 5. (#14893)ForsakenRei2021-10-221-0/+6
|
* [DOCS] Fix the STENO_COMBINEDMAP table (#14883)precondition2021-10-201-1/+2
|
* add docs/ja/ja_doc_status.sh (#14402)Takeshi ISHII2021-10-161-0/+34
|
* Update documentation because GPIO functions are no longer in quantum.h (#14826)Aaron Paterson2021-10-161-1/+1
| | | | | | | | | * GPIO functions are no longer in quantum.h * Update docs/internals_gpio_control.md Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* [Docs] Clean up reference_info_json.md (#14806)Ryan2021-10-151-43/+51
|
* Update Japanese document (#14766)shela2021-10-091-32/+33
|
* Update Japanese document (#14767)shela2021-10-091-3/+4
|
* Update Japanese document (#14769)shela2021-10-091-4/+4
|
* 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>
* Fix link from feature_tap_dance.md to tapping term settings (#14741)precondition2021-10-071-1/+1
|
* More PR checklist updates (#14705)Nick Brassel2021-10-061-13/+21
| | | | | | | | | * Wording, clarification. * Apply suggestions from code review Co-authored-by: Mikkel Jeppesen <2756925+Duckle29@users.noreply.github.com> Co-authored-by: Mikkel Jeppesen <2756925+Duckle29@users.noreply.github.com>
* Add clarification for licensing. (#14704)Nick Brassel2021-10-051-0/+22
| | | | | * Add clarification for licensing. * Errr, v2.
* Document examples on intercepting Mod-Tap (#14502)Albert Y2021-10-041-0/+74
| | | | | Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com> Co-authored-by: filterpaper <filterpaper@localhost>
* [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
* Fix documentation for NO_HAPTIC_MOD and NO_HAPTIC_FN features. (#14180)Purdea Andrei2021-10-011-2/+8
|
* [Core] Fix "6kro enable" and clarify naming (#14563)Drashna Jaelre2021-09-291-0/+2
| | | | | | | | | | | * Fix USB_6KRO_ENABLE compilation errors * Add info to docs * Rename define to be more accurate * Remove unused rule * Refixe docs
* [Docs] Broken FAQ hyperlink (#14578)clickclackwho2021-09-241-1/+1
|
* [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
* [Docs] update Japanese translation of feature_backlight.md (#14403)umi2021-09-231-22/+25
| | | | | * update feature_backlight.md translation * update file based on comments
* [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
* [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
* [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
* [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
* [Docs] update suspend_*_user examples (#14542)Dasky2021-09-213-6/+6
|
* [Docs] Modify encoder_update_user example to return false (#14541)Dasky2021-09-212-2/+2
|
* Doc Fixes & Custom Matrix Fix (#14526)XScorpion22021-09-201-2/+2
|
* [Docs] fix wrong directory for RGB Matrix animations (#14494)David Xia2021-09-192-9/+2
|
* [Docs] add sync options heading, update led indicators (#14441)Dasky2021-09-152-8/+13
| | | Co-authored-by: Ryan <fauxpark@gmail.com>
* [Docs] fixed incorrect amount of steps for oled usage (#13519)vsrivastava2021-09-141-1/+1
| | | | | changed line 21 from saying "three steps" to "two steps" as there are only two steps Co-authored-by: feynmantf <46390109+feynmantf@users.noreply.github.com>
* update compatible_microcontrollers.md translation (#14401)umi2021-09-121-2/+2
|
* Remove width, height and key_count from info.json (#14274)Ryan2021-09-122-16/+4
|
* Change USBasp and bootloadHID bootloaders to lowercase (#14354)Ryan2021-09-105-36/+36
|
* Align rgb/led matrix docs with current behaviour (#14367)Joel Challis2021-09-102-60/+60
|
* Bugfix for Joystick and JSON schema (#14295)Ryan2021-09-091-3/+2
|
* Highlight keycode (#14317)Niko Wenselowski2021-09-051-1/+1
| | | This should make it consistent with other docs and hopefully will make less people miss this detail.
* [Core] Add `is_oled_scrolling` (#14305)JayceFayne2021-09-051-0/+4
|
* Fix Space Cadet md link (#14300)JayceFayne2021-09-041-1/+1
|
* [Docs] Update path to keycode.h (#14263)qieq2021-09-011-1/+1
|
* Documentation: Fix links in key overrides (#14228)coliss862021-08-311-1/+1
| | | Co-authored-by: Joel Challis <git@zvecr.com>
* move everything from qmkfm/base_container to qmkfm/qmk_cli (#14230)Zach White2021-08-292-2/+2
|
* Bootmagic lite docs clarity. (#14204)Nick Brassel2021-08-291-1/+1
|