summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/ChangeLog/20190830.md8
-rw-r--r--docs/ChangeLog/20230226.md367
-rw-r--r--docs/_summary.md5
-rw-r--r--docs/adc_driver.md17
-rw-r--r--docs/breaking_changes.md56
-rw-r--r--docs/breaking_changes_history.md1
-rw-r--r--docs/chibios_upgrade_instructions.md19
-rw-r--r--docs/config_options.md32
-rw-r--r--docs/configurator_default_keymaps.md10
-rw-r--r--docs/contributing.md6
-rw-r--r--docs/custom_matrix.md4
-rw-r--r--docs/documentation_templates.md12
-rw-r--r--docs/feature_auto_shift.md11
-rw-r--r--docs/feature_autocorrect.md18
-rw-r--r--docs/feature_combo.md103
-rw-r--r--docs/feature_converters.md30
-rw-r--r--docs/feature_encoders.md68
-rw-r--r--docs/feature_joystick.md6
-rw-r--r--docs/feature_layers.md12
-rw-r--r--docs/feature_leader_key.md338
-rw-r--r--docs/feature_led_indicators.md2
-rw-r--r--docs/feature_led_matrix.md2
-rw-r--r--docs/feature_midi.md12
-rw-r--r--docs/feature_os_detection.md77
-rw-r--r--docs/feature_pointing_device.md21
-rw-r--r--docs/feature_rgb_matrix.md6
-rw-r--r--docs/feature_rgblight.md2
-rw-r--r--docs/feature_sequencer.md28
-rw-r--r--docs/feature_split_keyboard.md56
-rw-r--r--docs/feature_swap_hands.md30
-rw-r--r--docs/feature_tap_dance.md66
-rw-r--r--docs/feature_tri_layer.md48
-rw-r--r--docs/feature_unicode.md12
-rw-r--r--docs/flashing.md43
-rw-r--r--docs/gpio_control.md2
-rw-r--r--docs/hardware_keyboard_guidelines.md4
-rw-r--r--docs/ja/api_docs.md2
-rw-r--r--docs/ja/config_options.md2
-rw-r--r--docs/ja/custom_matrix.md4
-rw-r--r--docs/ja/faq_keymap.md2
-rw-r--r--docs/ja/feature_grave_esc.md4
-rw-r--r--docs/ja/feature_led_indicators.md2
-rw-r--r--docs/ja/feature_tap_dance.md2
-rw-r--r--docs/ja/hardware_keyboard_guidelines.md2
-rw-r--r--docs/ja/keycodes.md4
-rw-r--r--docs/ja/keycodes_basic.md4
-rw-r--r--docs/ja/keymap.md10
-rw-r--r--docs/ja/other_vscode.md2
-rw-r--r--docs/ja/reference_configurator_support.md2
-rw-r--r--docs/ja/tap_hold.md19
-rw-r--r--docs/ja/understanding_qmk.md4
-rw-r--r--docs/keycodes.md96
-rw-r--r--docs/keycodes_basic.md62
-rw-r--r--docs/keycodes_magic.md73
-rw-r--r--docs/keymap.md40
-rw-r--r--docs/newbs_building_firmware.md2
-rw-r--r--docs/newbs_building_firmware_workflow.md3
-rw-r--r--docs/newbs_getting_started.md6
-rw-r--r--docs/newbs_git_resynchronize_a_branch.md8
-rw-r--r--docs/other_vscode.md2
-rw-r--r--docs/platformdev_blackpill_f4x1.md35
-rw-r--r--docs/platformdev_rp2040.md23
-rw-r--r--docs/porting_your_keyboard_to_qmk.md7
-rw-r--r--docs/pr_checklist.md72
-rw-r--r--docs/quantum_painter.md59
-rw-r--r--docs/quantum_painter_lvgl.md55
-rw-r--r--docs/reference_info_json.md36
-rw-r--r--docs/serial_driver.md2
-rw-r--r--docs/squeezing_avr.md2
-rw-r--r--docs/support_deprecation_policy.md44
-rw-r--r--docs/tap_hold.md124
-rw-r--r--docs/understanding_qmk.md2
-rw-r--r--docs/zh-cn/api_docs.md2
-rw-r--r--docs/zh-cn/configurator_default_keymaps.md4
-rw-r--r--docs/zh-cn/faq_keymap.md2
-rw-r--r--docs/zh-cn/feature_grave_esc.md4
-rw-r--r--docs/zh-cn/keymap.md10
-rw-r--r--docs/zh-cn/other_vscode.md2
-rw-r--r--docs/zh-cn/reference_configurator_support.md2
79 files changed, 1728 insertions, 650 deletions
diff --git a/docs/ChangeLog/20190830.md b/docs/ChangeLog/20190830.md
index ab6e28c4d9..298ec958c5 100644
--- a/docs/ChangeLog/20190830.md
+++ b/docs/ChangeLog/20190830.md
@@ -7,7 +7,7 @@ This document marks the inaugural Breaking Change merge. A list of changes follo
## Core code formatting with clang-format
* All core files (`drivers/`, `quantum/`, `tests/`, and `tmk_core/`) have been formatted with clang-format
-* A travis process to reformat PR's on merge has been instituted
+* A travis process to reformat PRs on merge has been instituted
* You can use the new CLI command `qmk cformat` to format before submitting your PR if you wish.
## LUFA USB descriptor cleanup
@@ -30,15 +30,15 @@ This document marks the inaugural Breaking Change merge. A list of changes follo
## Backport changes to keymap language files from ZSA fork
* Fixes an issue in the `keymap_br_abnt2.h` file that includes the wrong source (`keymap_common.h` instead of `keymap.h`)
-* Updates the `keymap_swedish.h` file to be specific to swedish, and not just "nordic" in general.
-* Any keymaps using this will need to remove `NO_*` and replace it with `SE_*`.
+* Updates the `keymap_swedish.h` file to be specific to swedish, and not just "nordic" in general.
+* Any keymaps using this will need to remove `NO_*` and replace it with `SE_*`.
## Update repo to use LUFA as a git submodule
* `/lib/LUFA` removed from the repo
* LUFA set as a submodule, pointing to qmk/lufa
* This should allow more flexibility with LUFA, and allow us to keep the sub-module up to date, a lot more easily. It was ~2 years out of date with no easy path to fix that. This prevents that from being an issue in the future
-
+
## Migrating `ACTION_BACKLIGHT_*()` entries in `fn_actions` to `BL_` keycodes
* `fn_actions` is deprecated, and its functionality has been superseded by direct keycodes and `process_record_user()`
diff --git a/docs/ChangeLog/20230226.md b/docs/ChangeLog/20230226.md
new file mode 100644
index 0000000000..df5095ac7b
--- /dev/null
+++ b/docs/ChangeLog/20230226.md
@@ -0,0 +1,367 @@
+# QMK Breaking Changes - 2023 February 26 Changelog
+
+## Changes Requiring User Action :id=changes-requiring-user-action
+
+### `IGNORE_MOD_TAP_INTERRUPT` behaviour changes ([#15741](https://github.com/qmk/qmk_firmware/pull/15741)) :id=i-m-t-i
+
+`IGNORE_MOD_TAP_INTERRUPT_PER_KEY` has been removed and `IGNORE_MOD_TAP_INTERRUPT` deprecated as a stepping stone towards making `IGNORE_MOD_TAP_INTERRUPT` the new default behavior for mod-taps in the future.
+
+In place of the now removed `IGNORE_MOD_TAP_INTERRUPT_PER_KEY`, one must use the pre-existing `HOLD_ON_OTHER_KEY_PRESS` option.
+
+In most cases, updating `get_ignore_mod_tap_interrupt` to `get_hold_on_other_key_press` is simply a matter of renaming the function and swapping every `true` by `false` and vice versa. The one subtlety you may need to look out for is that the `get_ignore_mod_tap_interrupt` was only ever called with mod-taps passed in as the `keycode` argument, while the `keycode` argument of `get_hold_on_other_key_press` can be any dual-role key. This includes not only mod-taps, but also layer-taps, one shot keys, `TT(layer)` and more. This has an impact on the effect of the `default` case in a typical per-key configuration making use of a `switch(keycode)` statement.
+
+To illustrate, let's take the example of a configuration where we'd want all mod-taps to activate the modifier if another key is pressed while held with the exception of `LCTL_T(KC_A)`, which should ignore keys pressed while it is held and activate the modifier only if it has been held for longer than the tapping term. In addition, we would like to keep the default "ignore-interrupt" behavior of layer taps.
+
+An old way to do this would be via the following code:
+
+```c
+bool get_ignore_mod_tap_interrupt(uint16_t keycode, keyrecord_t *record) {
+ switch(keycode) {
+ case LCTL_T(KC_A):
+ return true;
+ default:
+ return false;
+ }
+}
+```
+
+The correct way to update this code without accidentally changing how the layer-taps work would be the following:
+
+```c
+bool get_hold_on_other_key_press(uint16_t keycode, keyrecord_t *record) {
+ switch(keycode) {
+ // Capture all mod-tap keycodes.
+ case QK_MOD_TAP ... QK_MOD_TAP_MAX:
+ if (keycode == LCTL_T(KC_A)) {
+ // Disable HOLD_ON_OTHER_KEY_PRESS for LCTL_T(KC_A)
+ // aka enable IGNORE_MOD_TAP_INTERRUPT for LCTL_T(KC_A).
+ return false;
+ } else {
+ // Enable HOLD_ON_OTHER_KEY_PRESS for every other mod-tap keycode.
+ return true;
+ }
+ default:
+ return false;
+ }
+}
+```
+
+For more information, you are invited to read the sections on [IGNORE_MOD_TAP_INTERRUPT](tap_hold.md#ignore-mod-tap-interrupt) and [HOLD_ON_OTHER_KEY_PRESS](tap_hold.md#hold-on-other-key-press) in the page on [Tap-Hold configuration options](tap_hold.md).
+
+### `TAPPING_FORCE_HOLD` => `QUICK_TAP_TERM` ([#17007](https://github.com/qmk/qmk_firmware/pull/17007)) :id=quick-tap-term
+
+`TAPPING_FORCE_HOLD` feature is now replaced by `QUICK_TAP_TERM`. Instead of turning off auto-repeat completely, user will have the option to configure a `QUICK_TAP_TERM` in milliseconds. When the user holds a tap-hold key after tapping it within `QUICK_TAP_TERM`, QMK will send the tap keycode to the host, enabling auto-repeat.
+
+Its value is set to `TAPPING_TERM` by default and it can be reduced to match typing habits to avoid false triggers. To disable auto-repeat completely, set `QUICK_TAP_TERM` to zero.
+
+`TAPPING_FORCE_HOLD_PER_KEY` is also deprecated and replaced by `QUICK_TAP_TERM_PER_KEY`. The old granular control function for tapping force hold is:
+
+```c
+bool get_tapping_force_hold(uint16_t keycode, keyrecord_t *record) {
+ switch (keycode) {
+ case LT(1, KC_BSPC):
+ return true;
+ default:
+ return false;
+ }
+}
+```
+
+That function can be replaced with:
+
+```c
+uint16_t get_quick_tap_term(uint16_t keycode, keyrecord_t *record) {
+ switch (keycode) {
+ case SFT_T(KC_SPC):
+ return 0;
+ default:
+ return QUICK_TAP_TERM;
+ }
+}
+```
+
+For more details, please read the updated documentation section on [Quick Tap Term](tap_hold.md#quick-tap-term).
+
+### Leader Key Rework :id=leader-key-rework ([#19632](https://github.com/qmk/qmk_firmware/pull/19632))
+
+The Leader Key feature API has been significantly improved, along with some bugfixes and added tests.
+
+Instead of defining your leader sequences in `matrix_scan_user()`, they are now handled in the `leader_end_user()` callback, and the `LEADER_EXTERNS()`/`LEADER_DICTIONARY()` macros are no longer needed:
+
+```c
+void leader_end_user(void) {
+ if (leader_sequence_one_key(KC_F)) {
+ // Leader, f => Types the below string
+ SEND_STRING("QMK is awesome.");
+ } else if (leader_sequence_two_keys(KC_D, KC_D)) {
+ // Leader, d, d => Ctrl+A, Ctrl+C
+ SEND_STRING(SS_LCTL("a") SS_LCTL("c"));
+ } else if (leader_sequence_three_keys(KC_D, KC_D, KC_S)) {
+ // Leader, d, d, s => Types the below string
+ SEND_STRING("https://start.duckduckgo.com\n");
+ } else if (leader_sequence_two_keys(KC_A, KC_S)) {
+ // Leader, a, s => GUI+S
+ tap_code16(LGUI(KC_S));
+ }
+}
+```
+
+For more information please see the [Leader Key documentation](feature_leader_key.md).
+
+### Updated Keyboard Codebases :id=updated-keyboard-codebases
+
+The following keyboards have had their source moved within QMK:
+
+| Old Keyboard Name | New Keyboard Name |
+|-----------------------------|--------------------------|
+| ramonimbao/aelith | rmi_kb/aelith |
+| ramonimbao/herringbone/pro | rmi_kb/herringbone/pro |
+| ramonimbao/herringbone/v1 | rmi_kb/herringbone/v1 |
+| ramonimbao/mona/v1_1 | rmi_kb/mona/v1_1 |
+| ramonimbao/mona/v1 | rmi_kb/mona/v1 |
+| ramonimbao/mona/v32a | rmi_kb/mona/v32a |
+| ramonimbao/squishy65 | rmi_kb/squishy65 |
+| ramonimbao/squishytkl | rmi_kb/squishytkl |
+| ramonimbao/tkl_ff | rmi_kb/tkl_ff |
+| ramonimbao/tkl_ff/v1 | rmi_kb/tkl_ff/v1 |
+| ramonimbao/tkl_ff/v2 | rmi_kb/tkl_ff/v2 |
+| ramonimbao/wete/v1 | rmi_kb/wete/v1 |
+| ramonimbao/wete/v2 | rmi_kb/wete/v2 |
+| the_uni | stenothe_uni |
+| xelus/xs60 | xelus/xs60/soldered |
+
+## Notable core changes :id=notable-core
+
+As per last breaking changes cycle, there has been _a lot_ of emphasis on behind-the-scenes changes, mainly around consolidation of core subsystems and constant values, as well as addressing tech debt. Whilst not outwardly visible, this cleanup and refactoring should start paying dividends as it simplifies future development and maintenance.
+
+A handful of examples:
+
+* Standardised the lower/raise/adjust layer change pattern with explicit keycodes and configurable target layers
+* Cleaned up a lot of Makefile logic to simplify and speed up builds
+* Automated tooling to regenerate keycode values has been hooked into the PR pipeline and will trigger failures if they're incorrect
+* Many more configuration options have moved into `info.json`, such as backlight, encoders
+* Additional unit tests to ensure keycode behaviours don't accidentally change
+
+## Full changelist :id=full-changelist
+
+Core:
+* Remove IGNORE_MOD_TAP_INTERRUPT_PER_KEY in favour of HOLD_ON_OTHER_KEY_PRESS_PER_KEY ([#15741](https://github.com/qmk/qmk_firmware/pull/15741))
+* Add combo hook to allow per layer combo reference layers. ([#16699](https://github.com/qmk/qmk_firmware/pull/16699))
+* Replace Tapping Force Hold feature with Quick Tap Term ([#17007](https://github.com/qmk/qmk_firmware/pull/17007))
+* [Test] Reset timer for every unit test and provide timestamps for log messages ([#17028](https://github.com/qmk/qmk_firmware/pull/17028))
+* Bug17281 - Retain momentary layers until the end of tapping ([#17282](https://github.com/qmk/qmk_firmware/pull/17282))
+* Detect host OS based on USB fingerprint ([#18463](https://github.com/qmk/qmk_firmware/pull/18463))
+* allow locking the matrix state ([#18852](https://github.com/qmk/qmk_firmware/pull/18852))
+* Initial DD keymap_extras migration ([#19031](https://github.com/qmk/qmk_firmware/pull/19031))
+* Support inverted scan logic for optical switches ([#19053](https://github.com/qmk/qmk_firmware/pull/19053))
+* Corrections to uart driver for Chibios platform ([#19075](https://github.com/qmk/qmk_firmware/pull/19075))
+* Remaining DD keymap_extras migration ([#19110](https://github.com/qmk/qmk_firmware/pull/19110))
+* Add udev rule for the WB32 DFU bootloader ([#19135](https://github.com/qmk/qmk_firmware/pull/19135))
+* Add Michi MCU Converter support ([#19163](https://github.com/qmk/qmk_firmware/pull/19163))
+* Add Split support for Haptic feedback ([#19203](https://github.com/qmk/qmk_firmware/pull/19203))
+* Allow mod-tap hold action on one shot layer ([#19214](https://github.com/qmk/qmk_firmware/pull/19214))
+* Remove RGBLIGHT_ANIMATIONS from core (+cleanup) ([#19216](https://github.com/qmk/qmk_firmware/pull/19216))
+* Revert WB32 ISO workaround ([#19224](https://github.com/qmk/qmk_firmware/pull/19224))
+* Prevent dynamic keymaps from processing layers that don't exist ([#19225](https://github.com/qmk/qmk_firmware/pull/19225))
+* Add `*_RIGHT` configuration for PMW33XX driver ([#19243](https://github.com/qmk/qmk_firmware/pull/19243))
+* Remove deprecated led_set_kb ([#19273](https://github.com/qmk/qmk_firmware/pull/19273))
+* Tests that caps word stays active after use of OSL ([#19303](https://github.com/qmk/qmk_firmware/pull/19303))
+* Allow overriding of keymap/encodermap layer count. ([#19325](https://github.com/qmk/qmk_firmware/pull/19325))
+* guard action related debug messages ([#19348](https://github.com/qmk/qmk_firmware/pull/19348))
+* use `IS_EVENT` macro instead of `!IS_NOEVENT` ([#19366](https://github.com/qmk/qmk_firmware/pull/19366))
+* [Test] Introduce VERIFY_AND_CLEAR shorthand ([#19370](https://github.com/qmk/qmk_firmware/pull/19370))
+* Add RGB565 and RGB888 color support to Quantum Painter ([#19382](https://github.com/qmk/qmk_firmware/pull/19382))
+* Initial DD keycode regen workflow ([#19400](https://github.com/qmk/qmk_firmware/pull/19400))
+* Update RGB matrix reactive gradient timer scale ([#19415](https://github.com/qmk/qmk_firmware/pull/19415))
+* De-obfuscate random8 functions ([#19416](https://github.com/qmk/qmk_firmware/pull/19416))
+* Use random8 for jellybean effect ([#19418](https://github.com/qmk/qmk_firmware/pull/19418))
+* Align definition of unicode_map ([#19452](https://github.com/qmk/qmk_firmware/pull/19452))
+* Add analog support for RP2040 ([#19453](https://github.com/qmk/qmk_firmware/pull/19453))
+* [CI] Regenerate Files ([#19463](https://github.com/qmk/qmk_firmware/pull/19463))
+* Build warning when not valid work-tree ([#19475](https://github.com/qmk/qmk_firmware/pull/19475))
+* Migrate 'make git-submodule' to CLI command ([#19479](https://github.com/qmk/qmk_firmware/pull/19479))
+* Remove cmp checks from Makefile ([#19480](https://github.com/qmk/qmk_firmware/pull/19480))
+* Replace list_keyboards.sh with CLI calls ([#19485](https://github.com/qmk/qmk_firmware/pull/19485))
+* Remove unused Makefile paths ([#19487](https://github.com/qmk/qmk_firmware/pull/19487))
+* Migrate submodule dirty check to CLI ([#19488](https://github.com/qmk/qmk_firmware/pull/19488))
+* Remove `make all-<platform>` build targets ([#19496](https://github.com/qmk/qmk_firmware/pull/19496))
+* Relax converter validation within keymap schema ([#19544](https://github.com/qmk/qmk_firmware/pull/19544))
+* De-duplicate platform detection ([#19545](https://github.com/qmk/qmk_firmware/pull/19545))
+* Add alias support for converters ([#19563](https://github.com/qmk/qmk_firmware/pull/19563))
+* Revert "De-duplicate platform detection" ([#19564](https://github.com/qmk/qmk_firmware/pull/19564))
+* Add mmoskal/uf2-stm32f103 bootloader support ([#19594](https://github.com/qmk/qmk_firmware/pull/19594))
+* usb_main.c: remove `CH_KERNEL_MAJOR` check ([#19597](https://github.com/qmk/qmk_firmware/pull/19597))
+* Use the correct keycode when updating WPM ([#19599](https://github.com/qmk/qmk_firmware/pull/19599))
+* De-duplicate platform detection ([#19603](https://github.com/qmk/qmk_firmware/pull/19603))
+* Refactor rain pixel function ([#19606](https://github.com/qmk/qmk_firmware/pull/19606))
+* ChibiOS: Consolidate report sending code ([#19607](https://github.com/qmk/qmk_firmware/pull/19607))
+* Add f303 to tinyuf2 bootloader support ([#19620](https://github.com/qmk/qmk_firmware/pull/19620))
+* Refactor Leader key feature ([#19632](https://github.com/qmk/qmk_firmware/pull/19632))
+* Split out mcu_selection to platform ([#19701](https://github.com/qmk/qmk_firmware/pull/19701))
+* Move MIDI code out of tmk_core ([#19704](https://github.com/qmk/qmk_firmware/pull/19704))
+* Remove deprecated Quantum keycodes ([#19712](https://github.com/qmk/qmk_firmware/pull/19712))
+* QP: Correct rotation and offset when using LVGL ([#19713](https://github.com/qmk/qmk_firmware/pull/19713))
+* Remove usages of config_common.h from config.h files. ([#19714](https://github.com/qmk/qmk_firmware/pull/19714))
+* Relocate diode direction definitions ([#19715](https://github.com/qmk/qmk_firmware/pull/19715))
+* Normalise Swap Hands keycodes ([#19720](https://github.com/qmk/qmk_firmware/pull/19720))
+* Strip out more of config_common ([#19722](https://github.com/qmk/qmk_firmware/pull/19722))
+* Remove `IS_HOST_LED_ON` and migrate usages ([#19753](https://github.com/qmk/qmk_firmware/pull/19753))
+* Move more unicode ranges to DD ([#19755](https://github.com/qmk/qmk_firmware/pull/19755))
+* Tidy up use of keycode range helpers ([#19756](https://github.com/qmk/qmk_firmware/pull/19756))
+* Tri Layer Keys ([#19795](https://github.com/qmk/qmk_firmware/pull/19795))
+* Remove matrix_init_quantum/matrix_scan_quantum ([#19806](https://github.com/qmk/qmk_firmware/pull/19806))
+* Tidy up use of keycode range helpers ([#19813](https://github.com/qmk/qmk_firmware/pull/19813))
+* Remove `config.h` include from quantum files ([#19817](https://github.com/qmk/qmk_firmware/pull/19817))
+* Add rp2040_ce and add elite-pi and helios as alias ([#19830](https://github.com/qmk/qmk_firmware/pull/19830))
+* Add swap hands status function ([#19831](https://github.com/qmk/qmk_firmware/pull/19831))
+* Align sequencer keycodes ([#19875](https://github.com/qmk/qmk_firmware/pull/19875))
+* Align magic keycodes ([#19877](https://github.com/qmk/qmk_firmware/pull/19877))
+* Move `KC_MISSION_CONTROL`/`KC_LAUNCHPAD` keycodes to core ([#19884](https://github.com/qmk/qmk_firmware/pull/19884))
+* Reallocate user/kb keycode ranges ([#19907](https://github.com/qmk/qmk_firmware/pull/19907))
+* Reallocate SAFE_RANGE ([#19909](https://github.com/qmk/qmk_firmware/pull/19909))
+* Hide hex output when building uf2 ([#19940](https://github.com/qmk/qmk_firmware/pull/19940))
+
+CLI:
+* Automate "Data Driven" migrations? ([#17820](https://github.com/qmk/qmk_firmware/pull/17820))
+* Generate encodermap output from keymap.json. ([#18915](https://github.com/qmk/qmk_firmware/pull/18915))
+* Publish keymap.json to API ([#19167](https://github.com/qmk/qmk_firmware/pull/19167))
+* Apply suggested workaround for #18371 ([#19226](https://github.com/qmk/qmk_firmware/pull/19226))
+* Align new-keymap with new-keyboard ([#19229](https://github.com/qmk/qmk_firmware/pull/19229))
+* Validate keyboard name before accepting further input ([#19394](https://github.com/qmk/qmk_firmware/pull/19394))
+* Implement XAP style merge semantics for DD keycodes ([#19397](https://github.com/qmk/qmk_firmware/pull/19397))
+* Allow CLI to flash .uf2 files ([#19462](https://github.com/qmk/qmk_firmware/pull/19462))
+* Report submodule status when not valid work-tree ([#19474](https://github.com/qmk/qmk_firmware/pull/19474))
+* `qmk compile`/`qmk flash` - Validate keymap argument ([#19530](https://github.com/qmk/qmk_firmware/pull/19530))
+* Add commit info to `version.h` ([#19542](https://github.com/qmk/qmk_firmware/pull/19542))
+* Remove CLI commands: `multibuild`, `cformat`, `fileformat`, `pyformat`. ([#19629](https://github.com/qmk/qmk_firmware/pull/19629))
+* Print distro in doctor output ([#19633](https://github.com/qmk/qmk_firmware/pull/19633))
+* Reduce false positives in layout name validation ([#19646](https://github.com/qmk/qmk_firmware/pull/19646))
+* Add `mass-compile` ability to filter by key existence. ([#19885](https://github.com/qmk/qmk_firmware/pull/19885))
+
+Submodule updates:
+* Update ChibiOS[-Contrib], SIO driver, configs ([#17915](https://github.com/qmk/qmk_firmware/pull/17915))
+* Quantum Painter - LVGL Integration ([#18499](https://github.com/qmk/qmk_firmware/pull/18499))
+* [RP2040] update i2c drivers to reflect peripheral number ([#19277](https://github.com/qmk/qmk_firmware/pull/19277))
+* Update pico-sdk to 1.5.0 ([#19829](https://github.com/qmk/qmk_firmware/pull/19829))
+
+Keyboards:
+* Refactor entire Handwired K552 keyboard ([#18066](https://github.com/qmk/qmk_firmware/pull/18066))
+* Moonlander: Add RGB LED layout map macro ([#18745](https://github.com/qmk/qmk_firmware/pull/18745))
+* Add the Ortho60 v2 Keyboard to QMK ([#18890](https://github.com/qmk/qmk_firmware/pull/18890))
+* Refactor xs60 with soldered and hotswap version ([#19049](https://github.com/qmk/qmk_firmware/pull/19049))
+* [GMMK Pro] Change DEBOUNCE_TYPE to sym_eager_pk to reduce latency ([#19153](https://github.com/qmk/qmk_firmware/pull/19153))
+* Add KPrepublic BM16A v2 ([#19194](https://github.com/qmk/qmk_firmware/pull/19194))
+* Add Rama Works M60-B ([#19248](https://github.com/qmk/qmk_firmware/pull/19248))
+* Revert RESET-> QK_BOOT in Read Me files where applicable ([#19262](https://github.com/qmk/qmk_firmware/pull/19262))
+* Remove broken keymap/userspace ([#19271](https://github.com/qmk/qmk_firmware/pull/19271))
+* The Uni change folder location ([#19326](https://github.com/qmk/qmk_firmware/pull/19326))
+* New keymap for ID75 - paryz ([#19350](https://github.com/qmk/qmk_firmware/pull/19350))
+* Remove useless line continuations ([#19399](h