summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2022-08-06Remove `UNUSED_PINS` (#17931)Nick Brassel
2022-08-06[Core] Process all changed keys in one scan loop, deprecate ↵Stefan Kerkmann
`QMK_KEYS_PER_SCAN` (#15292)
2022-08-06Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-08-06[Docs] Building with GitHub Userspace (#16271)Albert Y
2022-08-04Add deprecated check for RGBLIGHT_ANIMATIONS (#17832)Drashna Jaelre
2022-07-31Add ST7735 driver to Quantum Painter (#17848)David Hoelscher
2022-07-31Remove OLED driver Split Common warning (#17862)Joel Challis
2022-07-31Fix POINTING_DEVICE_GESTURES_SCROLL_ENABLE typo (#17850)Daniel Kao
* 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
2022-07-29Implement relative mode for Cirque trackpad (#17760)Drzony
2022-07-28Rename postprocess_steno_user → post_process_steno_user (#17823)precondition
2022-07-27Merge remote-tracking branch 'origin/master' into developDrashna Jael're
2022-07-27[Docs] Add information about WeAct Blackpill F411 (#16755)Drashna Jaelre
* [Docs] Add information about WeAct Blackpill F411 * Add clarification for matrix pins * Update documentation * Tweak wording
2022-07-26[Docs] Updates to Pointing Device Docs (#17777)Drashna Jaelre
2022-07-25[Docs] Fix custom debug function and sample output (#17790)Drashna Jaelre
2022-07-24Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-07-25[Docs] Fix tables in Audio driver document (#17780)Drashna Jaelre
2022-07-23implement `tap_code16_delay` (#17748)JayceFayne
2022-07-23Add ability to enter bootloader mode from `QK_MAKE` (#17745)jack
2022-07-21Add Blok 2040 conversion (#17603)Albert Y
2022-07-20docs: fix default value of USB_SUSPEND_WAKEUP_DELAY (#17501)Ben Fiedler
Documents the change made in #12081
2022-07-19Add support for PAW3204 Optical Sensor (#17669)Drashna Jaelre
Co-authored-by: gompa <gompa@h-bomb.nl> Co-authored-by: Stefan Kerkmann <karlk90@pm.me>
2022-07-17Use correct angle tune range of +/-127 on PMW33XX (#17708)Stefan Kerkmann
...partially reverts 580bcff4f65a3a9ee301de0fd036de7b610c7ee2 as the datasheet doesn't claim that the angle tuning as limited to +/- 30 degrees.
2022-07-16Use correct angle tune range of +/-30 on PMW33XX (#17693)Stefan Kerkmann
Co-authored-by: Daniel Kao <daniel.m.kao@gmail.com> Co-authored-by: Daniel Kao <daniel.m.kao@gmail.com>
2022-07-14[Code] Add solid reactive gradient mode (#17228)Albert Y
2022-07-14[Core] PMW33XX drivers overhaul (#17613)Stefan Kerkmann
* 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
2022-07-12Cirque trackpad features: circular scroll, inertial cursor (#17482)Daniel Kao
2022-07-13Grammar fixes for docs/feature_converters.md (#17652)James Young
2022-07-13Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-07-12[Docs] Add Encoder requirements to PR Checklist doc (#17634)Drashna Jaelre
Co-authored-by: Nick Brassel <nick@tzarc.org>
2022-07-13Merge remote-tracking branch 'origin/master' into developzvecr
2022-07-13Add basic secure docs (#17577)Joel Challis
2022-07-08Add converter docs (#17593)Joel Challis
2022-07-07Make debounce() signal changes in the cooked matrix as return value (#17554)Stefan Kerkmann
2022-07-03Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-07-04Attempt to discourage manual MSYS install for new users (#17556)Joel Challis
2022-07-03Tentative Teensy 3.5 support (#14420)Ryan
* 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
2022-07-02Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-07-02MSYS2 install: use MinGW python-qmk package (#17302)Ryan
* MSYS2 install: use MinGW python-qmk package * Add missing flashers * Note VC Redist for manual install * VC Redist no longer needed
2022-07-02Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-07-02Allow for RGB actions to take place on Keydown instead of Keyup (#16886)CoffeeIsLife
* Allow for switch on keydown * add docs
2022-07-02Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-07-02Add note about qmk doctor in newbs_flashing.md (#15688)ripdog
Co-authored-by: Drashna Jaelre <drashna@live.com>
2022-07-02Feature-ify Send String (#17275)Ryan
2022-07-02PoC: Swap Escape and Caps (#16336)Osamu Aoki
2022-07-02Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-07-02Add Zsh note for tab complete (#17226)jack
2022-07-02Add cli command to import keyboard|keymap|kbfirmware (#16668)Joel Challis
2022-07-02Added Wait time to sending each Keys for Dynamic Macros function (#16800)FREEWING.JP
Co-authored-by: Joel Challis <git@zvecr.com>
2022-07-02Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-07-02Add LED backlight/indicator info to reference_info_json.md (#17010)Josh Hinnebusch
Co-authored-by: Joel Challis <git@zvecr.com>