qmk_firmware/builddefs
precondition 7060cb7b26
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
2022-06-23 20:43:24 +02:00
..
bootloader.mk Merge remote-tracking branch 'origin/master' into develop 2022-05-06 12:18:51 +00:00
build_full_test.mk Migrate more makefile utilities to builddefs sub-directory (#16002) 2022-02-10 09:45:51 -08:00
build_json.mk Migrate more makefile utilities to builddefs sub-directory (#16002) 2022-02-10 09:45:51 -08:00
build_keyboard.mk Dump out the largest symbols in flash and in RAM. (#17397) 2022-06-16 09:55:15 +10:00
build_layout.mk Migrate more makefile utilities to builddefs sub-directory (#16002) 2022-02-10 09:45:51 -08:00
build_test.mk tap-dance: Restructure code and document in more detail (#16394) 2022-06-13 22:12:55 +02:00
common_features.mk Refactor steno and add `STENO_PROTOCOL = [all|txbolt|geminipr]` (#17065) 2022-06-23 20:43:24 +02:00
common_rules.mk [Core] Update C standard to GNU11, C++ to GNU++14 (#17114) 2022-06-06 08:47:22 +10:00
converters.mk Add warning for CTCP/CONVERT_TO_PROTON_C. (#16782) 2022-04-03 19:17:38 +01:00
disable_features.mk
generic_features.mk [Core] Add Caps Word feature to core (#16588) 2022-05-14 16:00:32 +10:00
mcu_selection.mk Added support for Wb32fq95 (#16871) 2022-05-23 15:57:24 +10:00
message.mk Print out generated files during build (#16672) 2022-03-17 10:45:06 +11:00
show_options.mk Refactor steno and add `STENO_PROTOCOL = [all|txbolt|geminipr]` (#17065) 2022-06-23 20:43:24 +02:00
testlist.mk Asymmetric encoders, encoder tests. (#16068) 2022-03-08 16:58:05 +11:00