aboutsummaryrefslogtreecommitdiffstats
path: root/docs/ChangeLog/20240526/PR23309.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ChangeLog/20240526/PR23309.md')
-rw-r--r--docs/ChangeLog/20240526/PR23309.md35
1 files changed, 0 insertions, 35 deletions
diff --git a/docs/ChangeLog/20240526/PR23309.md b/docs/ChangeLog/20240526/PR23309.md
deleted file mode 100644
index 1270e74d93..0000000000
--- a/docs/ChangeLog/20240526/PR23309.md
+++ /dev/null
@@ -1,35 +0,0 @@
-# MechKeys ACR60 Layout Updates ([#23309](https://github.com/qmk/qmk_firmware/pull/23309))
-
-This PR removed and changed some of the layouts that were configured for
-the ACR60. If you use one of the following layouts, you will need to
-update your keymap:
-
-- [`LAYOUT_hhkb`](#layout-hhkb)
-- [`LAYOUT_true_hhkb`](#layout-true-hhkb)
-- [`LAYOUT_directional`](#layout-directional)
-- [`LAYOUT_mitchsplit`](#layout-mitchsplit)
-
-## `LAYOUT_hhkb` :id=layout-hhkb
-
-1. Change your layout macro to `LAYOUT_60_hhkb`.
-2. Remove any keycodes for the key between Left Shift and QWERTY Z.
-
-## `LAYOUT_true_hhkb` :id=layout-true-hhkb
-
-1. Change your layout macro to `LAYOUT_60_true_hhkb`.
-2. Remove any keycodes for the key between Left Shift and QWERTY Z.
-
-## `LAYOUT_directional` :id=layout-directional
-
-1. Change your layout macro to `LAYOUT_60_ansi_arrow_split_bs`.
-2. Remove any keycodes for the key between Left Shift and QWERTY Z.
-3. Remove any keycodes for the keys immediately before *and* after the
-1.25u key of Split Spacebar.
-
-If you need split spacebars, you may implement
-`LAYOUT_60_ansi_arrow_split_space_split_bs` and change your layout to
-it, removing the keycode between Left Shift and QWERTY Z.
-
-## `LAYOUT_mitchsplit` :id=layout-mitchsplit
-
-1. Use `LAYOUT_60_ansi_split_space_split_rshift`.