~ruther/qmk_firmware

69fa02c3 — Joel Challis 2 years ago
Align audio keycode names (#18962)

* Align audio keycode names

* Update docs

* Update quantum
fd4c3f46 — Joel Challis 2 years ago
Align dynamic tapping term keycode names (#18963)

* Align dynamic tapping term keycode names

* regen header
5233c69b — Nick Brassel 2 years ago
Remove thermal printer. (#18959)

4d33f356 — Nick Brassel 2 years ago
Macro keycode name refactoring (#18958)

Reduce includes for send_string header (#18952)

a69ab05d — Joel Challis 2 years ago
Initial DD keycode migration (#18643)

* Initial DD keycode migration

* Sort magic keycodes
a070c4c5 — Joel Challis 2 years ago
Remove hardcoded VIA keycode range (#18956)

Fix "no matrix definition" errors for some boards (#18954)

f82e90bd — Nick Brassel 2 years ago
Formalise keyboard- and user-specific EEPROM blocks (#18874)

* Formalise keyboard and user eeconfig datablocks.

* Add debounce helper that checks a condition and issues post-write function invocation.

* Naming.
ea98aa8e — Joel Challis 2 years ago
Reduce includes for dip_switch header (#18951)

Fix DD warnings for RGBKB boards (#18944)

fb96b888 — Joel Challis 2 years ago
Reduce includes for wpm header (#18949)

1249f74b — Joel Challis 2 years ago
Reduce includes for caps_word header (#18948)

Normalise Dynamic Macro keycodes (#18939)

* `DYN_REC_START1` -> `QK_DYNAMIC_MACRO_RECORD_START_1`

* `DYN_REC_START2` -> `QK_DYNAMIC_MACRO_RECORD_START_2`

* `DYN_MACRO_PLAY1` -> `QK_DYNAMIC_MACRO_PLAY_1`

* `DYN_MACRO_PLAY2` -> `QK_DYNAMIC_MACRO_PLAY_2`

* `DYN_REC_STOP` -> `QK_DYNAMIC_MACRO_RECORD_STOP`

* Update docs
3de296f4 — Joel Challis 2 years ago
Reduce includes for crc header (#18947)

f11a2471 — Joel Challis 2 years ago
Reduce includes for sequencer header (#18946)

Resolve info.json/rules.mk feature conflicts in three boards (#18942)

Remove more `UNUSED_PINS` defines (#18940)

5fb80562 — Joshua Diamond 2 years ago
Fix syntax error introduced in #18800 (#18933)

9435ad19 — Joy Lee 2 years ago
Added analog support for WB32 MCU. (#18289)

Co-authored-by: Joy <chang.li@westberrytech.com>
Next