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

Added kiserdesigns keyboard folder and Madeline keyboard #21857

Merged
merged 12 commits into from
Sep 3, 2023
Prev Previous commit
qmk format-json on info.json
  • Loading branch information
NCKiser committed Aug 30, 2023
commit 86656293726be0e0bc655f3189c8117ec78174f9
82 changes: 41 additions & 41 deletions keyboards/kiserdesigns/madeline/info.json
drashna marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"keyboard_name": "Madeline",
"manufacturer": "rubybuilds",
"keyboard_name": "Madeline",
"maintainer": "NCKiser",
"bootloader": "rp2040",
"diode_direction": "COL2ROW",
"encoder": {
"enabled": true,
"rotary": [
{ "pin_a": "GP13", "pin_b": "GP15" }
{"pin_a": "GP13", "pin_b": "GP15"}
]
},
"features": {
Expand All @@ -19,8 +19,8 @@
"nkro": true
},
"matrix_pins": {
"cols": [ "GP25", "GP26", "GP27", "GP28", "GP29", "GP9", "GP0", "GP1", "GP2", "GP3" ],
"rows": [ "GP5", "GP4", "GP12", "GP7" ]
"cols": ["GP25", "GP26", "GP27", "GP28", "GP29", "GP9", "GP0", "GP1", "GP2", "GP3"],
"rows": ["GP5", "GP4", "GP12", "GP7"]
},
"processor": "RP2040",
"qmk": {
Expand All @@ -35,43 +35,43 @@
"layouts": {
"LAYOUT": {
"layout": [
{"x": 0, "y": 0, "matrix": [0,0]},
{"x": 1, "y": 0, "matrix": [0,1]},
{"x": 2, "y": 0, "matrix": [0,2]},
{"x": 3, "y": 0, "matrix": [0,3]},
{"x": 4, "y": 0, "matrix": [0,4]},
{"x": 6.5, "y": 0, "matrix": [0,5]},
{"x": 7.5, "y": 0, "matrix": [0,6]},
{"x": 8.5, "y": 0, "matrix": [0,7]},
{"x": 9.5, "y": 0, "matrix": [0,8]},
{"x": 10.5, "y": 0, "w": 1.25, "matrix": [0,9]},
{"x": 0, "y": 1, "w": 1.25, "matrix": [1,0]},
{"x": 1.25, "y": 1, "matrix": [1,1]},
{"x": 2.25, "y": 1, "matrix": [1,2]},
{"x": 3.25, "y": 1, "matrix": [1,3]},
{"x": 4.25, "y": 1, "matrix": [1,4]},
{"x": 6.75, "y": 1, "matrix": [1,5]},
{"x": 7.75, "y": 1, "matrix": [1,6]},
{"x": 8.75, "y": 1, "matrix": [1,7]},
{"x": 9.75, "y": 1, "matrix": [1,8]},
{"x": 10.75, "y": 1, "matrix": [1,9]},
{"x": 0, "y": 2, "w": 1.75, "matrix": [2,0]},
{"x": 1.75, "y": 2, "matrix": [2,1]},
{"x": 2.75, "y": 2, "matrix": [2,2]},
{"x": 3.75, "y": 2, "matrix": [2,3]},
{"x": 4.75, "y": 2, "matrix": [2,4]},
{"x": 6.25, "y": 2, "matrix": [2,5]},
{"x": 7.25, "y": 2, "matrix": [2,6]},
{"x": 8.25, "y": 2, "matrix": [2,7]},
{"x": 9.25, "y": 2, "matrix": [2,8]},
{"x": 10.25, "y": 2, "w": 1.5, "matrix": [2,9]},
{"x": 0, "y": 3, "matrix": [3,0]},
{"x": 2.5, "y": 3, "matrix": [3,1]},
{"x": 3.5, "y": 3, "w": 2.25, "matrix": [3,3]},
{"x": 6.25, "y": 3, "w": 2, "matrix": [3,6]},
{"x": 8.25, "y": 3, "matrix": [3,7]},
{"x": 10.75, "y": 3, "matrix": [3,9]}
{"matrix": [0, 0], "x": 0, "y": 0},
{"matrix": [0, 1], "x": 1, "y": 0},
{"matrix": [0, 2], "x": 2, "y": 0},
{"matrix": [0, 3], "x": 3, "y": 0},
{"matrix": [0, 4], "x": 4, "y": 0},
{"matrix": [0, 5], "x": 6.5, "y": 0},
{"matrix": [0, 6], "x": 7.5, "y": 0},
{"matrix": [0, 7], "x": 8.5, "y": 0},
{"matrix": [0, 8], "x": 9.5, "y": 0},
{"matrix": [0, 9], "x": 10.5, "y": 0, "w": 1.25},
{"matrix": [1, 0], "x": 0, "y": 1, "w": 1.25},
{"matrix": [1, 1], "x": 1.25, "y": 1},
{"matrix": [1, 2], "x": 2.25, "y": 1},
{"matrix": [1, 3], "x": 3.25, "y": 1},
{"matrix": [1, 4], "x": 4.25, "y": 1},
{"matrix": [1, 5], "x": 6.75, "y": 1},
{"matrix": [1, 6], "x": 7.75, "y": 1},
{"matrix": [1, 7], "x": 8.75, "y": 1},
{"matrix": [1, 8], "x": 9.75, "y": 1},
{"matrix": [1, 9], "x": 10.75, "y": 1},
{"matrix": [2, 0], "x": 0, "y": 2, "w": 1.75},
{"matrix": [2, 1], "x": 1.75, "y": 2},
{"matrix": [2, 2], "x": 2.75, "y": 2},
{"matrix": [2, 3], "x": 3.75, "y": 2},
{"matrix": [2, 4], "x": 4.75, "y": 2},
{"matrix": [2, 5], "x": 6.25, "y": 2},
{"matrix": [2, 6], "x": 7.25, "y": 2},
{"matrix": [2, 7], "x": 8.25, "y": 2},
{"matrix": [2, 8], "x": 9.25, "y": 2},
{"matrix": [2, 9], "x": 10.25, "y": 2, "w": 1.5},
{"matrix": [3, 0], "x": 0, "y": 3},
{"matrix": [3, 1], "x": 2.5, "y": 3},
{"matrix": [3, 3], "x": 3.5, "y": 3, "w": 2.25},
{"matrix": [3, 6], "x": 6.25, "y": 3, "w": 2},
{"matrix": [3, 7], "x": 8.25, "y": 3},
{"matrix": [3, 9], "x": 10.75, "y": 3}
]
}
}
}
}