summaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into developQMK Bot2021-10-161-1/+1
|\
| * 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>
* | Enable CLI flashing via mdloader (#14729)Joel Challis2021-10-151-1/+1
| | | | | | | | | | | | | | * Enable CLI flashing via mdloader * remove flag * Update qmk flash help
* | Merge remote-tracking branch 'origin/master' into developDrashna Jael're2021-10-141-43/+51
|\|
| * [Docs] Clean up reference_info_json.md (#14806)Ryan2021-10-151-43/+51
| |
* | 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
| |
* | Improve Adafruit BLE configuration defines (#14749)Ryan2021-10-081-3/+3
| | | | | | | | | | * Improve Adafruit BLE configuration defines * Formatting
* | 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>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-10-071-1/+1
|\|
| * Fix link from feature_tap_dance.md to tapping term settings (#14741)precondition2021-10-071-1/+1
| |
* | Remove SERIAL_LINK feature (#14727)Joel Challis2021-10-071-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Remove SERIAL_LINK * more stale paths in doxygen-todo * Fix * More refs * Update testing docs * Update doxygen-todo Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* | Purge uGFX. (#14720)Nick Brassel2021-10-0714-33/+0
| | | | | | | | | | | | | | * Purge uGFX. * Remove remnants of visualizer. * Remove remnants of uGFX.
* | i2c_master: Add support for reading/writing to 16-bit registers (#14289)Ryan2021-10-071-2/+46
| |
* | Remove sysex API (#14723)Ryan2021-10-062-5/+1
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-10-051-13/+21
|\|
| * 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>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-10-051-0/+22
|\|
| * Add clarification for licensing. (#14704)Nick Brassel2021-10-051-0/+22
| | | | | | | | | | * Add clarification for licensing. * Errr, v2.
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-10-041-0/+74
|\|
| * 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>
* | Add LM() keys to the list of keys disabled by NO_HAPTIC_MOD (#14181)Purdea Andrei2021-10-031-0/+1
| |
* | 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
* | Change `MK66F18` -> `MK66FX1M0` (#14659)Ryan2021-09-301-0/+1
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-301-2/+8
|\|
| * Fix documentation for NO_HAPTIC_MOD and NO_HAPTIC_FN features. (#14180)Purdea Andrei2021-10-011-2/+8
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-291-0/+2
|\|
| * [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
* | Initial pass of F405 support (#14584)Joel Challis2021-09-252-0/+2
| | | | | | | | | | | | | | | | | | * Initial pass of F405 support * remove some conf files * docs * clang
* | Merge remote-tracking branch 'origin/master' into developDrashna Jael're2021-09-243-5/+16
|\|
| * [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
* | 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-213-6/+6
|\|
| * [Docs] update suspend_*_user examples (#14542)Dasky2021-09-213-6/+6
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-212-2/+2
|\|