summaryrefslogtreecommitdiff
path: root/docs/ChangeLog
diff options
context:
space:
mode:
authorDrashna Jaelre <drashna@live.com>2019-07-09 12:50:53 -0700
committerskullydazed <skullydazed@users.noreply.github.com>2019-08-30 15:01:52 -0700
commit51ee2449060517a96cedb7c38b86a7de0be2ecab (patch)
treef02b42b9701b9dc7d56ff34291c265d35c7b7c6c /docs/ChangeLog
parentac1672689599ff7180b3baaaa9a1356e0e23021e (diff)
Language Keymap extras backport from ZSA fork (#6198)
* Swedish extra keymap refactor * Fix swedish $ sign definition (#81) * Fix br abnt2 keymap compilation error * Add PR changelog doc * Update PR6198.md
Diffstat (limited to 'docs/ChangeLog')
-rw-r--r--docs/ChangeLog/20190830/PR6198.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/ChangeLog/20190830/PR6198.md b/docs/ChangeLog/20190830/PR6198.md
new file mode 100644
index 0000000000..9141ac2507
--- /dev/null
+++ b/docs/ChangeLog/20190830/PR6198.md
@@ -0,0 +1,4 @@
+* 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_*`.