summaryrefslogtreecommitdiff
path: root/docs/ChangeLog
diff options
context:
space:
mode:
authorJames Young <18669334+noroadsleft@users.noreply.github.com>2024-05-26 13:45:29 -0700
committerGitHub <noreply@github.com>2024-05-26 21:45:29 +0100
commit249f1706f16a118e05b597614a85435153308056 (patch)
tree81f908909fdb05927550759fce0a60ac72bf116d /docs/ChangeLog
parentb8f29c38652fb56fd122e61018778fd5355a8739 (diff)
noroadsleft's 0.25.0 Changelogs and Touch-Ups (#23793)
* Modify PR23309 changelog Adds a direct link to the pull request. * Add PR23329 changelog * Update keyboard aliases file Updates the legacy keyboard aliases for the JJ40 and JJ50, which have been moved again for version 0.25.0. * Minor touch-up for JJ40 rev1 readme
Diffstat (limited to 'docs/ChangeLog')
-rw-r--r--docs/ChangeLog/20240526/PR23309.md2
-rw-r--r--docs/ChangeLog/20240526/PR23329.md13
2 files changed, 14 insertions, 1 deletions
diff --git a/docs/ChangeLog/20240526/PR23309.md b/docs/ChangeLog/20240526/PR23309.md
index b5ca5f1e4d..1270e74d93 100644
--- a/docs/ChangeLog/20240526/PR23309.md
+++ b/docs/ChangeLog/20240526/PR23309.md
@@ -1,4 +1,4 @@
1# MechKeys ACR60 Layout Updates 1# MechKeys ACR60 Layout Updates ([#23309](https://github.com/qmk/qmk_firmware/pull/23309))
2 2
3This PR removed and changed some of the layouts that were configured for 3This PR removed and changed some of the layouts that were configured for
4the ACR60. If you use one of the following layouts, you will need to 4the ACR60. If you use one of the following layouts, you will need to
diff --git a/docs/ChangeLog/20240526/PR23329.md b/docs/ChangeLog/20240526/PR23329.md
new file mode 100644
index 0000000000..78dc609c09
--- /dev/null
+++ b/docs/ChangeLog/20240526/PR23329.md
@@ -0,0 +1,13 @@
1# P3D Spacey Layout Updates ([#23329](https://github.com/qmk/qmk_firmware/pull/23329))
2
3This PR removed the `LAYOUT` macro that was configured for the Spacey.
4If you have a keymap for this keyboard, you will need to update your
5keymap using the following steps:
6
71. Change your layout macro to `LAYOUT_all`.
82. Remove the two `KC_NO` keycodes following the Space and Delete keys
9 on the bottom row.
103. Move the keycode for the encoder pushbutton (customarily Mute) to the
11 end of the top row, after the customary Backspace key.
124. Move the keycode for the Right Arrow to the end of the Shift row,
13 after the Down Arrow key.