summaryrefslogtreecommitdiff
path: root/keyboards
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2022-11-25 02:47:02 +0000
committerGitHub <noreply@github.com>2022-11-25 02:47:02 +0000
commit59443fa970332106872a906d923f5b0fd9eb116b (patch)
tree148d869087db134183bd94e3ed585746886394da /keyboards
parent3209c7a42c4d70b5f59eda93bf227d89de9fc872 (diff)
jsonify some info.json (#19146)
Diffstat (limited to 'keyboards')
-rw-r--r--keyboards/ai03/lunar_ii/info.json2
-rw-r--r--keyboards/annepro2/info.json2
-rw-r--r--keyboards/blockboy/ac980mini/info.json2
-rw-r--r--keyboards/cannonkeys/brutalv2_1800/info.json4
-rw-r--r--keyboards/cannonkeys/db60/hotswap/info.json2
-rw-r--r--keyboards/cannonkeys/ellipse/info.json2
-rw-r--r--keyboards/cannonkeys/moment/info.json2
-rw-r--r--keyboards/chaos65/info.json10
-rw-r--r--keyboards/fjlabs/sinanjuwk/info.json2
-rw-r--r--keyboards/gopolar/gg86/info.json4
-rw-r--r--keyboards/gray_studio/aero75/info.json6
-rw-r--r--keyboards/handwired/onekey/stm32f405_feather/info.json2
-rw-r--r--keyboards/idobao/id80/v2/ansi/info.json2
-rw-r--r--keyboards/idobao/id80/v2/iso/info.json2
-rwxr-xr-xkeyboards/idobao/montex/v2/info.json2
-rw-r--r--keyboards/ingrained/info.json2
-rw-r--r--keyboards/keebio/sinc/info.json6
-rw-r--r--keyboards/keebio/sinc/rev1/info.json22
-rw-r--r--keyboards/keebio/sinc/rev2/info.json22
-rw-r--r--keyboards/mincedshon/ecila/info.json2
-rw-r--r--keyboards/mini_ten_key_plus/info.json2
-rw-r--r--keyboards/nyhxis/nfr_70/info.json20
-rw-r--r--keyboards/tweetydabird/lbs4/info.json106
-rw-r--r--keyboards/tweetydabird/lbs6/info.json98
24 files changed, 163 insertions, 163 deletions
diff --git a/keyboards/ai03/lunar_ii/info.json b/keyboards/ai03/lunar_ii/info.json
index 5d86a13ad1..d276e7fa2f 100644
--- a/keyboards/ai03/lunar_ii/info.json
+++ b/keyboards/ai03/lunar_ii/info.json
@@ -6,7 +6,7 @@
"usb": {
"vid": "0xA103",
"pid": "0x0016",
- "device_version": "1.0.0",
+ "device_version": "1.0.0"
},
"diode_direction": "COL2ROW",
"matrix_pins": {
diff --git a/keyboards/annepro2/info.json b/keyboards/annepro2/info.json
index 52282c0ad8..dbeaf6faed 100644
--- a/keyboards/annepro2/info.json
+++ b/keyboards/annepro2/info.json
@@ -75,7 +75,7 @@
{"label":"Menu", "x":12.5, "y":4, "w":1.25},
{"label":"Ctrl", "x":13.75, "y":4, "w":1.25}
]
- }
+ },
"LAYOUT_60_iso": {
"layout": [
{"label":"~", "x":0, "y":0},
diff --git a/keyboards/blockboy/ac980mini/info.json b/keyboards/blockboy/ac980mini/info.json
index 9fdf3212ae..b26d5fa630 100644
--- a/keyboards/blockboy/ac980mini/info.json
+++ b/keyboards/blockboy/ac980mini/info.json
@@ -102,7 +102,7 @@
{ "matrix": [4, 14], "x": 15.25, "y": 4.25 },
{ "matrix": [4, 15], "x": 16.5, "y": 4 },
{ "matrix": [4, 16], "x": 17.5, "y": 4 },
- { "h": 2, "matrix": [4, 17], "x": 18.5, "y": 3 },
+ { "h": 2, "matrix": [4, 17], "x": 18.5, "y": 3 }
]
}
}
diff --git a/keyboards/cannonkeys/brutalv2_1800/info.json b/keyboards/cannonkeys/brutalv2_1800/info.json
index cbb19b3b3f..0515152901 100644
--- a/keyboards/cannonkeys/brutalv2_1800/info.json
+++ b/keyboards/cannonkeys/brutalv2_1800/info.json
@@ -21,7 +21,7 @@
"console": false,
"extrakey": true,
"mousekey": true,
- "nkro": true,
+ "nkro": true
},
"indicators": {
"caps_lock": "GP29",
@@ -29,7 +29,7 @@
"on_state": 0
},
"build": {
- "debounce_type": "asym_eager_defer_pk",
+ "debounce_type": "asym_eager_defer_pk"
},
"layouts": {
"LAYOUT_all": {
diff --git a/keyboards/cannonkeys/db60/hotswap/info.json b/keyboards/cannonkeys/db60/hotswap/info.json
index 867c333e79..61e94803a9 100644
--- a/keyboards/cannonkeys/db60/hotswap/info.json
+++ b/keyboards/cannonkeys/db60/hotswap/info.json
@@ -142,6 +142,6 @@
{"label":"Win", "x":12.5, "y":4},
{"label":"Ctrl", "x":13.5, "y":4, "w":1.5}
]
- },
+ }
}
}
diff --git a/keyboards/cannonkeys/ellipse/info.json b/keyboards/cannonkeys/ellipse/info.json
index f313dd96d7..68ded154b1 100644
--- a/keyboards/cannonkeys/ellipse/info.json
+++ b/keyboards/cannonkeys/ellipse/info.json
@@ -11,7 +11,7 @@
"extrakey": true,
"mousekey": true,
"nkro": true,
- "backlight": true,
+ "backlight": true
},
"matrix_pins": {
"cols": ["B11", "B10", "B2", "A9", "A15", "B3", "B4", "B5", "B6", "B7", "B8", "B9", "C13", "C14", "C15"],
diff --git a/keyboards/cannonkeys/moment/info.json b/keyboards/cannonkeys/moment/info.json
index 1ef45f4d8a..2ac2028dfa 100644
--- a/keyboards/cannonkeys/moment/info.json
+++ b/keyboards/cannonkeys/moment/info.json
@@ -11,7 +11,7 @@
"extrakey": true,
"mousekey": true,
"nkro": true,
- "backlight": true,
+ "backlight": true
},
"matrix_pins": {
"cols": ["B11", "B10", "B2", "A9", "A15", "B3", "B4", "B5", "B6", "B7", "B8", "B9", "C13", "C14", "C15"],
diff --git a/keyboards/chaos65/info.json b/keyboards/chaos65/info.json
index 0118705c5f..a714cb9acb 100644
--- a/keyboards/chaos65/info.json
+++ b/keyboards/chaos65/info.json
@@ -83,7 +83,7 @@
{"label":"Fn", "x":11.25, "y":4, "w":1.25},
{"label":"\u2190", "x":13, "y":4},
{"label":"\u2193", "x":14, "y":4},
- {"label":"\u2192" "x":15, "y":4}
+ {"label":"\u2192", "x":15, "y":4}
]
},
"LAYOUT_65_ansi_blocker": {
@@ -158,7 +158,7 @@
{"label":"Fn", "x":11.25, "y":4, "w":1.25},
{"label":"\u2190", "x":13, "y":4},
{"label":"\u2193", "x":14, "y":4},
- {"label":"\u2192" "x":15, "y":4}
+ {"label":"\u2192", "x":15, "y":4}
]
},
"LAYOUT_65_ansi_blocker_tsangan": {
@@ -232,7 +232,7 @@
{"label":"Fn", "x":11, "y":4, "w":1.5},
{"label":"\u2190", "x":13, "y":4},
{"label":"\u2193", "x":14, "y":4},
- {"label":"\u2192" "x":15, "y":4}
+ {"label":"\u2192", "x":15, "y":4}
]
},
"LAYOUT_65_iso_blocker": {
@@ -308,7 +308,7 @@
{"label":"Fn", "x":11.25, "y":4, "w":1.25},
{"label":"\u2190", "x":13, "y":4},
{"label":"\u2193", "x":14, "y":4},
- {"label":"\u2192" "x":15, "y":4}
+ {"label":"\u2192", "x":15, "y":4}
]
},
"LAYOUT_65_iso_blocker_tsangan": {
@@ -383,7 +383,7 @@
{"label":"Fn", "x":11, "y":4, "w":1.5},
{"label":"\u2190", "x":13, "y":4},
{"label":"\u2193", "x":14, "y":4},
- {"label":"\u2192" "x":15, "y":4}
+ {"label":"\u2192", "x":15, "y":4}
]
}
}
diff --git a/keyboards/fjlabs/sinanjuwk/info.json b/keyboards/fjlabs/sinanjuwk/info.json
index 3f1d7b4463..53bbd3f026 100644
--- a/keyboards/fjlabs/sinanjuwk/info.json
+++ b/keyboards/fjlabs/sinanjuwk/info.json
@@ -71,7 +71,7 @@
{"x":14, "y":3},
{"x":0, "y":4, "w":1.25},
- {"x":1.25, "y":4, "w":1.25}
+ {"x":1.25, "y":4, "w":1.25},
{"x":2.5, "y":4, "w":1.25},
{"x":3.75, "y":4, "w":6.25},
{"x":10, "y":4, "w":1.25},
diff --git a/keyboards/gopolar/gg86/info.json b/keyboards/gopolar/gg86/info.json
index 9fbca5b36d..6659127976 100644
--- a/keyboards/gopolar/gg86/info.json
+++ b/keyboards/gopolar/gg86/info.json
@@ -105,7 +105,7 @@
{"label":"\u2193", "x":16.25, "y":5.5},
{"label":"\u2192", "x":17.25, "y":5.5}
]
- }
+ },
"LAYOUT_tkl_ansi_tsangan": {
"layout": [
{"label":"Esc", "x":0, "y":0},
@@ -200,7 +200,7 @@
{"label":"\u2193", "x":16.25, "y":5.5},
{"label":"\u2192", "x":17.25, "y":5.5}
]
- }
+ },
"LAYOUT_tkl_iso_tsangan": {
"layout": [
{"label":"Esc", "x":0, "y":0},
diff --git a/keyboards/gray_studio/aero75/info.json b/keyboards/gray_studio/aero75/info.json
index 728277a389..733ba2ae44 100644
--- a/keyboards/gray_studio/aero75/info.json
+++ b/keyboards/gray_studio/aero75/info.json
@@ -4,9 +4,9 @@
"maintainer": "edwardslau",
"manufacturer":"GrayStudio",
"usb": {
- "vid": "0x4753",
- "pid": "0x3075",
- "device_version": "0.0.1",
+ "vid": "0x4753",
+ "pid": "0x3075",
+ "device_version": "0.0.1"
},
"layouts": {
"LAYOUT_all": {
diff --git a/keyboards/handwired/onekey/stm32f405_feather/info.json b/keyboards/handwired/onekey/stm32f405_feather/info.json
index 5135873576..80e41cddf2 100644
--- a/keyboards/handwired/onekey/stm32f405_feather/info.json
+++ b/keyboards/handwired/onekey/stm32f405_feather/info.json
@@ -4,6 +4,6 @@
"bootloader": "stm32-dfu",
"matrix_pins": {
"cols": ["C2"],
- "rows": ["C3"],
+ "rows": ["C3"]
}
}
diff --git a/keyboards/idobao/id80/v2/ansi/info.json b/keyboards/idobao/id80/v2/ansi/info.json
index e44e5f8b00..09ddaa1b5f 100644
--- a/keyboards/idobao/id80/v2/ansi/info.json
+++ b/keyboards/idobao/id80/v2/ansi/info.json
@@ -1,6 +1,6 @@
{
"keyboard_name": "ID80 ANSI",
"usb": {
- "pid": "0x0080",
+ "pid": "0x0080"
}
}
diff --git a/keyboards/idobao/id80/v2/iso/info.json b/keyboards/idobao/id80/v2/iso/info.json
index 7512d696e2..5825c27da2 100644
--- a/keyboards/idobao/id80/v2/iso/info.json
+++ b/keyboards/idobao/id80/v2/iso/info.json
@@ -1,6 +1,6 @@
{
"keyboard_name": "ID80 ISO",
"usb": {
- "pid": "0x0081",
+ "pid": "0x0081"
}
}
diff --git a/keyboards/idobao/montex/v2/info.json b/keyboards/idobao/montex/v2/info.json
index 62715ec00a..7bbda8f9a2 100755
--- a/keyboards/idobao/montex/v2/info.json
+++ b/keyboards/idobao/montex/v2/info.json
@@ -25,7 +25,7 @@
"device_version": "2.0.0",
"pid": "0x0227",
"vid": "0x6964"
- }
+ },
"layouts": {
"LAYOUT_numpad_6x5": {
"layout": [
diff --git a/keyboards/ingrained/info.json b/keyboards/ingrained/info.json
index 1db1c930f6..b49e03da3e 100644
--- a/keyboards/ingrained/info.json
+++ b/keyboards/ingrained/info.json
@@ -1,6 +1,6 @@
{
"keyboard_name": "ingrained",
- "manufacturer": "s8erdude"
+ "manufacturer": "s8erdude",
"url": "https://github.com/jpuerto96",
"maintainer": "jpuerto96 (s8erdude)",
"usb": {
diff --git a/keyboards/keebio/sinc/info.json b/keyboards/keebio/sinc/info.json
index d7d7faadd2..1cb88fb39f 100644
--- a/keyboards/keebio/sinc/info.json
+++ b/keyboards/keebio/sinc/info.json
@@ -13,13 +13,13 @@
"extrakey": true,
"mousekey": false,
"nkro": false,
- "unicode": false,
+ "unicode": false
},
"split": {
- "enabled": true,
+ "enabled": true
},
"build": {
- "lto": true,
+ "lto": true
},
"layouts": {
"LAYOUT_75": {
diff --git a/keyboards/keebio/sinc/rev1/info.json b/keyboards/keebio/sinc/rev1/info.json
index 7e43746bfd..2f5ec5429a 100644
--- a/keyboards/keebio/sinc/rev1/info.json
+++ b/keyboards/keebio/sinc/rev1/info.json
@@ -10,7 +10,7 @@
"diode_direction": "COL2ROW",
"features": {
"rgblight": true,
- "backlight": true,
+ "backlight": true
},
"indicators": {
"caps_lock": "B6"
@@ -24,29 +24,29 @@
"encoder": {
"right": {
"rotary": [
- {"pin_a": "D6", "pin_b": "D4" },
- ],
- },
+ {"pin_a": "D6", "pin_b": "D4" }
+ ]
+ }
},
"matrix_pins": {
"right":{
"cols": ["F1", "F0", "F4", "F5", "F6", "D5", "C7", "D3", "B7"],
- "rows": ["B3", "B2", "B6", "B4", "D7", "B0"],
- },
- },
+ "rows": ["B3", "B2", "B6", "B4", "D7", "B0"]
+ }
+ }
},
"matrix_pins": {
"cols": ["F4", "F1", "F0", "B7", "B3", "D2", "D3", "D5", "D4"],
- "rows": ["B1", "B2", "C7", "B4", "D7", "B0"],
+ "rows": ["B1", "B2", "C7", "B4", "D7", "B0"]
},
"encoder": {
"enabled": true,
"rotary": [
- {"pin_a": "F5", "pin_b": "F6" },
- ],
+ {"pin_a": "F5", "pin_b": "F6" }
+ ]
},
"backlight":{
- "pin": "B5",
+ "pin": "B5"
},
"rgblight": {
"pin": "E6",
diff --git a/keyboards/keebio/sinc/rev2/info.json b/keyboards/keebio/sinc/rev2/info.json
index 72a3555351..107703d583 100644
--- a/keyboards/keebio/sinc/rev2/info.json
+++ b/keyboards/keebio/sinc/rev2/info.json
@@ -10,7 +10,7 @@
"diode_direction": "COL2ROW",
"features": {
"rgblight": true,
- "backlight": true,
+ "backlight": true
},
"indicators": {
"caps_lock": "B6"
@@ -24,29 +24,29 @@
"encoder": {
"right": {
"rotary": [
- {"pin_a": "D6", "pin_b": "D4" },
- ],
- },
+ {"pin_a": "D6", "pin_b": "D4" }
+ ]
+ }
},
"matrix_pins": {
"right":{
"cols": ["F1", "F0", "F4", "F5", "F6", "D5", "C7", "D3", "B7"],
- "rows": ["B3", "B2", "B6", "B4", "D7", "B0"],
- },
- },
+ "rows": ["B3", "B2", "B6", "B4", "D7", "B0"]
+ }
+ }
},
"matrix_pins": {
"cols": ["F4", "F1", "F0", "B7", "B3", "D2", "D3", "D5", "D4"],
- "rows": ["B1", "B2", "C7", "B4", "D7", "B0"],
+ "rows": ["B1", "B2", "C7", "B4", "D7", "B0"]
},
"encoder": {
"enabled": true,
"rotary": [
- {"pin_a": "F5", "pin_b": "F6" },
- ],
+ {"pin_a": "F5", "pin_b": "F6" }
+ ]
},
"backlight":{
- "pin": "B5",
+ "pin": "B5"
},
"rgblight": {
"pin": "E6",
diff --git a/keyboards/mincedshon/ecila/info.json b/keyboards/mincedshon/ecila/info.json
index 277cb6f9b9..d34168f247 100644
--- a/keyboards/mincedshon/ecila/info.json
+++ b/keyboards/mincedshon/ecila/info.json
@@ -31,7 +31,7 @@
{"x":0, "y":0}, {"x":1.25, "y":0}, {"x":2.25, "y":0}, {"x":3.25, "y":0}, {"x":4.25, "y":0}, {"x":5.25, "y":0}, {"x":6.25, "y":0}, {"x":7.25, "y":0}, {"x":10, "y":0}, {"x":11, "y":0}, {"x":12, "y":0}, {"x":13, "y":0}, {"x":14, "y":0}, {"x":15, "y":0}, {"x":16, "y":0, "w":2},
{"x":0, "y":1}, {"x":1.25, "y":1, "w":1.5}, {"x":2.75, "y":1}, {"x":3.75, "y":1}, {"x":4.75, "y":1}, {"x":5.75, "y":1}, {"x":6.75, "y":1}, {"x":9.5, "y":1}, {"x":10.5, "y":1}, {"x":11.5, "y":1}, {"x":12.5, "y":1}, {"x":13.5, "y":1}, {"x":14.5, "y":1}, {"x":15.5, "y":1}, {"x":16.5, "y":1, "w":1.5},
{"x":0, "y":2}, {"x":1.25, "y":2, "w":1.75}, {"x":3, "y":2}, {"x":4, "y":2}, {"x":5, "y":2}, {"x":6, "y":2}, {"x":7, "y":2}, {"x":9.75, "y":2}, {"x":10.75, "y":2}, {"x":11.75, "y":2}, {"x":12.75, "y":2}, {"x":13.75, "y":2}, {"x":14.75, "y":2}, {"x":15.75, "y":2, "w":2.25},
- {"x":0, "y":3}, {"x":1.25, "y":3, "w":2.25}, {"x":3.5, "y":3}, {"x":4.5, "y":3}, {"x":5.5, "y":3}, {"x":6.5, "y":3}, {"x":7.5, "y":3}, {"x":9.25, "y":3}, {"x":10.25, "y":3}, {"x":11.25, "y":3}, {"x":12.25, "y":3}, {"x":13.25, "y":3}, {"x":14.25, "y":3}, {"x":15.65, "y":3.25}, {"x":17, "y":3}
+ {"x":0, "y":3}, {"x":1.25, "y":3, "w":2.25}, {"x":3.5, "y":3}, {"x":4.5, "y":3}, {"x":5.5, "y":3}, {"x":6.5, "y":3}, {"x":7.5, "y":3}, {"x":9.25, "y":3}, {"x":10.25, "y":3}, {"x":11.25, "y":3}, {"x":12.25, "y":3}, {"x":13.25, "y":3}, {"x":14.25, "y":3}, {"x":15.65, "y":3.25}, {"x":17, "y":3},
{"x":1.25, "y":4, "w":1.5}, {"x":4.25, "y":4, "w":1.5}, {"x":5.75, "y":4, "w":2}, {"x":7.75, "y":4}, {"x":9.25, "y":4, "w":2.75}, {"x":12, "y":4}, {"x":14.65, "y":4.25}, {"x":15.65, "y":4.25}, {"x":16.65, "y":4.25}
]
}
diff --git a/keyboards/mini_ten_key_plus/info.json b/keyboards/mini_ten_key_plus/info.json
index b596fe5f48..7bbbf6accc 100644
--- a/keyboards/mini_ten_key_plus/info.json
+++ b/keyboards/mini_ten_key_plus/info.json
@@ -24,7 +24,7 @@
{"label":"Backspace", "x":0, "y":1},{"label":"7", "x":1, "y":1} ,{"label":"8", "x":2, "y":1},{"label":"9", "x":3, "y":1},{"label":"+", "x":4, "y":1, "h":2},
{"label":"(", "x":0, "y":2} ,{"label":"4", "x":1, "y":2} ,{"label":"5", "x":2, "y":2},{"label":"6", "x":3, "y":2},
{"label":")", "x":0, "y":3} ,{"label":"1", "x":1, "y":3} ,{"label":"2", "x":2, "y":3},{"label":"3", "x":3, "y":3},{"label":"Enter", "x":4, "y":3, "h":2},
- {"label":"y", "x":0, "y":4} ,{"label":"0", "x":1, "y":4 ,"w":2} , {"label":".", "x":3, "y":4},
+ {"label":"y", "x":0, "y":4} ,{"label":"0", "x":1, "y":4 ,"w":2} , {"label":".", "x":3, "y":4}
]
}
}
diff --git a/keyboards/nyhxis/nfr_70/info.json b/keyboards/nyhxis/nfr_70/info.json
index 32109b7012..4ec5bde08f 100644
--- a/keyboards/nyhxis/nfr_70/info.json
+++ b/keyboards/nyhxis/nfr_70/info.json
@@ -30,14 +30,14 @@
{ "label": "F7", "x": 7.5, "y": 0 },
{ "label": "F9", "x": 9.75, "y": 0 },
{ "label": "F11", "x": 11.75, "y": 0 },
- { "label": "F13", "x": 14, "y": 0 }
+ { "label": "F13", "x": 14, "y": 0 },
{ "label": "1", "x": 1, "y": 1.25 },
{ "label": "3", "x": 3, "y": 1.25 },
{ "label": "5", "x": 5, "y": 1.25 },
{ "label": "7", "x": 7, "y": 1.25 },
{ "label": "9", "x": 9, "y": 1.25 },
{ "label": "-", "x": 11, "y": 1.25 },
- { "label": "BACKSPACE", "x": 13, "y": 1.25, "w": 2 }
+ { "label": "BACKSPACE", "x": 13, "y": 1.25, "w": 2 },
{ "label": "`", "x": 0, "y": 1.25 },
{ "label": "2", "x": 2, "y": 1.25 },
{ "label": "4", "x": 4, "y": 1.25 },
@@ -58,7 +58,7 @@
{ "label": "U", "x": 7.5, "y": 2.25 },
{ "label": "O", "x": 9.5, "y": 2.25 },
{ "label": "[", "x": 11.5, "y": 2.25 },
- { "label": "\\", "x": 13.5, "y": 2.25, "w": 1.5 }
+ { "label": "\\", "x": 13.5, "y": 2.25, "w": 1.5 },
{ "label": "A", "x": 1.75, "y": 3.25 },
{ "label": "D", "x": 3.75, "y": 3.25 },
{ "label": "G", "x": 5.75, "y": 3.25 },
@@ -72,14 +72,14 @@
{ "label": "H", "x": 6.75, "y": 3.25 },
{ "label": "K", "x": 8.75, "y": 3.25 },
{ "label": ";", "x": 11.75, "y": 3.25 },
- { "label": "ENTER", "x": 12.75, "y": 3.25, "w": 2.25 }
+ { "label": "ENTER", "x": 12.75, "y": 3.25, "w": 2.25 },
{ "label": "LSHIFT", "x": 0, "y": 4.25, "w": 2.25 },
{ "label": "Z", "x": 2.25, "y": 4.25 },
{ "label": "C", "x": 4.25, "y": 4.25 },
{ "label": "B", "x": 6.25, "y": 4.25 },
{ "label": "M", "x": 8.25, "y": 4.25 },
{ "label": ".", "x": 10.25, "y": 4.25 },
- { "label": "RSHIFT", "x": 12.25, "y": 4.25, "w": 2.75 }
+ { "label": "RSHIFT", "x": 12.25, "y": 4.25, "w": 2.75 },
{ "label": "NUBS", "x": 1.25, "y": 4.25 },
{ "label": "X", "x": 3.25, "y": 4.25 },
{ "label": "V", "x": 5.25, "y": 4.25 },
@@ -112,14 +112,14 @@
{ "label": "F7", "x": 7.5, "y": 0 },
{ "label": "F9", "x": 9.75, "y": 0 },
{ "label": "F11", "x": 11.75, "y": 0 },
- { "label": "F13", "x": 14, "y": 0 }
+ { "label": "F13", "x": 14, "y": 0 },
{ "label": "1", "x": 1, "y": 1.25 },
{ "label": "3", "x": 3, "y": 1.25 },
{ "label": "5", "x": 5, "y": 1.25 },
{ "label": "7", "x": 7, "y": 1.25 },
{ "label": "9", "x": 9, "y": 1.25 },
{ "label": "-", "x": 11, "y": 1.25 },
- { "label": "BACKSPACE", "x": 13, "y": 1.25, "w": 2 }
+ { "label": "BACKSPACE", "x": 13, "y": 1.25, "w": 2 },
{ "label": "`", "x": 0, "y": 1.25 },
{ "label": "2", "x": 2, "y": 1.25 },
{ "label": "4", "x": 4, "y": 1.25 },
@@ -140,7 +140,7 @@
{ "label": "U", "x": 7.5, "y": 2.25 },
{ "label": "O", "x": 9.5, "y": 2.25 },
{ "label": "[", "x": 11.5, "y": 2.25 },
- { "label": "\\", "x": 13.5, "y": 2.25, "w": 1.5 }
+ { "label": "\\", "x": 13.5, "y": 2.25, "w": 1.5 },
{ "label": "A", "x": 1.75, "y": 3.25 },
{ "label": "D", "x": 3.75, "y": 3.25 },
{ "label": "G", "x": 5.75, "y": 3.25 },
@@ -154,14 +154,14 @@
{ "label": "H", "x": 6.75, "y": 3.25 },
{ "label": "K", "x": 8.75, "y": 3.25 },
{ "label": ";", "x": 11.75, "y": 3.25 },
- { "label": "ENTER", "x": 12.75, "y": 3.25, "w": 2.25 }
+ { "label": "ENTER", "x": 12.75, "y": 3.25, "w": 2.25 },
{ "label": "LSHIFT", "x": 0, "y": 4.25, "w": 2.25 },
{ "label": "Z", "x": 2.25, "y": 4.25 },
{ "label": "C", "x": 4.25, "y": 4.25 },
{ "label": "B", "x": 6.25, "y": 4.25 },
{ "label": "M", "x": 8.25, "y": 4.25 },
{ "label": ".", "x": 10.25, "y": 4.25 },
- { "label": "RSHIFT", "x": 12.25, "y": 4.25, "w": 2.75 }
+ { "label": "RSHIFT", "x": 12.25, "y": 4.25, "w": 2.75 },
{ "label": "NUBS", "x": 1.25, "y": 4.25 },
{ "label": "X", "x": 3.25, "y": 4.25 },
{ "label": "V", "x": 5.25, "y": 4.25 },
diff --git a/keyboards/tweetydabird/lbs4/info.json b/keyboards/tweetydabird/lbs4/info.json
index 4d495e8b22..ef96714671 100644
--- a/keyboards/tweetydabird/lbs4/info.json
+++ b/keyboards/tweetydabird/lbs4/info.json
@@ -1,78 +1,78 @@
{
- "keyboard_name": "Little Big Scroll 4",
- "manufacturer": "Tweetys Wild Thinking",
- "url": "https://lectronz.com/stores/tweetys-wild-thinking",
- "maintainer": "TweetyDaBird",
-
- "development_board": "promicro",
- "bootloader_instructions": "Short marked pads on PCB, or hold top left key when plugging in.",
-
- "features": {
- "bootmagic": true,
- "command": false,
- "console": false,
- "extrakey": true,
- "mousekey": false,
- "nkro": false,
- "rgblight": true,
- "encoder": true
- },
+ "keyboard_name": "Little Big Scroll 4",
+ "manufacturer": "Tweetys Wild Thinking",
+ "url": "https://lectronz.com/stores/tweetys-wild-thinking",
+ "maintainer": "TweetyDaBird",
+
+ "development_board": "promicro",
+ "bootloader_instructions": "Short marked pads on PCB, or hold top left key when plugging in.",
+
+ "features": {
+ "bootmagic": true,
+ "command": false,
+ "console": false,
+ "extrakey": true,
+ "mousekey": false,
+ "nkro": false,
+ "rgblight": true,
+ "encoder": true
+ },
- "build": {
- "lto": true
- },
-
- "debounce": 5,
-
- "usb": {
- "vid": "0xFEED",
+ "build": {
+ "lto": true
+ },
+
+ "debounce": 5,
+
+ "usb": {
+ "vid": "0xFEED",
"pid": "0x23B0",
- "device_version": "1.1.0"
- },
+ "device_version": "1.1.0"
+ },
- "matrix_pins": {
+ "matrix_pins": {
"direct": [
- ["E6", "D7", "F4"],
- ["B5", "B4", null]
+ ["E6", "D7", "F4"],
+ ["B5", "B4", null]
]
},
- "encoder": {
+ "encoder": {
"rotary": [
{
- "pin_a": "B1",
- "pin_b": "F7",
- "resolution": 2
- }
+ "pin_a": "B1",
+ "pin_b": "F7",
+ "resolution": 2
+ }
]
},
-
- "rgblight": {
+
+ "rgblight": {
"led_count": 6,
"pin": "D2",
"hue_steps": 8,
"saturation_steps": 17,
"brightness_steps": 17,
- "max_brightness": 175,
+ "max_brightness": 175,
"animations": {
- "alternating": true
+ "alternating": true,
"breathing": true,
"rainbow_mood": true,
- "static_gradient": true,
+ "static_gradient": true
}
},
- "layouts": {
+ "layouts": {
"LAYOUT": {
- "layout": [
- { "label": "Play", "matrix": [0, 2], "x": 2, "y": 0, "w": 2, "h": 2 },
-
- { "label": "F1", "matrix": [0, 0], "x": 0, "y": 0, "w": 1, "h": 1 },
- { "label": "F2", "matrix": [0, 1], "x": 1, "y": 0, "w": 1, "h": 1 },
-
- { "label": "F3", "matrix": [1, 0], "x": 0, "y": 1, "w": 1, "h": 1 },
- { "label": "F4", "matrix": [1, 1], "x": 1, "y": 1, "w": 1, "h": 1 },
- ]
- }
- }
+ "layout": [
+ { "label": "Play", "matrix": [0, 2], "x": 2, "y": 0, "w": 2, "h": 2 },
+
+ { "label": "F1", "matrix": [0, 0], "x": 0, "y": 0, "w": 1, "h": 1 },
+ { "label": "F2", "matrix": [0, 1], "x": 1, "y": 0, "w": 1, "h": 1 },
+
+ { "label": "F3", "matrix": [1, 0], "x": 0, "y": 1, "w": 1, "h": 1 },
+ { "label": "F4", "matrix": [1, 1], "x": 1, "y": 1, "w": 1, "h": 1 }
+ ]
+ }
+ }
} \ No newline at end of file
diff --git a/keyboards/tweetydabird/lbs6/info.json b/keyboards/tweetydabird/lbs6/info.json
index ac1b574220..a35f78b6c9 100644
--- a/keyboards/tweetydabird/lbs6/info.json
+++ b/keyboards/tweetydabird/lbs6/info.json
@@ -1,76 +1,76 @@
{
- "keyboard_name": "Little Big Scroll 6",
- "manufacturer": "Tweetys Wild Thinking",
- "url": "https://lectronz.com/stores/tweetys-wild-thinking",
- "maintainer": "TweetyDaBird",
-
- "development_board": "promicro",
-
- "features": {
- "bootmagic": true,
- "command": false,
- "console": false,
- "extrakey": true,
- "mousekey": true,
- "nkro": false,
- "rgblight": true,
- "encoder": true
- },
+ "keyboard_name": "Little Big Scroll 6",
+ "manufacturer": "Tweetys Wild Thinking",
+ "url": "https://lectronz.com/stores/tweetys-wild-thinking",
+ "maintainer": "TweetyDaBird",
+
+ "development_board": "promicro",
+
+ "features": {
+ "bootmagic": true,
+ "command": false,
+ "console": false,
+ "extrakey": true,
+ "mousekey": true,
+ "nkro": false,
+ "rgblight": true,
+ "encoder": true
+ },
- "build": {
- "lto": true
- },
+ "build": {
+ "lto": true
+ },
- "usb": {
- "vid": "0xFEED",
+ "usb": {
+ "vid": "0xFEED",
"pid": "0x23B0",
- "device_version": "1.1.0"
- },
-
- "debounce": 5,
-
- "matrix_pins": {
+ "device_version": "1.1.0"
+ },
+
+ "debounce": 5,
+
+ "matrix_pins": {
"direct": [
- [null, "F5", null],
+ [null, "F5", null],
["D4", "D7", "B4"],
- ["C6", "E6", "B5"]
+ ["C6", "E6", "B5"]
]
},
- "encoder": {
+ "encoder": {
"rotary": [
{ "pin_a": "F7", "pin_b": "F6", "resolution": 2 }
]
},
- "rgblight": {
+ "rgblight": {
"led_count": 8,
"pin": "D2",
"hue_steps": 8,
"saturation_steps": 17,
"brightness_steps": 17,
- "max_brightness": 200,
+ "max_brightness": 200,
"animations": {
"alternating": true,
"breathing": true,
"rainbow_mood": true,
- "static_gradient": true,
+ "static_gradient": true
}
},
-
- "layouts": {
+
+ "layouts": {
"LAYOUT": {
- "layout": [
- { "label": "Play", "matrix": [0, 1], "x": 1, "y": 0, "w": 1, "h": 1 },
-
- { "label": "F1", "matrix": [1, 0], "x": 0, "y": 1, "w": 1, "h": 1 },
- { "label": "F2", "matrix": [1, 1], "x": 1, "y": 1, "w": 1, "h": 1 },
- { "label": "F3", "matrix": [1, 2], "x": 2, "y": 1, "w": 1, "h": 1 },
-
- { "label": "F4", "matrix": [2, 0], "x": 0, "y": 2, "w": 1, "h": 1 },
- { "label": "F5", "matrix": [2, 1], "x": 1, "y": 2, "w": 1, "h": 1 },
- { "label": "F6", "matrix": [2, 2], "x": 2, "y": 2, "w": 1, "h": 1 },
- ]
- }
- }
+ "layout": [
+ { "label": "Play", "matrix": [0, 1], "x": 1, "y": 0, "w": 1, "h": 1 },
+
+ { "label": "F1", "matrix": [1, 0], "x": 0, "y": 1, "w": 1, "h": 1 },
+ { "label": "F2", "matrix": [1, 1], "x": 1, "y": 1, "w": 1, "h": 1 },
+ { "label": "F3", "matrix": [1, 2], "x": 2, "y": 1, "w": 1, "h": 1 },
+
+ { "label": "F4", "matrix": [2, 0], "x": 0, "y": 2, "w": 1, "h": 1 },
+ { "label": "F5", "matrix": [2, 1], "x": 1, "y": 2, "w": 1, "h": 1 },
+ { "label": "F6", "matrix": [2, 2], "x": 2, "y": 2, "w": 1, "h": 1 }
+ ]
+ }
+ }
} \ No newline at end of file