Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add example for turning off RGB colors and retaining indicator function (#14997) | Albert Y | 2021-11-05 | 1 | -0/+10 |
| | | | | | | | * Add init function for solid effect with colors off * Restructure sentence Co-authored-by: filterpaper <filterpaper@localhost> | ||||
* | Rework ISP flashing guide (#14938) | Ryan | 2021-11-05 | 1 | -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) | Erovia | 2021-11-05 | 1 | -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 Jeppesen | 2021-11-05 | 1 | -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) | Ryan | 2021-11-05 | 1 | -0/+2 |
| | |||||
* | Clarify placement of configuration options (#15015) | Albert Y | 2021-11-02 | 1 | -0/+5 |
| | | | Co-authored-by: filterpaper <filterpaper@localhost> | ||||
* | [Docs] Add instructions to create keymap before proceeding (#14945) | Albert Y | 2021-10-27 | 1 | -1/+1 |
| | | | Co-authored-by: filterpaper <filterpaper@localhost> | ||||
* | Add MAGIC_TOGGLE_GUI line to main keycode documentation (#14959) | Albert Y | 2021-10-27 | 1 | -0/+1 |
| | | | Co-authored-by: filterpaper <filterpaper@localhost> | ||||
* | Document `MAGIC` feature (#14301) | JayceFayne | 2021-10-26 | 1 | -0/+2 |
| | |||||
* | Fix Typo in documentation (#14942) | coliss86 | 2021-10-24 | 1 | -1/+1 |
| | |||||
* | [Docs] Add default case to tap dance example 5. (#14893) | ForsakenRei | 2021-10-22 | 1 | -0/+6 |
| | |||||
* | [DOCS] Fix the STENO_COMBINEDMAP table (#14883) | precondition | 2021-10-20 | 1 | -1/+2 |
| | |||||
* | add docs/ja/ja_doc_status.sh (#14402) | Takeshi ISHII | 2021-10-16 | 1 | -0/+34 |
| | |||||
* | Update documentation because GPIO functions are no longer in quantum.h (#14826) | Aaron Paterson | 2021-10-16 | 1 | -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) | Ryan | 2021-10-15 | 1 | -43/+51 |
| | |||||
* | Update Japanese document (#14766) | shela | 2021-10-09 | 1 | -32/+33 |
| | |||||
* | Update Japanese document (#14767) | shela | 2021-10-09 | 1 | -3/+4 |
| | |||||
* | Update Japanese document (#14769) | shela | 2021-10-09 | 1 | -4/+4 |
| | |||||
* | Translate keycodes us ansi shifted (#13820) | s-show | 2021-10-08 | 1 | -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) | precondition | 2021-10-07 | 1 | -1/+1 |
| | |||||
* | More PR checklist updates (#14705) | Nick Brassel | 2021-10-06 | 1 | -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 Brassel | 2021-10-05 | 1 | -0/+22 |
| | | | | | * Add clarification for licensing. * Errr, v2. | ||||
* | Document examples on intercepting Mod-Tap (#14502) | Albert Y | 2021-10-04 | 1 | -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) | umi | 2021-10-01 | 2 | -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 Andrei | 2021-10-01 | 1 | -2/+8 |
| | |||||
* | [Core] Fix "6kro enable" and clarify naming (#14563) | Drashna Jaelre | 2021-09-29 | 1 | -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) | clickclackwho | 2021-09-24 | 1 | -1/+1 |
| | |||||
* | [Docs] update Japanese translation of pr_checklist.md (#13693) | umi | 2021-09-24 | 2 | -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) | umi | 2021-09-23 | 1 | -22/+25 |
| | | | | | * update feature_backlight.md translation * update file based on comments | ||||
* | [Docs] update Japanese translation of feature_advanced_keycodes.md (#14309) | umi | 2021-09-23 | 1 | -20/+23 |
| | | | | | * update feature_advanced_keycodes.md translation * update file based on comments | ||||
* | [Docs] update Japanese translation of isp_flashing_guide.md (#13700) | umi | 2021-09-23 | 1 | -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) | umi | 2021-09-23 | 1 | -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) | umi | 2021-09-23 | 1 | -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) | Dasky | 2021-09-21 | 3 | -6/+6 |
| | |||||
* | [Docs] Modify encoder_update_user example to return false (#14541) | Dasky | 2021-09-21 | 2 | -2/+2 |
| | |||||
* | Doc Fixes & Custom Matrix Fix (#14526) | XScorpion2 | 2021-09-20 | 1 | -2/+2 |
| | |||||
* | [Docs] fix wrong directory for RGB Matrix animations (#14494) | David Xia | 2021-09-19 | 2 | -9/+2 |
| | |||||
* | [Docs] add sync options heading, update led indicators (#14441) | Dasky | 2021-09-15 | 2 | -8/+13 |
| | | | Co-authored-by: Ryan <fauxpark@gmail.com> | ||||
* | [Docs] fixed incorrect amount of steps for oled usage (#13519) | vsrivastava | 2021-09-14 | 1 | -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) | umi | 2021-09-12 | 1 | -2/+2 |
| | |||||
* | Remove width, height and key_count from info.json (#14274) | Ryan | 2021-09-12 | 2 | -16/+4 |
| | |||||
* | Change USBasp and bootloadHID bootloaders to lowercase (#14354) | Ryan | 2021-09-10 | 5 | -36/+36 |
| | |||||
* | Align rgb/led matrix docs with current behaviour (#14367) | Joel Challis | 2021-09-10 | 2 | -60/+60 |
| | |||||
* | Bugfix for Joystick and JSON schema (#14295) | Ryan | 2021-09-09 | 1 | -3/+2 |
| | |||||
* | Highlight keycode (#14317) | Niko Wenselowski | 2021-09-05 | 1 | -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) | JayceFayne | 2021-09-05 | 1 | -0/+4 |
| | |||||
* | Fix Space Cadet md link (#14300) | JayceFayne | 2021-09-04 | 1 | -1/+1 |
| | |||||
* | [Docs] Update path to keycode.h (#14263) | qieq | 2021-09-01 | 1 | -1/+1 |
| | |||||
* | Documentation: Fix links in key overrides (#14228) | coliss86 | 2021-08-31 | 1 | -1/+1 |
| | | | Co-authored-by: Joel Challis <git@zvecr.com> | ||||
* | move everything from qmkfm/base_container to qmkfm/qmk_cli (#14230) | Zach White | 2021-08-29 | 2 | -2/+2 |
| |