summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAge
...
* | [Docs] Updates to Pointing Device Docs (#17777)Drashna Jaelre2022-07-26
| |
* | [Docs] Fix custom debug function and sample output (#17790)Drashna Jaelre2022-07-25
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-07-24
|\|
| * [Docs] Fix tables in Audio driver document (#17780)Drashna Jaelre2022-07-25
| |
* | implement `tap_code16_delay` (#17748)JayceFayne2022-07-23
| |
* | Add ability to enter bootloader mode from `QK_MAKE` (#17745)jack2022-07-23
| |
* | Add Blok 2040 conversion (#17603)Albert Y2022-07-21
| |
* | docs: fix default value of USB_SUSPEND_WAKEUP_DELAY (#17501)Ben Fiedler2022-07-20
| | | | | | Documents the change made in #12081
* | Add support for PAW3204 Optical Sensor (#17669)Drashna Jaelre2022-07-19
| | | | | | | | 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-17
| | | | | | | | | | ...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-16
| | | | | | | | | | 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-14
| |
* | [Core] PMW33XX drivers overhaul (#17613)Stefan Kerkmann2022-07-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-12
| |
* | Grammar fixes for docs/feature_converters.md (#17652)James Young2022-07-13
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-07-13
|\|
| * [Docs] Add Encoder requirements to PR Checklist doc (#17634)Drashna Jaelre2022-07-12
| | | | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* | Merge remote-tracking branch 'origin/master' into developzvecr2022-07-13
|\|
| * Add basic secure docs (#17577)Joel Challis2022-07-13
| |
* | Add converter docs (#17593)Joel Challis2022-07-08
| |
* | Make debounce() signal changes in the cooked matrix as return value (#17554)Stefan Kerkmann2022-07-07
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-07-03
|\|
| * Attempt to discourage manual MSYS install for new users (#17556)Joel Challis2022-07-04
| |
* | Tentative Teensy 3.5 support (#14420)Ryan2022-07-03
| | | | | | | | | | | | | | | | | | | | | | * 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-02
|\|
| * MSYS2 install: use MinGW python-qmk package (#17302)Ryan2022-07-02
| | | | | | | | | | | | | | | | | | * 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-02
|\|
| * Allow for RGB actions to take place on Keydown instead of Keyup (#16886)CoffeeIsLife2022-07-02
| | | | | | | | | | * Allow for switch on keydown * add docs
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-07-02
|\|
| * Add note about qmk doctor in newbs_flashing.md (#15688)ripdog2022-07-02
| | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* | Feature-ify Send String (#17275)Ryan2022-07-02
| |
* | PoC: Swap Escape and Caps (#16336)Osamu Aoki2022-07-02
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-07-02
|\|
| * Add Zsh note for tab complete (#17226)jack2022-07-02
| |
* | Add cli command to import keyboard|keymap|kbfirmware (#16668)Joel Challis2022-07-02
| |
* | Added Wait time to sending each Keys for Dynamic Macros function (#16800)FREEWING.JP2022-07-02
| | | | | | Co-authored-by: Joel Challis <git@zvecr.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-07-02
|\|
| * Add LED backlight/indicator info to reference_info_json.md (#17010)Josh Hinnebusch2022-07-02
| | | | | | Co-authored-by: Joel Challis <git@zvecr.com>
* | RP2040 emulated EEPROM. (#17519)Nick Brassel2022-07-02
| |
* | [QP] Add ILI9488 support. (#17438)Nick Brassel2022-07-02
| |
* | [Core] Add Raspberry Pi RP2040 support (#14877)Stefan Kerkmann2022-06-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Disable RESET keycode because of naming conflicts * Add Pico SDK as submodule * Add RP2040 build support to QMK * Adjust USB endpoint structs for RP2040 * Add RP2040 bootloader and double-tap reset routine * Add generic and pro micro RP2040 boards * Add RP2040 onekey keyboard * Add WS2812 PIO DMA enabled driver and documentation Supports regular and open-drain output configuration. RP2040 GPIOs are sadly not 5V tolerant, so this is a bit use-less or needs extra hardware or you take the risk to fry your hardware. * Adjust SIO Driver for RP2040 * Adjust I2C Driver for RP2040 * Adjust SPI Driver for RP2040 * Add PIO serial driver and documentation * Add general RP2040 documentation * Apply suggestions from code review Co-authored-by: Nick Brassel <nick@tzarc.org> Co-authored-by: Nick Brassel <nick@tzarc.org>
* | Wear-leveling EEPROM drivers: `embedded_flash`, `spi_flash`, `legacy` (#17376)Nick Brassel2022-06-30
| |
* | Update feature_split_keyboard.md to add extra detail about left and right ↵ihatechoosingusernames2022-06-29
| | | | | | | | matrices. (#17492)
* | improvements for Cirque Pinnacle trackpads (#17091)Thomas Kriechbaumer2022-06-25
| |
* | Do not enable PERMISSIVE_HOLD when TAPPING_TERM exceeds 500ms (#15674)precondition2022-06-24
| |
* | Refactor steno and add `STENO_PROTOCOL = [all|txbolt|geminipr]` (#17065)precondition2022-06-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Refactor steno into STENO_ENABLE_[ALL|GEMINI|BOLT] * Update stenography documentation * STENO_ENABLE_TXBOLT → STENO_ENABLE_BOLT TXBOLT is a better name but BOLT is more consistent with the pre-existing TX Bolt related constants, which all drop the "TX " prefix * Comments * STENO_ENABLE_[GEMINI|BOLT|ALL] → STENO_PROTOCOL = [geminipr|txbolt|all] * Add note on lacking V-USB support * Clear chord at the end of the switch(mode){send_steno_chord} block * Return true if NOEVENT * update_chord_xxx → add_xxx_key_to_chord * Enable the defines for all the protocols if STENO_PROTOCOL = all * Mention how to use `steno_set_mode` * Set the default steno protocol to "all" This is done so that existing keymaps invoking `steno_set_mode` don't all suddenly break * Add data driver equivalents for stenography feature * Document format of serial steno packets (Thanks dnaq) * Add missing comma
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-06-23
|\|
| * Update ref_functions.md (replaced deprecated `RESET`) (#17436)David Kosorin2022-06-23
| |
* | Added global current to all other issi drivers who don't have it (#17448)Jamal Bouajjaj2022-06-23
| |
* | Cirque Attenuation Setting (#17342)Kyle McCreery2022-06-22
| |