Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-11 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-01-10 | [Docs] newbs_flashing.md: add link to build environment section (#15654) | adlainewson | |
2022-01-10 | Optimize initialization of PMW3360 Sensor (#15821) | Drashna Jaelre | |
2022-01-10 | Merge remote-tracking branch 'origin/master' into develop | QMK 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-09 | New combo configuration options (#15083) | Pete Sevander | |
Co-authored-by: precondition <57645186+precondition@users.noreply.github.com> | |||
2022-01-09 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-01-08 | [Docs] Update feature_tap_dance.md (#14931) | Tate | |
2022-01-06 | Merge remote-tracking branch 'origin/master' into develop | Drashna 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-06 | Fixes for bootloader refactor build failures (#15638) | Ryan | |
2022-01-05 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-01-04 | Remove stale docs translations (#15737) | Joel Challis | |
2022-01-03 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-01-03 | [Docs] Note the order of enumerated custom keycodes (#15706) | Albert Y | |
Co-authored-by: filterpaper <filterpaper@localhost> | |||
2022-01-02 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-01-02 | Volume as default encoder documentation example (#15678) | Albert Y | |
Co-authored-by: filterpaper <filterpaper@localhost> | |||
2021-12-28 | Merge remote-tracking branch 'origin/master' into develop | QMK 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-27 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-12-27 | Add layer condition example to encoder callback function (#15490) | Albert Y | |
Co-authored-by: filterpaper <filterpaper@localhost> | |||
2021-12-27 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-12-27 | RGB 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-27 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-12-27 | Link 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-27 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-12-27 | Update 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-27 | Add 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-27 | Fixes potential wpm sampling overflow, along with code comment fixes (#15277) | vectorstorm | |
Co-authored-by: Trevor Powell <trevor@vectorstorm.com.au> | |||
2021-12-27 | Add 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-24 | Fix some typos, especially the sensor name. (#15557) | uqs | |
2021-12-25 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-12-24 | [Docs] Fixed keycode reference for swirl effect (#15564) | Scott Chow | |
2021-12-24 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-12-24 | fix typo (#15569) | Ian C | |
2021-12-22 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-12-22 | doc/faq_debug: qmk cli can also be used to print debug messages (#15528) | Thomas Lorblanchès | |
2021-12-22 | Documentation Typo fix (#15538) | SmollChungus | |
2021-12-14 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-12-13 | [Docs] Updated typo on feature_bluetooth.md (#15466) | Hassan Williamson | |
2021-12-11 | Merge remote-tracking branch 'origin/master' into develop | Drashna 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> | |||
2021-12-09 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-12-09 | Change "Chinese" to "Simplified Chinese" in langs.md (#15441) | peepeetee | |
2021-12-09 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-12-09 | Add test filter to 'qmk pytest' (#15432) | Joel Challis | |
* Add test filter to 'qmk pytest' * Bodge for some test filters not resolving qmk * Update docs | |||
2021-12-09 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-12-09 | [Docs] Fix Header formatting in compatible mcu doc (#15438) | Drashna Jaelre | |