summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2022-01-13[Docs] Move QMK newbs build environment guide to next section (#15386)Albert Y
Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com>
2022-01-12Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-01-12[Docs] Improve Handedness by EEPROM documentation (#15615)Albert Y
Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com> Co-authored-by: filterpaper <filterpaper@localhost>
2022-01-12Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-01-11[Docs] fix typo and remove trailing whitespace (#15842)JayceFayne
2022-01-11Add PMW3389 optical sensor Support (Updated) (#15740)Alabastard-64
Co-authored-by: Drashna Jaelre <drashna@live.com>
2022-01-11Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-01-10[Docs] newbs_flashing.md: add link to build environment section (#15654)adlainewson
2022-01-10Optimize initialization of PMW3360 Sensor (#15821)Drashna Jaelre
2022-01-10Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-01-11[Docs] Recommend the use of RGB matrix functions for code (#15744)Albert Y
* Recommend the use of functions instead of keycodes * Commit suggested review Co-authored-by: Nick Brassel <nick@tzarc.org> Co-authored-by: Nick Brassel <nick@tzarc.org>
2022-01-11[Docs] Recommend the use of RGB light functions for code (#15745)Albert Y
* Recommend the use of functions instead of keycodes * Commit suggested revision Co-authored-by: Nick Brassel <nick@tzarc.org> Co-authored-by: Nick Brassel <nick@tzarc.org>
2022-01-09New combo configuration options (#15083)Pete Sevander
Co-authored-by: precondition <57645186+precondition@users.noreply.github.com>
2022-01-09Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-01-08[Docs] Update feature_tap_dance.md (#14931)Tate
2022-01-06Merge remote-tracking branch 'origin/master' into developDrashna Jael're
2022-01-06[Docs] Add drag scrolling example to Pointing device docs page (#15715)Drashna Jaelre
Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com>
2022-01-06Fixes for bootloader refactor build failures (#15638)Ryan
2022-01-05Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-01-04Remove stale docs translations (#15737)Joel Challis
2022-01-03Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-01-03[Docs] Note the order of enumerated custom keycodes (#15706)Albert Y
Co-authored-by: filterpaper <filterpaper@localhost>
2022-01-02Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-01-02Volume as default encoder documentation example (#15678)Albert Y
Co-authored-by: filterpaper <filterpaper@localhost>
2021-12-28Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-12-28[Docs] Clarify placement and usage of RGB matrix effect inc files (#15572)Albert Y
Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: filterpaper <filterpaper@localhost>
2021-12-27Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-12-27Add layer condition example to encoder callback function (#15490)Albert Y
Co-authored-by: filterpaper <filterpaper@localhost>
2021-12-27Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-12-27RGB Matrix layer key indicator (#14626)Albert Y
* Add layer key indicator example * Update description * Deobfuscate with index variable * Add missing layer variable * Correct color name and indicator function * Function typo * Place layer variable outside loops to save firmware space Co-authored-by: filterpaper <filterpaper@localhost>
2021-12-27Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-12-27Link Macro example for COMBO_ACTION documentation (#15164)Albert Y
* Link Macro example for COMBO_ACTION documentation * Restructure Co-authored-by: filterpaper <filterpaper@localhost>
2021-12-27Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-12-27Update feature_macros.md (#15026)Buttenup
* Update feature_macros.md Added a link to the usage of SAFE_RANGE as this wasn't clear to me when I visited this page in isolation. * Fix typo Co-authored-by: Nick Brassel <nick@tzarc.org>
2021-12-27Add sym_defer_pr debouncer type (#14948)Chad Austin
2021-12-27[Core] Split support for pointing devices. (#15304)Dasky
* Draft implementation * formatting * fix combined buttons * remove pimoroni throttle * sync pointing on a throttle loop with checksum * no longer used * doh Co-authored-by: Drashna Jaelre <drashna@live.com> * switch pimoroni to a cpi equivalent * add cpi support * allow user modification of seperate mouse reports * a little tidy up * add *_RIGHT defines. * docs * doxygen comments * basic changelog * clean up pimoroni * small doc fixes * Update docs/feature_pointing_device.md Co-authored-by: Drashna Jaelre <drashna@live.com> * performance tweak if side has usb * Don't run init funtions on wrong side * renamed some variables for consistency * fix pimoroni typos * Clamp instead of OR * Promote combined values to uint16_t * Update pointing_device.c Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Nick Brassel <nick@tzarc.org>
2021-12-27Fixes potential wpm sampling overflow, along with code comment fixes (#15277)vectorstorm
Co-authored-by: Trevor Powell <trevor@vectorstorm.com.au>
2021-12-27Add open-drain GPIO support. (#15282)Nick Brassel
* Add open-drain GPIO support. * `qmk format-c` * Wording. * Remove port GPIO implementations as the only board that uses it has its own internal defs anyway. Will wait for first-class handling of ports in core before reimplementing.
2021-12-24Fix some typos, especially the sensor name. (#15557)uqs
2021-12-25Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-12-24[Docs] Fixed keycode reference for swirl effect (#15564)Scott Chow
2021-12-24Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-12-24fix typo (#15569)Ian C
2021-12-22Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-12-22doc/faq_debug: qmk cli can also be used to print debug messages (#15528)Thomas Lorblanchès
2021-12-22Documentation Typo fix (#15538)SmollChungus
2021-12-14Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-12-13[Docs] Updated typo on feature_bluetooth.md (#15466)Hassan Williamson
2021-12-11Merge remote-tracking branch 'origin/master' into developDrashna Jael're
2021-12-08[Core] Add configuration of PMW3360 lift off distance (#15424)Xelus22
* sensor code add * update documentation * add default #define * Update drivers/sensors/pmw3360.c Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Drashna Jaelre <drashna@live.com>