Alexis Jeandeau
b5d24f9efb
Call steno_set_mode inside eeconfig_init_user in the doc ( #15176 )
4 years ago
peepeetee
0ee9c41cc6
Fix hebrew emoji in langs.md ( #15140 )
4 years ago
Albert Y
57f63e43d8
[Docs] Correct logic of tap hold statement ( #14992 )
...
Co-authored-by: filterpaper <filterpaper@localhost>
4 years ago
Drashna Jaelre
7c2b2c81b5
[Docs] Codify not using code from other keyboards in PRs ( #15128 )
...
* [Docs] Codify not using code from other keyboards in PRs
* add additional comments
4 years ago
Albert Y
a63c2c5f50
Add example for turning off RGB colors and retaining indicator function ( #14997 )
...
* Add init function for solid effect with colors off
* Restructure sentence
Co-authored-by: filterpaper <filterpaper@localhost>
4 years ago
Ryan
cc5a38e787
Rework ISP flashing guide ( #14938 )
...
Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com>
4 years ago
Erovia
c8b09d0d4a
CLI: Add 'cd' subcommand ( #12584 )
...
* 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>
4 years ago
Mikkel Jeppesen
fefd7fdc51
Refactor new-keyboard to be python3.7 compatible ( #14707 )
...
* 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>
4 years ago
Ryan
6437045166
`qmk docs`: Run `docsify serve` if available ( #15056 )
4 years ago
Albert Y
2761b17b98
Clarify placement of configuration options ( #15015 )
...
Co-authored-by: filterpaper <filterpaper@localhost>
4 years ago
Albert Y
9b912416b4
[Docs] Add instructions to create keymap before proceeding ( #14945 )
...
Co-authored-by: filterpaper <filterpaper@localhost>
4 years ago
Albert Y
c0c7c4692b
Add MAGIC_TOGGLE_GUI line to main keycode documentation ( #14959 )
...
Co-authored-by: filterpaper <filterpaper@localhost>
4 years ago
JayceFayne
312b1b95a8
Document `MAGIC` feature ( #14301 )
4 years ago
coliss86
0002acd4a3
Fix Typo in documentation ( #14942 )
4 years ago
ForsakenRei
ff39890620
[Docs] Add default case to tap dance example 5. ( #14893 )
4 years ago
precondition
5fbcbc6af8
[DOCS] Fix the STENO_COMBINEDMAP table ( #14883 )
4 years ago
Takeshi ISHII
eddb206369
add docs/ja/ja_doc_status.sh ( #14402 )
4 years ago
Aaron Paterson
c8b00b2e91
Update documentation because GPIO functions are no longer in quantum.h ( #14826 )
...
* 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>
4 years ago
Ryan
b7a346600c
[Docs] Clean up reference_info_json.md ( #14806 )
4 years ago
shela
f216c20fc7
Update Japanese document ( #14766 )
4 years ago
shela
5aca3f613c
Update Japanese document ( #14767 )
4 years ago
shela
969596bd67
Update Japanese document ( #14769 )
4 years ago
s-show
7205b70e84
Translate keycodes us ansi shifted ( #13820 )
...
* 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>
4 years ago
precondition
13f3e30e86
Fix link from feature_tap_dance.md to tapping term settings ( #14741 )
4 years ago
Nick Brassel
4676a14596
More PR checklist updates ( #14705 )
...
* 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>
4 years ago
Nick Brassel
7a49e5d207
Add clarification for licensing. ( #14704 )
...
* Add clarification for licensing.
* Errr, v2.
4 years ago
Albert Y
27d9579fd5
Document examples on intercepting Mod-Tap ( #14502 )
...
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com>
Co-authored-by: filterpaper <filterpaper@localhost>
4 years ago
umi
e54a57d32a
[Docs] update Japanese translation of mod_tap.md ( #13981 )
...
* update mod_tap.md translation
* add id on config_options.md and update text based on comments
4 years ago
Purdea Andrei
52cb19713b
Fix documentation for NO_HAPTIC_MOD and NO_HAPTIC_FN features. ( #14180 )
4 years ago
Drashna Jaelre
02ab7b1888
[Core] Fix "6kro enable" and clarify naming ( #14563 )
...
* Fix USB_6KRO_ENABLE compilation errors
* Add info to docs
* Rename define to be more accurate
* Remove unused rule
* Refixe docs
4 years ago
clickclackwho
4f37084677
[Docs] Broken FAQ hyperlink ( #14578 )
4 years ago
umi
30140f48d0
[Docs] update Japanese translation of pr_checklist.md ( #13693 )
...
* 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
4 years ago
umi
0fc15f4d30
[Docs] update Japanese translation of feature_backlight.md ( #14403 )
...
* update feature_backlight.md translation
* update file based on comments
4 years ago
umi
7f0c397c72
[Docs] update Japanese translation of feature_advanced_keycodes.md ( #14309 )
...
* update feature_advanced_keycodes.md translation
* update file based on comments
4 years ago
umi
5347577346
[Docs] update Japanese translation of isp_flashing_guide.md ( #13700 )
...
* update isp_flashing_guide.md translation
* update isp_flashing_guide.md translation
* correct url
* trim remaining merge identifier
4 years ago
umi
7bfc6083b7
[Docs] update Japanese translation of feature_leader_key.md ( #13669 )
...
* update feature_leader_key.md translation
* update file based on comments
* update text based on comments
4 years ago
umi
618a28c6ae
[Docs] update Japanese translation of one_shot_keys.md ( #13656 )
...
* update one_shot_keys.md translation
* update one_shot_keys.md translation
* correct paramter for function
* add change of #13754
4 years ago
Dasky
45f88af4a1
[Docs] update suspend_*_user examples ( #14542 )
4 years ago
Dasky
19e33b685f
[Docs] Modify encoder_update_user example to return false ( #14541 )
4 years ago
XScorpion2
4dbeeaa0d6
Doc Fixes & Custom Matrix Fix ( #14526 )
4 years ago
David Xia
ddb6821b97
[Docs] fix wrong directory for RGB Matrix animations ( #14494 )
4 years ago
Dasky
12a8e59e9c
[Docs] add sync options heading, update led indicators ( #14441 )
...
Co-authored-by: Ryan <fauxpark@gmail.com>
4 years ago
vsrivastava
657323a206
[Docs] fixed incorrect amount of steps for oled usage ( #13519 )
...
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>
4 years ago
umi
10362777a5
update compatible_microcontrollers.md translation ( #14401 )
4 years ago
Ryan
4791cfae1a
Remove width, height and key_count from info.json ( #14274 )
4 years ago
Ryan
d5cb7de5e4
Change USBasp and bootloadHID bootloaders to lowercase ( #14354 )
4 years ago
Joel Challis
7f80076d04
Align rgb/led matrix docs with current behaviour ( #14367 )
4 years ago
Ryan
9e77cdf4e6
Bugfix for Joystick and JSON schema ( #14295 )
4 years ago
Niko Wenselowski
8a8fdd9a72
Highlight keycode ( #14317 )
...
This should make it consistent with other docs and hopefully will make less people miss this detail.
4 years ago
JayceFayne
767f2c0284
[Core] Add `is_oled_scrolling` ( #14305 )
4 years ago