Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

noroadsleft's 0.25.0 Changelogs and Touch-Ups #23793

Merged
merged 4 commits into from
May 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions data/mappings/keyboard_aliases.hjson
Original file line number Diff line number Diff line change
Expand Up @@ -306,13 +306,13 @@
"target": "jacky_studio/piggy60/rev1"
},
"jj40": {
"target": "kprepublic/jj40"
"target": "kprepublic/jj40/rev1"
},
"jj4x4": {
"target": "kprepublic/jj4x4"
},
"jj50": {
"target": "kprepublic/jj50"
"target": "kprepublic/jj50/rev1"
},
"jm60": {
"target": "kbdfans/jm60"
Expand Down
2 changes: 1 addition & 1 deletion docs/ChangeLog/20240526/PR23309.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# MechKeys ACR60 Layout Updates
# 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
Expand Down
13 changes: 13 additions & 0 deletions docs/ChangeLog/20240526/PR23329.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# P3D Spacey Layout Updates ([#23329](https://github.com/qmk/qmk_firmware/pull/23329))

This PR removed the `LAYOUT` macro that was configured for the Spacey.
If you have a keymap for this keyboard, you will need to update your
keymap using the following steps:

1. Change your layout macro to `LAYOUT_all`.
2. Remove the two `KC_NO` keycodes following the Space and Delete keys
on the bottom row.
3. Move the keycode for the encoder pushbutton (customarily Mute) to the
end of the top row, after the customary Backspace key.
4. Move the keycode for the Right Arrow to the end of the Shift row,
after the Down Arrow key.
2 changes: 1 addition & 1 deletion keyboards/kprepublic/jj40/rev1/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
A compact 40% (12x4) ortholinear keyboard kit made and KPRepublic on AliExpress.

* Keyboard Maintainer: [QMK Community](https://github.com/qmk)
* Hardware Supported: JJ40 rev1 (Atmega32A)
* Hardware Supported: JJ40 rev1 (ATmega32A)
* Hardware Availability: [AliExpress](https://www.aliexpress.com/store/product/jj40-Custom-Mechanical-Keyboard-40-PCB-programmed-40-planck-layouts-bface-firmware-gh40/3034003_32828781103.html)

Make example for this keyboard (after setting up your build environment):
Expand Down
Loading