Skip to content

Commit

Permalink
Remove white spaces, andother formatting
Browse files Browse the repository at this point in the history
Co-authored-by: Ryan <fauxpark@gmail.com>
  • Loading branch information
ThePurox and fauxpark authored May 14, 2023
1 parent a98f95a commit a639688
Showing 1 changed file with 39 additions and 35 deletions.
74 changes: 39 additions & 35 deletions keyboards/hackpad/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
"mousekey": true,
"nkro": true,
"rgblight": true,
"encoder" : true
"encoder": true
},
"matrix_pins": {
"cols": ["B1", "B3", "B2", "B6"],
"rows": ["C6", "D7", "E6", "B4", "B5"]
},
"encoder" : {
"rotary" : [
{"pin_a" : "F5", "pin_b" : "F4"}
"encoder": {
"rotary": [
{"pin_a": "F5", "pin_b": "F4"}
]
},
"url": "https://git.imaginaerraum.de/Purox/Hackpad",
Expand All @@ -32,42 +32,46 @@
"ws2812": {
"pin": "D4"
},
"rgblight" : {
"led_count" : 16,
"sleep" : true,
"rgblight": {
"led_count": 16,
"sleep": true,
"animations": {
"breathing" : true,
"rainbow_mood" : true,
"rainbow_swirl" : true,
"snake" : true,
"knight" : true,
"christmas" : true,
"static_gradient" : true,
"rgb_test" : true,
"alternating" : true,
"twinkle" : true
},
"breathing": true,
"rainbow_mood": true,
"rainbow_swirl": true,
"snake": true,
"knight": true,
"christmas": true,
"static_gradient": true,
"rgb_test": true,
"alternating": true,
"twinkle": true
}
},
"layouts": {
"LAYOUT": {
"layout": [
{ "matrix": [0, 3], "x": 3, "y": 0 },
{ "matrix": [1, 0], "x": 0, "y": 1 },
{ "matrix": [1, 1], "x": 1, "y": 1 },
{ "matrix": [1, 2], "x": 2, "y": 1 },
{ "matrix": [1, 3], "x": 3, "y": 1 },
{ "matrix": [2, 0], "x": 0, "y": 2 },
{ "matrix": [2, 1], "x": 1, "y": 2 },
{ "matrix": [2, 2], "x": 2, "y": 2 },
{ "matrix": [2, 3], "x": 3, "y": 2 },
{ "matrix": [3, 0], "x": 0, "y": 3 },
{ "matrix": [3, 1], "x": 1, "y": 3 },
{ "matrix": [3, 2], "x": 2, "y": 3 },
{ "matrix": [3, 3], "x": 3, "y": 3 },
{ "matrix": [4, 0], "x": 0, "y": 4 },
{ "matrix": [4, 1], "x": 1, "y": 4 },
{ "matrix": [4, 2], "x": 2, "y": 4 },
{ "matrix": [4, 3], "x": 3, "y": 4 }
{"matrix": [0, 3], "x": 3, "y": 0},

{"matrix": [1, 0], "x": 0, "y": 1},
{"matrix": [1, 1], "x": 1, "y": 1},
{"matrix": [1, 2], "x": 2, "y": 1},
{"matrix": [1, 3], "x": 3, "y": 1},

{"matrix": [2, 0], "x": 0, "y": 2},
{"matrix": [2, 1], "x": 1, "y": 2},
{"matrix": [2, 2], "x": 2, "y": 2},
{"matrix": [2, 3], "x": 3, "y": 2},

{"matrix": [3, 0], "x": 0, "y": 3},
{"matrix": [3, 1], "x": 1, "y": 3},
{"matrix": [3, 2], "x": 2, "y": 3},
{"matrix": [3, 3], "x": 3, "y": 3},

{"matrix": [4, 0], "x": 0, "y": 4},
{"matrix": [4, 1], "x": 1, "y": 4},
{"matrix": [4, 2], "x": 2, "y": 4},
{"matrix": [4, 3], "x": 3, "y": 4}
]
}
}
Expand Down

0 comments on commit a639688

Please sign in to comment.