summaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
...
* | Add Bit-C PRO converter (#17827)Jay Greco2022-08-131-1/+4
| |
* | Improve importer workflow (#17707)Joel Challis2022-08-131-14/+19
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-133-31/+33
|\|
| * [Docs] Refactor code examples (#18003)Albert Y2022-08-123-31/+33
| |
* | Create generic Pointing Device Pin defines (#17776)Drashna Jaelre2022-08-121-32/+38
| |
* | Remove `UNUSED_PINS` (#17931)Nick Brassel2022-08-061-7/+5
| |
* | [Core] Process all changed keys in one scan loop, deprecate ↵Stefan Kerkmann2022-08-062-11/+0
| | | | | | | | `QMK_KEYS_PER_SCAN` (#15292)
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-062-0/+190
|\|
| * [Docs] Building with GitHub Userspace (#16271)Albert Y2022-08-062-0/+190
| |
* | Add deprecated check for RGBLIGHT_ANIMATIONS (#17832)Drashna Jaelre2022-08-043-11/+8
| |
* | Add ST7735 driver to Quantum Painter (#17848)David Hoelscher2022-07-311-1/+28
| |
* | Remove OLED driver Split Common warning (#17862)Joel Challis2022-07-311-2/+0
| |
* | Fix POINTING_DEVICE_GESTURES_SCROLL_ENABLE typo (#17850)Daniel Kao2022-07-311-1/+1
| | | | | | | | | | | | | | | | * Fix typo for POINTING_DEVICE_GESTURES_SCROLL_ENABLE Follow the name written in documentation which follows POINTING_DEVICE_GESTURES_CURSOR_GLIDE_ENABLE * Reword the blurb about POINTING_DEVICE_GESTURES_CURSOR_GLIDE_ENABLE in docs
* | Implement relative mode for Cirque trackpad (#17760)Drzony2022-07-291-25/+50
| |
* | Rename postprocess_steno_user → post_process_steno_user (#17823)precondition2022-07-282-2/+2
| |
* | Merge remote-tracking branch 'origin/master' into developDrashna Jael're2022-07-272-0/+49
|\|
| * [Docs] Add information about WeAct Blackpill F411 (#16755)Drashna Jaelre2022-07-272-0/+49
| | | | | | | | | | | | | | | | | | * [Docs] Add information about WeAct Blackpill F411 * Add clarification for matrix pins * Update documentation * Tweak wording
* | [Docs] Updates to Pointing Device Docs (#17777)Drashna Jaelre2022-07-262-15/+16
| |
* | [Docs] Fix custom debug function and sample output (#17790)Drashna Jaelre2022-07-251-7/+7
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-07-241-3/+5
|\|
| * [Docs] Fix tables in Audio driver document (#17780)Drashna Jaelre2022-07-251-3/+5
| |
* | implement `tap_code16_delay` (#17748)JayceFayne2022-07-231-1/+1
| |
* | Add ability to enter bootloader mode from `QK_MAKE` (#17745)jack2022-07-232-14/+14
| |
* | Add Blok 2040 conversion (#17603)Albert Y2022-07-211-1/+4
| |
* | docs: fix default value of USB_SUSPEND_WAKEUP_DELAY (#17501)Ben Fiedler2022-07-202-3/+5
| | | | | | Documents the change made in #12081
* | Add support for PAW3204 Optical Sensor (#17669)Drashna Jaelre2022-07-191-0/+18
| | | | | | | | Co-authored-by: gompa <gompa@h-bomb.nl> Co-authored-by: Stefan Kerkmann <karlk90@pm.me>
* | Use correct angle tune range of +/-127 on PMW33XX (#17708)Stefan Kerkmann2022-07-171-9/+9
| | | | | | | | | | ...partially reverts 580bcff4f65a3a9ee301de0fd036de7b610c7ee2 as the datasheet doesn't claim that the angle tuning as limited to +/- 30 degrees.
* | Use correct angle tune range of +/-30 on PMW33XX (#17693)Stefan Kerkmann2022-07-161-92/+92
| | | | | | | | | | Co-authored-by: Daniel Kao <daniel.m.kao@gmail.com> Co-authored-by: Daniel Kao <daniel.m.kao@gmail.com>
* | [Code] Add solid reactive gradient mode (#17228)Albert Y2022-07-141-0/+10
| |
* | [Core] PMW33XX drivers overhaul (#17613)Stefan Kerkmann2022-07-141-49/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PMW33XX drivers overhaul This combines the PMW3389 and PM3360 drivers as they only differ in the firmware blobs and CPI get and set functions. The following changes have been made: * PMW3389 now gets the same multi-sensor feature that is already available on the PMW3360. * Introduced a shared pmw33xx_report_t struct is now directly readable via SPI transactions instead of individual byte-sized reads, saving multiple copies and bitshift operations. * pmw33(89/60)_get_report functions had unreachable branches in their motion detection logic these have been simplied as much as possible. * The fast firmware upload option has been removed as this becomes obsolete by the newly introduced polled waiting functions for ChibiOS polled waiting * PMW33(60/89)_SPI_LSBFIRST and PMW33(60/89)_SPI_MODE config options have been removed as they don't need to be configurable. * All PMW3389 and PMW3360 defines have been unified to a PMW33XX prefix to reduce code duplication and make the defines interchangeable * Adjust keyboards to PMW33XX naming scheme
* | Cirque trackpad features: circular scroll, inertial cursor (#17482)Daniel Kao2022-07-121-10/+21
| |
* | Grammar fixes for docs/feature_converters.md (#17652)James Young2022-07-131-2/+2
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-07-131-0/+3
|\|
| * [Docs] Add Encoder requirements to PR Checklist doc (#17634)Drashna Jaelre2022-07-121-0/+3
| | | | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* | Merge remote-tracking branch 'origin/master' into developzvecr2022-07-133-0/+77
|\|
| * Add basic secure docs (#17577)Joel Challis2022-07-133-0/+77
| |
* | Add converter docs (#17593)Joel Challis2022-07-084-92/+174
| |
* | Make debounce() signal changes in the cooked matrix as return value (#17554)Stefan Kerkmann2022-07-072-6/+6
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-07-031-4/+4
|\|
| * Attempt to discourage manual MSYS install for new users (#17556)Joel Challis2022-07-041-4/+4
| |
* | Tentative Teensy 3.5 support (#14420)Ryan2022-07-031-0/+2
| | | | | | | | | | | | | | | | | | | | | | * Tentative Teensy 3.5 support * Set firmware format to .hex for ARM Teensys * Got to "device descriptor failed" by comparing with Teensy 3.6 code * Drop down to 96MHz... * Bump back up to 120MHz
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-07-021-8/+2
|\|
| * MSYS2 install: use MinGW python-qmk package (#17302)Ryan2022-07-021-8/+2
| | | | | | | | | | | | | | | | | | * MSYS2 install: use MinGW python-qmk package * Add missing flashers * Note VC Redist for manual install * VC Redist no longer needed
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-07-021-0/+1
|\|
| * Allow for RGB actions to take place on Keydown instead of Keyup (#16886)CoffeeIsLife2022-07-021-0/+1
| | | | | | | | | | * Allow for switch on keydown * add docs
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-07-021-0/+2
|\|
| * Add note about qmk doctor in newbs_flashing.md (#15688)ripdog2022-07-021-0/+2
| | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* | Feature-ify Send String (#17275)Ryan2022-07-023-0/+227
| |
* | PoC: Swap Escape and Caps (#16336)Osamu Aoki2022-07-022-0/+6
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-07-021-0/+4
|\|