summaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
...
| * [Docs] Update isp_flashing_guide.md (#11777)moritz-john2021-02-071-0/+10
| | | | | | Added wiring for USBasp and changed the order of the documentation accordingly
* | Add STM32G431 and STM32G474 board definitions. (#11793)Nick Brassel2021-02-062-0/+8
| | | | | | | | | | * Add STM32G431 and STM32G474 board definitions. * Add docs.
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-02-041-0/+4
|\|
| * Improve Pointing Device report sending (#11064)Drashna Jaelre2021-02-031-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Improve Pointing Device report sending * Hide old report behind preprocessors too * put host_mouse_send() in curly brackets * Remove POINTING_DEVICE_ALWAYS_SEND_REPORT functionality * Fix typo * fix function ref in docs Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
* | Address wake from sleep instability (#11450)Joshua Diamond2021-02-021-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * resolve race condition between suspend and wake in LUFA * avoid multiple calls to suspend_power_down() / suspend_wakeup_init() * Remove duplicate suspend_power_down_kb() call * pause on wakeup to wait for USB state to settle * need the repeated suspend_power_down() (that's where the sleep is) * more efficient implementation * fine tune the pause after sending wakeup * speculative chibios version of pause-after-wake * make wakeup delay configurable, and adjust value * better location for wakeup delay
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-02-016-0/+633
|\|
| * [Docs] Japanese translation of internals_*.md (#10316)umi2021-02-016-0/+633
| | | | | | | | | | | | | | * add git checkout internals_related.md translation * update based on comment * unify the end of sentence
* | Create a system to map between info.json and config.h/rules.mk (#11548)Zach White2021-01-311-6/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * generate rules.mk from a json mapping * generate rules.mk from a json mapping * support for config.h from json maps * improve the mapping system * document the mapping system * move data/maps to data/mappings * fix flake8 errors * fixup LED_MATRIX_DRIVER * remove product and description from the vision_division keymap level * reduce the complexity of generate-rules-mk * add tests for the generate commands * fix qmk doctor when submodules are not clean
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-01-3096-218/+216
|\|
| * [Docs] Use HTTPS for images and links where possible (#11695)Ryan2021-01-3096-218/+216
| |
* | Adds AT90USB162 support (#11570)Dasky2021-01-294-18/+20
| | | | | | | | | | | | | | | | | | | | | | * at90usb162 support * fix missing bracket * Apply suggestions from code review Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-01-291-25/+125
|\|
| * Update feature_debounce_type.md of Japanese document. (#10596)shela2021-01-301-25/+125
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update Japanese document. * fix table format. * fix heading * Update translation * Apply suggestions from code review Co-authored-by: Takeshi ISHII <2170248+mtei@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Takeshi ISHII <2170248+mtei@users.noreply.github.com> * Update docs/ja/feature_debounce_type.md Co-authored-by: Takeshi ISHII <2170248+mtei@users.noreply.github.com> * Bump up comment tag Co-authored-by: Takeshi ISHII <2170248+mtei@users.noreply.github.com>
* | Merge remote-tracking branch 'upstream/master' into developNick Brassel2021-01-282-0/+3
|\|
| * Add rgblight_reload_from_eeprom() (#11411)Joshua Diamond2021-01-281-0/+1
| | | | | | | | | | * Add rgblight_reset_from_eeprom() * reset->reload
| * [Docs] add qmk setup home parameter (#11451)glanchow2021-01-281-0/+2
| |
* | Add support for 8 buttons to mouse report (#10807)Drashna Jaelre2021-01-283-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add support for 8 buttons to mouse report This includes support for 8 buttons in mousekeys. However, this does move the keys around due to the fact that the last mousekey keycode is already 0xFF, so any past that would not work with register_code and the like, breaking them for tap hold keys, encoders, and other features. * Update mouse key docs * Add changes based on feedback * Fix VUSB report size comment Because drashna red gud * Fix typo in action.c * Fix IS_MOUSE_BUTTON check * Change start range for mousekeys so that the end is 0xFF properly * condense mousekeys check
* | UART driver refactor (#11637)Ryan2021-01-272-0/+91
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-01-241-1/+1
|\|
| * fix(feature_ps2_mouse): fix Scroll Button example (#11669)David H. Bronke2021-01-241-1/+1
| | | | | | Corrected macro in Scroll Button example so it compiles.
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-01-242-4/+20
|\|
| * Update docs/getting_started_make_guide.md (#11373)Takeshi ISHII2021-01-242-4/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update docs/getting_started_make_guide.md Added description of some targets, including those added with #11338. * Added description of options added by #11324. * update docs/getting_started_make_guide.md * Added description of target. * Update docs/getting_started_make_guide.md Co-authored-by: Drashna Jaelre <drashna@live.com> * Update docs/getting_started_make_guide.md Co-authored-by: Ryan <fauxpark@gmail.com> * Update docs/getting_started_make_guide.md Co-authored-by: Drashna Jaelre <drashna@live.com> * add ':id=linux-udev-rules' to docs/faq_build.md Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-01-233-29/+27
|\|
| * Fix typos and reword some sentences in FAQs (#11546)smiley2021-01-233-29/+27
| | | | | | | | | | | | | | | | | | * Fix minor typo in "General FAQ" "want to do brand it with QMK" -> "want to brand it with QMK" * Reword some of "Debugging FAQ" & "Miscellaneous FAQ". Mostly grammatical wording of some parts and missing capitalization
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-01-2012-275/+269
|\|
| * Small tweaks to docs to make them more user friendly (#11518)Joel Challis2021-01-2012-275/+269
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * first pass * firmware firmware? * Split out debug + testing docs * tidy up duplicate css * Add extra info to debug example Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-01-201-115/+124
|\|
| * Add stm32-dfu and apm32-dfu to bootloader.mk (#11019)Ryan2021-01-201-115/+124
| | | | | | | | | | | | | | | | | | * Add stm32-dfu and apm32-dfu to bootloader.mk * Update flashing docs * Update comment * Further wordsmithing
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-01-201-9/+18
|\|
| * Improve the Lighting Layers example in RGB Lighting docs (#11454)Joshua Diamond2021-01-191-9/+18
| | | | | | | | | | * Improve the keymap layer state -> lighting layers example * A few more improvements
* | Merge remote-tracking branch 'origin/master' into developZach White2021-01-161-4/+4
|\|
| * Improve the compile and flash subcommands (#11334)Zach White2021-01-161-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add support for --clean to compile and flash * compile standalone JSON keymaps without polluting the tree * Add support for passing environment vars to make * make flake8 happy * document changes to qmk compile and flash * add -e support to json export compiling * Fix python 3.6 * honor $MAKE * add support for parallel builds
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-01-151-4/+5
|\|
| * Add BGR byte order for WS2812 drivers (#11562)kb-elmo2021-01-161-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | * add byte order bgr for ws2812 * update docs for driver change * Update ws2812_driver.md * Update docs/ws2812_driver.md Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* | Merge remote-tracking branch 'upstream/master' into developfauxpark2021-01-151-0/+13
|\|
| * allow customizing decrease delay of rgb heatmap (#11322)André Silva2021-01-141-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * allow customizing decrease delay of rgb heatmap * rename rgb typing heatmap decrease delay variable * address review comments * nix-shell: add clang-tools required for formatting the C code * heatmap: use real timer to track decrement rate * heatmap: fix ifndef var name typo * heatmap: add docs * Update docs/feature_rgb_matrix.md Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-01-141-1/+1
|\|
| * Fix documentation so UCIS example compiles. (#11541)Erovia2021-01-141-1/+1
| |
* | Remove unused `action_get_macro()` usages in user files (#11165)Ryan2021-01-112-214/+12
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-01-111-0/+2
|\|
| * [Docs] Update feature_rgblight.md (#11363)Nick Blyumberg2021-01-101-0/+2
| | | | | | | | | | | | | | | | | | | | | | * Update feature_rgblight.md The note is meant to let people know that this is specific to RGB Backlight and does not work with RGB Matrix based implementations. * Update docs/feature_rgblight.md Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
* | Refine twinkle to be smoother (use breathing curve) (#11350)Joshua Diamond2021-01-101-1/+1
| | | | | | | | | | | | | | | | | | * Refine twinkle to be smoother (use breathing curve) * tune more for firmware size * fix bug when v=255 ~ drashna approved ~
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-01-111-1/+1
|\|
| * Fix documentation of `lsusb` behaviour (#10903)L. K. Post2021-01-101-1/+1
| |
* | Document how to add data driven configurations (#11502)Zach White2021-01-102-0/+60
| | | | | | | | | | | | | | | | | | | | | | * describe how data driven configuration works * Apply suggestions from code review Co-authored-by: ridingqwerty <george.g.koenig@gmail.com> Co-authored-by: Erovia <Erovia@users.noreply.github.com> Co-authored-by: ridingqwerty <george.g.koenig@gmail.com> Co-authored-by: Erovia <Erovia@users.noreply.github.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-01-101-8/+8
|\|
| * Correct descriptions of rgblight functions (#11429)Joshua Diamond2021-01-091-8/+8
| |
* | Use the schema to eliminate custom code (#11108)Zach White2021-01-091-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * use the schema to eliminate custom code * Update docs/reference_info_json.md Co-authored-by: Ryan <fauxpark@gmail.com> * make flake8 happy * bugfix * do not overwrite make vars from json Co-authored-by: Ryan <fauxpark@gmail.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-01-091-2/+2
|\|
| * Fix AUR package name (#11416)Toban Wiebe2021-01-091-2/+2
| | | | | | On Arch, `qmk` is now in the official repos, whereas only `qmk-git` is in AUR.