summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2021-01-11Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-01-10[Docs] Update feature_rgblight.md (#11363)Nick Blyumberg
* 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>
2021-01-10Refine twinkle to be smoother (use breathing curve) (#11350)Joshua Diamond
* Refine twinkle to be smoother (use breathing curve) * tune more for firmware size * fix bug when v=255 ~ drashna approved ~
2021-01-11Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-01-10Fix documentation of `lsusb` behaviour (#10903)L. K. Post
2021-01-10Document how to add data driven configurations (#11502)Zach White
* 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>
2021-01-10Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-01-09Correct descriptions of rgblight functions (#11429)Joshua Diamond
2021-01-09Use the schema to eliminate custom code (#11108)Zach White
* 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>
2021-01-09Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-01-09Fix AUR package name (#11416)Toban Wiebe
On Arch, `qmk` is now in the official repos, whereas only `qmk-git` is in AUR.
2021-01-08Merge remote-tracking branch 'origin/master' into developZach White
2021-01-08Suggest 'QMK MSYS' as the default windows platform (#11321)Joel Challis
* Suggest 'QMK MSYS' as the default windows platform * Review comments
2021-01-06Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-01-06[Docs] Japanese translation of feature_rawhid.md (#10858)umi
* add feature_rawhid.md translation * update files based on comments * update files based on comments * update files based on comments
2021-01-06Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-01-06[Docs] Japanese translation of feature_led_indicators.md (#10960)umi
* add feature_led_indicators.md translation * update related document * add link on _summary
2021-01-02Improved Language Specific Keycodes for US International and Extended ↵Joshua Diamond
Layouts (#11307) Co-authored-by: Ryan <fauxpark@gmail.com>
2021-01-02Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-01-01[Docs] Fix typo in hand_wire.md (#11297)Michael Overman
2021-01-01Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-01-01Fix typo in hand wiring guide (#11388)s-maurice
ridid -> rigid
2020-12-30Configure keyboard matrix from info.json (#10817)Zach White
* Make parameters from info.json available to the build system * move all clueboard settings to info.json * code formatting * make flake8 happy * make flake8 happy * make qmk lint happy * Add support for specifying led indicators in json * move led indicators to the clueboard info.json * Apply suggestions from code review Co-authored-by: Erovia <Erovia@users.noreply.github.com> * add missing docstring Co-authored-by: Erovia <Erovia@users.noreply.github.com>
2020-12-30Merge remote-tracking branch 'origin/master' into developQMK Bot
2020-12-30Zadig docs: add APM32 device name (#11356)Ryan
2020-12-30Merge remote-tracking branch 'origin/master' into developQMK Bot
2020-12-30Add Arch / Manjaro section for Linux setup instructions (#10509)Reibl János Dániel
2020-12-30Merge remote-tracking branch 'origin/master' into developQMK Bot
2020-12-29Added mac variant of portuguese keymap extras (#11260)André Cruz
* Added mac variant of portuguese keymap This keymap is very similar to the existing portuguese keymap, but some symbols are moved around. Apply suggestions from code review Corrected whitespace and implemented some suggested changes. Co-authored-by: Ryan <fauxpark@gmail.com> Converted some spaces to nbsp Added sendstring ISO version * Apply suggestions from code review Added suggestions from code review Co-authored-by: Ryan <fauxpark@gmail.com> * Replaced space with nbsp * Corrected 2 chars in ascii_to_shift_lut { and } require shift Co-authored-by: Ryan <fauxpark@gmail.com>
2020-12-30Rewrite APA102 support (#10894)Aldehir Rojas
* Rewrite APA102 support The APA102 source was broken by commit 16a15c1cfcbfd0feb2c2cf1383676747e2f97d73 as it did not include the quantum header. This commit addresses that, as well as other issues with transferring bytes over the SPI interface, i.e. it was not setting the clock pin back to low after sending a bit. The deviation when sending the end frame is kept, but updated to the latest from the referenced project. Finally, these changes expose the global LED brightness parameter of the APA102. Brightness values are configurable through `APA102_DEFAULT_BRIGHTNESS` and `APA102_MAX_BRIGHTNESS`. * Fix typo in led brightness extern * Move driver out of AVR directory and add delay for ARM * Experimental APA102 support on AVR and ARM Co-authored-by: Alde Rojas <hello@alde.io> * Refactor apa102_send_byte() calls to a loop * Implement io_wait function for ARM * Move APA102 drivers to own directory, fix copyright notice * Add APA102 keymap to handwired/onekey * Simplify RGBLIGHT_ENABLE/DRIVER option handling Co-authored-by: Mikkel Jeppesen <2756925+Duckle29@users.noreply.github.com>
2020-12-29Merge remote-tracking branch 'origin/master' into developQMK Bot
2020-12-30Update keycode docs (#11343)Ryan
2020-12-29Merge remote-tracking branch 'origin/master' into developQMK Bot
2020-12-29Update Zadig docs with list of bootloader device names and IDs (#11337)Ryan
2020-12-29Merge remote-tracking branch 'origin/master' into developQMK Bot
2020-12-30Typo fix: Useful function -> Useful Functions (#11342)Chas
Thanks!
2020-12-27Merge remote-tracking branch 'origin/master' into developQMK Bot
2020-12-28Ensure single newline at EOF for core files (#11310)Ryan
2020-12-27Merge remote-tracking branch 'origin/master' into developQMK Bot
2020-12-27Simplify the visual flow of the getting started page (#11316)Joel Challis
* Add tabs to getting started page * Review comments Co-authored-by: Ryan <fauxpark@gmail.com> * Align with current theme * Update docs/newbs_getting_started.md Co-authored-by: Ryan <fauxpark@gmail.com> * Apply suggestions from code review Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
2020-12-24Implement kinetic mouse movement algorithm (#6739)Jan Christoph Ebersbach
* Implement kinetic mouse movement algorithm * Adjust mouse wheel speed * Remove unused math.h include * Wrap mouse_timer definition in ifdef * Replace double space by single space * Clarify documentation of kinetic mouse speed Co-Authored-By: lf <software@lfcode.ca> * Clarify documentation of kinetic mouse speed Co-Authored-By: lf <software@lfcode.ca> * Remove superfluous definition of speed * fix(variable): remove unused variable Co-authored-by: lf <software@lfcode.ca>
2020-12-23Merge remote-tracking branch 'origin/master' into developQMK Bot
2020-12-23docs: add Gentoo to newbs_getting_started.md (#11241)Boris Faure
2020-12-23Merge remote-tracking branch 'origin/master' into developQMK Bot
2020-12-22[Docs] Update links in main README.md (#11284)Nick Blyumberg
It looks like features.md was deprecated and content was split into other files. This results in a broken link on the main page which, if removed, would have no impact to the remainder of the documentation. This would also: resolve #9239 resolve #10293 resolve #10447
2020-12-23Merge remote-tracking branch 'origin/master' into developQMK Bot
2020-12-22[Docs] Add clarification on use of custom RGB Matrix effect (#11176)Daniele De Vincenti
* Update feature_rgb_matrix.md Added more clarification on how to use a newly created rgb effect as it was unclear that the prefix 'RGB_MATRIX_CUSTOM_' had to be added. Also included an example consistent with the documentation example. * Update docs/feature_rgb_matrix.md Co-authored-by: Ryan <fauxpark@gmail.com> * Update docs/feature_rgb_matrix.md Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Joel Challis <git@zvecr.com>
2020-12-22Merge remote-tracking branch 'origin/master' into developQMK Bot
2020-12-23Updated Raw HID docs to clarify packet/report length (#11211)Kishor Prins
Co-authored-by: Ryan <fauxpark@gmail.com>
2020-12-18Merge remote-tracking branch 'origin/master' into developQMK Bot