summaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-01-102-0/+2
|\|
| * [Docs] Recommend the use of RGB matrix functions for code (#15744)Albert Y2022-01-111-0/+1
| | | | | | | | | | | | | | | | | | * 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>
| * [Docs] Recommend the use of RGB light functions for code (#15745)Albert Y2022-01-111-0/+1
| | | | | | | | | | | | | | | | | | * 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>
* | New combo configuration options (#15083)Pete Sevander2022-01-091-3/+39
| | | | | | Co-authored-by: precondition <57645186+precondition@users.noreply.github.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-01-091-1/+1
|\|
| * [Docs] Update feature_tap_dance.md (#14931)Tate2022-01-081-1/+1
| |
* | Merge remote-tracking branch 'origin/master' into developDrashna Jael're2022-01-061-3/+35
|\|
| * [Docs] Add drag scrolling example to Pointing device docs page (#15715)Drashna Jaelre2022-01-061-2/+34
| | | | | | Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com>
* | Fixes for bootloader refactor build failures (#15638)Ryan2022-01-061-1/+0
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-01-0577-6622/+0
|\|
| * Remove stale docs translations (#15737)Joel Challis2022-01-0477-6622/+0
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-01-031-0/+2
|\|
| * [Docs] Note the order of enumerated custom keycodes (#15706)Albert Y2022-01-031-0/+2
| | | | | | Co-authored-by: filterpaper <filterpaper@localhost>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-01-021-8/+10
|\|
| * Volume as default encoder documentation example (#15678)Albert Y2022-01-021-8/+10
| | | | | | Co-authored-by: filterpaper <filterpaper@localhost>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-12-281-4/+3
|\|
| * [Docs] Clarify placement and usage of RGB matrix effect inc files (#15572)Albert Y2021-12-281-4/+3
| | | | | | | | Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: filterpaper <filterpaper@localhost>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-12-271-0/+37
|\|
| * Add layer condition example to encoder callback function (#15490)Albert Y2021-12-271-0/+37
| | | | | | Co-authored-by: filterpaper <filterpaper@localhost>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-12-271-0/+20
|\|
| * RGB Matrix layer key indicator (#14626)Albert Y2021-12-271-0/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-12-271-1/+1
|\|
| * Link Macro example for COMBO_ACTION documentation (#15164)Albert Y2021-12-271-1/+1
| | | | | | | | | | | | | | * Link Macro example for COMBO_ACTION documentation * Restructure Co-authored-by: filterpaper <filterpaper@localhost>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-12-271-0/+2
|\|
| * Update feature_macros.md (#15026)Buttenup2021-12-271-0/+2
| | | | | | | | | | | | | | | | | | * 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>
* | Add sym_defer_pr debouncer type (#14948)Chad Austin2021-12-271-0/+1
| |
* | [Core] Split support for pointing devices. (#15304)Dasky2021-12-273-11/+126
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* | Fixes potential wpm sampling overflow, along with code comment fixes (#15277)vectorstorm2021-12-271-1/+1
| | | | | | Co-authored-by: Trevor Powell <trevor@vectorstorm.com.au>
* | Add open-drain GPIO support. (#15282)Nick Brassel2021-12-271-11/+13
| | | | | | | | | | | | | | | | | | * 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.
* | Fix some typos, especially the sensor name. (#15557)uqs2021-12-241-3/+3
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-12-251-1/+1
|\|
| * [Docs] Fixed keycode reference for swirl effect (#15564)Scott Chow2021-12-241-1/+1
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-12-241-1/+1
|\|
| * fix typo (#15569)Ian C2021-12-241-1/+1
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-12-221-2/+6
|\|
| * doc/faq_debug: qmk cli can also be used to print debug messages (#15528)Thomas Lorblanchès2021-12-221-2/+6
| |
* | Documentation Typo fix (#15538)SmollChungus2021-12-221-2/+2
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-12-141-1/+1
|\|
| * [Docs] Updated typo on feature_bluetooth.md (#15466)Hassan Williamson2021-12-131-1/+1
| |
* | Merge remote-tracking branch 'origin/master' into developDrashna Jael're2021-12-111-1/+2
|\|
| * [Core] Add configuration of PMW3360 lift off distance (#15424)Xelus222021-12-081-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-12-091-1/+1
|\|
| * Change "Chinese" to "Simplified Chinese" in langs.md (#15441)peepeetee2021-12-091-1/+1
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-12-091-1/+16
|\|
| * Add test filter to 'qmk pytest' (#15432)Joel Challis2021-12-091-1/+16
| | | | | | | | | | | | | | * Add test filter to 'qmk pytest' * Bodge for some test filters not resolving qmk * Update docs
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-12-091-3/+3
|\|
| * [Docs] Fix Header formatting in compatible mcu doc (#15438)Drashna Jaelre2021-12-091-3/+3
| |
* | Merge remote-tracking branch 'origin/master' into developDrashna Jael're2021-12-081-1/+1
|\|
| * Fix RESET not working for keyboards with Kiibohd bootloader (#15430)Andrew-Fahmy2021-12-071-1/+1
| |
* | Expand rotational range for PMW3360 Optical Sensor (#15431)Drashna Jaelre2021-12-081-1/+1
| |