Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Create generic Pointing Device Pin defines (#17776) | Drashna Jaelre | 2022-08-12 | 1 | -32/+38 | |
| | | ||||||
* | | Remove `UNUSED_PINS` (#17931) | Nick Brassel | 2022-08-06 | 1 | -7/+5 | |
| | | ||||||
* | | [Core] Process all changed keys in one scan loop, deprecate ↵ | Stefan Kerkmann | 2022-08-06 | 2 | -11/+0 | |
| | | | | | | | | `QMK_KEYS_PER_SCAN` (#15292) | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-08-06 | 2 | -0/+190 | |
|\| | ||||||
| * | [Docs] Building with GitHub Userspace (#16271) | Albert Y | 2022-08-06 | 2 | -0/+190 | |
| | | ||||||
* | | Add deprecated check for RGBLIGHT_ANIMATIONS (#17832) | Drashna Jaelre | 2022-08-04 | 3 | -11/+8 | |
| | | ||||||
* | | Add ST7735 driver to Quantum Painter (#17848) | David Hoelscher | 2022-07-31 | 1 | -1/+28 | |
| | | ||||||
* | | Remove OLED driver Split Common warning (#17862) | Joel Challis | 2022-07-31 | 1 | -2/+0 | |
| | | ||||||
* | | Fix POINTING_DEVICE_GESTURES_SCROLL_ENABLE typo (#17850) | Daniel Kao | 2022-07-31 | 1 | -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) | Drzony | 2022-07-29 | 1 | -25/+50 | |
| | | ||||||
* | | Rename postprocess_steno_user → post_process_steno_user (#17823) | precondition | 2022-07-28 | 2 | -2/+2 | |
| | | ||||||
* | | Merge remote-tracking branch 'origin/master' into develop | Drashna Jael're | 2022-07-27 | 2 | -0/+49 | |
|\| | ||||||
| * | [Docs] Add information about WeAct Blackpill F411 (#16755) | Drashna Jaelre | 2022-07-27 | 2 | -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 Jaelre | 2022-07-26 | 2 | -15/+16 | |
| | | ||||||
* | | [Docs] Fix custom debug function and sample output (#17790) | Drashna Jaelre | 2022-07-25 | 1 | -7/+7 | |
| | | ||||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-07-24 | 1 | -3/+5 | |
|\| | ||||||
| * | [Docs] Fix tables in Audio driver document (#17780) | Drashna Jaelre | 2022-07-25 | 1 | -3/+5 | |
| | | ||||||
* | | implement `tap_code16_delay` (#17748) | JayceFayne | 2022-07-23 | 1 | -1/+1 | |
| | | ||||||
* | | Add ability to enter bootloader mode from `QK_MAKE` (#17745) | jack | 2022-07-23 | 2 | -14/+14 | |
| | | ||||||
* | | Add Blok 2040 conversion (#17603) | Albert Y | 2022-07-21 | 1 | -1/+4 | |
| | | ||||||
* | | docs: fix default value of USB_SUSPEND_WAKEUP_DELAY (#17501) | Ben Fiedler | 2022-07-20 | 2 | -3/+5 | |
| | | | | | | Documents the change made in #12081 | |||||
* | | Add support for PAW3204 Optical Sensor (#17669) | Drashna Jaelre | 2022-07-19 | 1 | -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 Kerkmann | 2022-07-17 | 1 | -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 Kerkmann | 2022-07-16 | 1 | -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 Y | 2022-07-14 | 1 | -0/+10 | |
| | | ||||||
* | | [Core] PMW33XX drivers overhaul (#17613) | Stefan Kerkmann | 2022-07-14 | 1 | -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 Kao | 2022-07-12 | 1 | -10/+21 | |
| | | ||||||
* | | Grammar fixes for docs/feature_converters.md (#17652) | James Young | 2022-07-13 | 1 | -2/+2 | |
| | | ||||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-07-13 | 1 | -0/+3 | |
|\| | ||||||
| * | [Docs] Add Encoder requirements to PR Checklist doc (#17634) | Drashna Jaelre | 2022-07-12 | 1 | -0/+3 | |
| | | | | | | Co-authored-by: Nick Brassel <nick@tzarc.org> | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | zvecr | 2022-07-13 | 3 | -0/+77 | |
|\| | ||||||
| * | Add basic secure docs (#17577) | Joel Challis | 2022-07-13 | 3 | -0/+77 | |
| | | ||||||
* | | Add converter docs (#17593) | Joel Challis | 2022-07-08 | 4 | -92/+174 | |
| | | ||||||
* | | Make debounce() signal changes in the cooked matrix as return value (#17554) | Stefan Kerkmann | 2022-07-07 | 2 | -6/+6 | |
| | | ||||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-07-03 | 1 | -4/+4 | |
|\| | ||||||
| * | Attempt to discourage manual MSYS install for new users (#17556) | Joel Challis | 2022-07-04 | 1 | -4/+4 | |
| | | ||||||
* | | Tentative Teensy 3.5 support (#14420) | Ryan | 2022-07-03 | 1 | -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 develop | QMK Bot | 2022-07-02 | 1 | -8/+2 | |
|\| | ||||||
| * | MSYS2 install: use MinGW python-qmk package (#17302) | Ryan | 2022-07-02 | 1 | -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 develop | QMK Bot | 2022-07-02 | 1 | -0/+1 | |
|\| | ||||||
| * | Allow for RGB actions to take place on Keydown instead of Keyup (#16886) | CoffeeIsLife | 2022-07-02 | 1 | -0/+1 | |
| | | | | | | | | | | * Allow for switch on keydown * add docs | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-07-02 | 1 | -0/+2 | |
|\| | ||||||
| * | Add note about qmk doctor in newbs_flashing.md (#15688) | ripdog | 2022-07-02 | 1 | -0/+2 | |
| | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> | |||||
* | | Feature-ify Send String (#17275) | Ryan | 2022-07-02 | 3 | -0/+227 | |
| | | ||||||
* | | PoC: Swap Escape and Caps (#16336) | Osamu Aoki | 2022-07-02 | 2 | -0/+6 | |
| | | ||||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-07-02 | 1 | -0/+4 | |
|\| | ||||||
| * | Add Zsh note for tab complete (#17226) | jack | 2022-07-02 | 1 | -0/+4 | |
| | | ||||||
* | | Add cli command to import keyboard|keymap|kbfirmware (#16668) | Joel Challis | 2022-07-02 | 1 | -0/+68 | |
| | | ||||||
* | | Added Wait time to sending each Keys for Dynamic Macros function (#16800) | FREEWING.JP | 2022-07-02 | 2 | -0/+2 | |
| | | | | | | Co-authored-by: Joel Challis <git@zvecr.com> | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-07-02 | 1 | -2/+53 | |
|\| |