~ruther/qmk_firmware

ref: dc7d2692c6de6e8d5ae11f9cab5f76bbbdbb9c49 qmk_firmware/docs d---------
fcc14b88 — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
4e35697e — ripdog 3 years ago
Add note about qmk doctor in newbs_flashing.md (#15688)

Co-authored-by: Drashna Jaelre <drashna@live.com>
Feature-ify Send String (#17275)

871eeae4 — Osamu Aoki 3 years ago
PoC: Swap Escape and Caps (#16336)

08721b41 — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
Add Zsh note for tab complete (#17226)

59e28b89 — Joel Challis 3 years ago
Add cli command to import keyboard|keymap|kbfirmware (#16668)

9dc7b9d4 — FREEWING.JP 3 years ago
Added Wait time to sending each Keys for Dynamic Macros function (#16800)

Co-authored-by: Joel Challis <git@zvecr.com>
05074cbd — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
096db8c8 — Josh Hinnebusch 3 years ago
Add LED backlight/indicator info to reference_info_json.md (#17010)

Co-authored-by: Joel Challis <git@zvecr.com>
5846b40f — Nick Brassel 3 years ago
RP2040 emulated EEPROM. (#17519)

b67ae676 — Nick Brassel 3 years ago
[QP] Add ILI9488 support. (#17438)

d7173967 — Stefan Kerkmann 3 years ago
[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>
34e244ce — Nick Brassel 3 years ago
Wear-leveling EEPROM drivers: `embedded_flash`, `spi_flash`, `legacy` (#17376)

1204cbb7 — ihatechoosingusernames 3 years ago
Update feature_split_keyboard.md to add extra detail about left and right matrices. (#17492)

01bc9743 — Thomas Kriechbaumer 3 years ago
improvements for Cirque Pinnacle trackpads (#17091)

3b9e1860 — precondition 3 years ago
Do not enable PERMISSIVE_HOLD when TAPPING_TERM exceeds 500ms (#15674)

7060cb7b — precondition 3 years ago
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
32792826 — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
71472a16 — David Kosorin 3 years ago
Update ref_functions.md (replaced deprecated `RESET`) (#17436)

Next