summaryrefslogtreecommitdiff
path: root/docs/ChangeLog
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2023-01-19 11:31:19 +0000
committerQMK Bot <hello@qmk.fm>2023-01-19 11:31:19 +0000
commite99b2b6ec8161752328c2e4b4d103486385594f5 (patch)
treea51a6eeb3ad4bd542ae1067bfa3046984a6e3415 /docs/ChangeLog
parent4973950ddcef28d94a1fc589951e024a91a240d7 (diff)
parent22be5190ab57f91249d1a3b8cab50bbe768370f9 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'docs/ChangeLog')
-rw-r--r--docs/ChangeLog/20190830.md8
1 files changed, 4 insertions, 4 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()`