[Split] Verify Split Pointing Device config (#17481)
improvements for Cirque Pinnacle trackpads (#17091)
Merge remote-tracking branch 'origin/master' into develop
Merge remote-tracking branch 'origin/master' into develop
Only omit paths containing "/keymaps/" (#17468)
This allows keyboard names to contain the word "keymaps"
Merge remote-tracking branch 'origin/master' into develop
[Split] Ensure SOFT_SERIAL_PIN is defined if USE_I2C isn't defined (#17466)
Merge remote-tracking branch 'origin/master' into develop
[Keyboard] Fixup skergo - missing keycode in keymaps (#17458)
Merge remote-tracking branch 'origin/master' into develop
[Keyboard] Fix firmware size for via keymap on Atom47 (#17472)
Do not enable PERMISSIVE_HOLD when TAPPING_TERM exceeds 500ms (#15674)
Merge remote-tracking branch 'origin/master' into develop
Fix up Djinn fuse handling. (#17465)
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
In honor of king terry (#17387)
Merge remote-tracking branch 'origin/master' into develop
Update ref_functions.md (replaced deprecated `RESET`) (#17436)
Merge remote-tracking branch 'origin/master' into develop