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

Json formatting and reorder #2223

Merged
merged 6 commits into from
Apr 9, 2024
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
16 changes: 14 additions & 2 deletions src/0_sixty/0_sixty.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,22 @@
"name": "0-Sixty by ven0mtr0n",
"vendorId": "0x7654",
"productId": "0x0060",
"matrix": {
"rows": 5,
"cols": 12
},
"lighting": "none",
"matrix": {"rows": 5, "cols": 12},
"layouts": {
"labels": [["Bottom Row", "5x12", "1x2uC", "2x2uC", "1x2uR", "1x2uL"]],
"labels": [
[
"Bottom Row",
"5x12",
"1x2uC",
"2x2uC",
"1x2uR",
"1x2uL"
]
],
"keymap": [
[
{
Expand Down
65 changes: 49 additions & 16 deletions src/0xC7/61key/61key.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@
"name": "61Key by 0xC7",
"vendorId": "0xE117",
"productId": "0x6161",
"matrix": {
"rows": 5,
"cols": 14
},
"lighting": "none",
"matrix": {"rows": 5, "cols": 14},
"layouts": {
"keymap": [
[
Expand All @@ -20,11 +23,15 @@
"0,10",
"0,11",
"0,12",
{"w": 2},
{
"w": 2
},
"0,13"
],
[
{"w": 1.5},
{
"w": 1.5
},
"1,0",
"1,1",
"1,2",
Expand All @@ -38,11 +45,15 @@
"1,10",
"1,11",
"1,12",
{"w": 1.5},
{
"w": 1.5
},
"1,13"
],
[
{"w": 1.75},
{
"w": 1.75
},
"2,0",
"2,1",
"2,2",
Expand All @@ -55,11 +66,15 @@
"2,9",
"2,10",
"2,11",
{"w": 2.25},
{
"w": 2.25
},
"2,13"
],
[
{"w": 2.25},
{
"w": 2.25
},
"3,0",
"3,1",
"3,2",
Expand All @@ -71,25 +86,43 @@
"3,8",
"3,9",
"3,10",
{"w": 2.75},
{
"w": 2.75
},
"3,13"
],
[
{"w": 1.25},
{
"w": 1.25
},
"4,0",
{"w": 1.25},
{
"w": 1.25
},
"4,1",
{"w": 1.25},
{
"w": 1.25
},
"4,2",
{"w": 6.25},
{
"w": 6.25
},
"4,5",
{"w": 1.25},
{
"w": 1.25
},
"4,8",
{"w": 1.25},
{
"w": 1.25
},
"4,9",
{"w": 1.25},
{
"w": 1.25
},
"4,11",
{"w": 1.25},
{
"w": 1.25
},
"4,13"
]
]
Expand Down
23 changes: 19 additions & 4 deletions src/0xcb/1337/1337.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,28 @@
"name": "0xCB 1337",
"vendorId": "0xCB00",
"productId": "0x1337",
"matrix": {
"rows": 3,
"cols": 3
},
"lighting": "qmk_backlight_rgblight",
"matrix": {"rows": 3, "cols": 3},
"layouts": {
"keymap": [
["0,0", "0,1", "0,2"],
["1,0", "1,1", "1,2"],
["2,0", "2,1", "2,2"]
[
"0,0",
"0,1",
"0,2"
],
[
"1,0",
"1,1",
"1,2"
],
[
"2,0",
"2,1",
"2,2"
]
]
}
}
10 changes: 8 additions & 2 deletions src/0xcb/static/static.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,19 @@
"name": "0xCB Static",
"vendorId": "0xCB00",
"productId": "0xa455",
"lighting": "none",
"matrix": {
"rows": 8,
"cols": 6
},
"lighting": "none",
"layouts": {
"labels": [["Space", "Split", "6.25U"]],
"labels": [
[
"Space",
"Split",
"6.25U"
]
],
"keymap": [
[
{
Expand Down
25 changes: 22 additions & 3 deletions src/0xcb/tutelpad/tutelpad.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,31 @@
"name": "TutelPad",
"vendorId": "0xCB00",
"productId": "0xF09F",
"matrix": {
"rows": 2,
"cols": 4
},
"lighting": "qmk_backlight_rgblight",
"matrix": {"rows": 2, "cols": 4},
"layouts": {
"keymap": [
["0,0","0,1",{"x":1.5},"0,2","0,3"],
["1,0","1,1",{"x":1.5},"1,2","1,3"]
[
"0,0",
"0,1",
{
"x": 1.5
},
"0,2",
"0,3"
],
[
"1,0",
"1,1",
{
"x": 1.5
},
"1,2",
"1,3"
]
]
}
}
24 changes: 19 additions & 5 deletions src/10bleoledhub/10bleoledhub.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,31 @@
"name": "10bleoledhub",
"vendorId": "0x7C88",
"productId": "0x7C99",
"lighting": "none",
"matrix": {
"rows": 4,
"cols": 3
},
"lighting": "none",
"layouts": {
"keymap": [
["0,0"],
["1,0", "1,1", "1,2"],
["2,0", "2,1", "2,2"],
["3,0", "3,1", "3,2"]
[
"0,0"
],
[
"1,0",
"1,1",
"1,2"
],
[
"2,0",
"2,1",
"2,2"
],
[
"3,0",
"3,1",
"3,2"
]
]
}
}
2 changes: 1 addition & 1 deletion src/1upkeyboards/1up60hse/1up60hse.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"name": "1up60hse",
"vendorId": "0x6F75",
"productId": "0x6873",
"lighting": "qmk_backlight_rgblight",
"matrix": {
"rows": 5,
"cols": 14
},
"lighting": "qmk_backlight_rgblight",
"layouts": {
"keymap": [
[
Expand Down
11 changes: 8 additions & 3 deletions src/1upkeyboards/1up60hte/1up60hte.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,19 @@
"name": "1up60hte",
"vendorId": "0x6F75",
"productId": "0x6874",
"lighting": "qmk_backlight_rgblight",
"matrix": {
"rows": 5,
"cols": 14
},
"lighting": "qmk_backlight_rgblight",
"layouts": {
"labels": [["Bottom Row", "Tsangan", "HHKB"]],

"labels": [
[
"Bottom Row",
"Tsangan",
"HHKB"
]
],
"keymap": [
[
{
Expand Down
34 changes: 27 additions & 7 deletions src/1upkeyboards/1up60rgb/1up60rgb.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,40 @@
"name": "1up60rgb",
"vendorId": "0x6F75",
"productId": "0x7267",
"lighting": "qmk_backlight_rgblight",
"matrix": {
"rows": 5,
"cols": 15
},
"lighting": "qmk_backlight_rgblight",
"layouts": {
"labels": [
["Backspace", "Default", "Split"],
["Enter Key", "ANSI", "ISO"],
["Left Shift", "Default", "Split"],
["Right Shift", "Default", "Split"],
["Bottom Row", "Standard", "Tsangan", "HHKB"]
[
"Backspace",
"Default",
"Split"
],
[
"Enter Key",
"ANSI",
"ISO"
],
[
"Left Shift",
"Default",
"Split"
],
[
"Right Shift",
"Default",
"Split"
],
[
"Bottom Row",
"Standard",
"Tsangan",
"HHKB"
]
],

"keymap": [
[
{
Expand Down
Loading
Loading