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

add Community Layouts to LAYOUT keyboards: k #23501

Open
wants to merge 11 commits into
base: develop
Choose a base branch
from
Prev Previous commit
Next Next commit
Merge remote-tracking branch 'upstream/develop' into cl_adopt_k
  • Loading branch information
dunk2k committed Apr 19, 2024
commit 7e055a4fca4102c1f6be3994c838be048fffebf7
9 changes: 5 additions & 4 deletions keyboards/kagizaraya/chidori/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,13 @@
},
"processor": "atmega328p",
"bootloader": "usbasploader",
"layout_aliases": {
"LAYOUT": "LAYOUT_ortho_4x12"
"features": {
"bootmagic": false,
"mousekey": false,
"extrakey": true
},
"community_layouts": ["ortho_4x12"],
"layouts": {
"LAYOUT_ortho_4x12": {
"LAYOUT": {
"layout": [
{"matrix": [0, 0], "x": 0, "y": 0},
{"matrix": [0, 1], "x": 1, "y": 0},
Expand Down
7 changes: 7 additions & 0 deletions keyboards/kakunpc/business_card/alpha/keyboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@
"diode_direction": "COL2ROW",
"processor": "atmega32u4",
"bootloader": "atmel-dfu",
"features": {
"bootmagic": false,
"mousekey": false,
"extrakey": false,
"rgblight": true,
"oled": true
},
"layout_aliases": {
"LAYOUT": "LAYOUT_ortho_2x3"
},
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.