Merge remote-tracking branch 'origin/master' into develop
Add note about qmk doctor in newbs_flashing.md (#15688) Co-authored-by: Drashna Jaelre <drashna@live.com>
Feature-ify Send String (#17275)
PoC: Swap Escape and Caps (#16336)
Merge remote-tracking branch 'origin/master' into develop
Add Zsh note for tab complete (#17226)
Add cli command to import keyboard|keymap|kbfirmware (#16668)
Added Wait time to sending each Keys for Dynamic Macros function (#16800) Co-authored-by: Joel Challis <git@zvecr.com>
Merge remote-tracking branch 'origin/master' into develop
Add LED backlight/indicator info to reference_info_json.md (#17010) Co-authored-by: Joel Challis <git@zvecr.com>
RP2040 emulated EEPROM. (#17519)
[QP] Add ILI9488 support. (#17438)
[Core] Add Raspberry Pi RP2040 support (#14877) * 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)
Update feature_split_keyboard.md to add extra detail about left and right matrices. (#17492)
improvements for Cirque Pinnacle trackpads (#17091)
Do not enable PERMISSIVE_HOLD when TAPPING_TERM exceeds 500ms (#15674)
Refactor steno and add `STENO_PROTOCOL = [all|txbolt|geminipr]` (#17065) * 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 develop
Update ref_functions.md (replaced deprecated `RESET`) (#17436)