~ruther/qmk_firmware

ref: d37db0c50cfd3cb3dc6a25f6e605ffbceb127c71 qmk_firmware/docs d---------
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)

d3858585 — Jamal Bouajjaj 3 years ago
Added global current to all other issi drivers who don't have it (#17448)

eac0f6d4 — Kyle McCreery 3 years ago
Cirque Attenuation Setting (#17342)

be42c5fb — Dasky 3 years ago
Fix RGB heatmap to use XY positions and use correct led limits (#17184)

* Fix RGB heatmap to use XY positions

* lower effect area limit and make configurable

* tidy up macro

* Fix triggering in both directions.

* add docs

* fix bug when decreasing value

* performance tweak
1a400d86 — Joel Challis 3 years ago
Allow encoder config from info.json (#17295)

2fb24c02 — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
0a45a198 — evils 3 years ago
[Docs] clarify inner array of direct pin matrix (#17437)

2bddffea — Jamal Bouajjaj 3 years ago
IS31FL3737 Global Current Setting (#17420)

c725b6bf — Albert Y 3 years ago
[Core] Mouse key kinetic mode fix (#17176)

Co-authored-by: Drashna Jaelre <drashna@live.com>
7f8886a1 — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
fd01feae — coliss86 3 years ago
Add a note about using differents MCU family (#17416)

0da6562c — Drashna Jaelre 3 years ago
Make default layer size 16-bit (#15286)

Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
fe680a85 — Stefan Kerkmann 3 years ago
[Core] Split ChibiOS usart split driver in protocol and hardware driver part (#16669)

6d67e9df — Stefan Kerkmann 3 years ago
[Core] Allow usage of ChibiOS's SIO driver for split keyboards (#15907)

Next