diff options
| author | Manna Harbour <51143715+manna-harbour@users.noreply.github.com> | 2023-01-10 10:50:18 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-09 23:50:18 +0000 |
| commit | 0becd33c4d3fabcfb0ccb37ae5bc7e0dda9e9d79 (patch) | |
| tree | 4a457d755d62541ea60af14e21c2d56d68673434 | |
| parent | 01de98428c0c7e44e7a3cb82e2e077f84e92cb22 (diff) | |
[keyboard] Enable community layout support (#19499)
| -rw-r--r-- | keyboards/dailycraft/wings42/rev1/info.json | 3 | ||||
| -rw-r--r-- | keyboards/janus/info.json | 5 | ||||
| -rw-r--r-- | keyboards/obosob/steal_this_keyboard/info.json | 3 | ||||
| -rwxr-xr-x | keyboards/reviung/reviung34/info.json | 6 | ||||
| -rw-r--r-- | keyboards/splitkb/aurora/sweep/rev1/info.json | 3 |
5 files changed, 19 insertions, 1 deletions
diff --git a/keyboards/dailycraft/wings42/rev1/info.json b/keyboards/dailycraft/wings42/rev1/info.json index 72ece409da..a2fb5ddcf4 100644 --- a/keyboards/dailycraft/wings42/rev1/info.json +++ b/keyboards/dailycraft/wings42/rev1/info.json | |||
| @@ -8,6 +8,9 @@ | |||
| 8 | "pid": "0x0003", | 8 | "pid": "0x0003", |
| 9 | "device_version": "0.0.1" | 9 | "device_version": "0.0.1" |
| 10 | }, | 10 | }, |
| 11 | "community_layouts": [ | ||
| 12 | "split_3x6_3" | ||
| 13 | ], | ||
| 11 | "layouts": { | 14 | "layouts": { |
| 12 | "LAYOUT_split_3x6_3": { | 15 | "LAYOUT_split_3x6_3": { |
| 13 | "layout": [ | 16 | "layout": [ |
diff --git a/keyboards/janus/info.json b/keyboards/janus/info.json index 6169dc6ed5..c5feb8504e 100644 --- a/keyboards/janus/info.json +++ b/keyboards/janus/info.json | |||
| @@ -27,6 +27,9 @@ | |||
| 27 | "split": { | 27 | "split": { |
| 28 | "enabled": true | 28 | "enabled": true |
| 29 | }, | 29 | }, |
| 30 | "community_layouts": [ | ||
| 31 | "split_3x5_2" | ||
| 32 | ], | ||
| 30 | "layouts": { | 33 | "layouts": { |
| 31 | "LAYOUT_split_3x5_2": { | 34 | "LAYOUT_split_3x5_2": { |
| 32 | "layout": [ | 35 | "layout": [ |
| @@ -72,4 +75,4 @@ | |||
| 72 | "pid": "0x9A25", | 75 | "pid": "0x9A25", |
| 73 | "vid": "0xFEED" | 76 | "vid": "0xFEED" |
| 74 | } | 77 | } |
| 75 | } \ No newline at end of file | 78 | } |
diff --git a/keyboards/obosob/steal_this_keyboard/info.json b/keyboards/obosob/steal_this_keyboard/info.json index a20119208d..9694396873 100644 --- a/keyboards/obosob/steal_this_keyboard/info.json +++ b/keyboards/obosob/steal_this_keyboard/info.json | |||
| @@ -8,6 +8,9 @@ | |||
| 8 | "pid": "0x50AD", | 8 | "pid": "0x50AD", |
| 9 | "device_version": "0.0.1" | 9 | "device_version": "0.0.1" |
| 10 | }, | 10 | }, |
| 11 | "community_layouts": [ | ||
| 12 | "split_3x5_2" | ||
| 13 | ], | ||
| 11 | "layouts": { | 14 | "layouts": { |
| 12 | "LAYOUT_split_3x5_2": { | 15 | "LAYOUT_split_3x5_2": { |
| 13 | "layout": [ | 16 | "layout": [ |
diff --git a/keyboards/reviung/reviung34/info.json b/keyboards/reviung/reviung34/info.json index 2738014d21..c11eef91b1 100755 --- a/keyboards/reviung/reviung34/info.json +++ b/keyboards/reviung/reviung34/info.json | |||
| @@ -8,6 +8,12 @@ | |||
| 8 | "pid": "0x4E03", | 8 | "pid": "0x4E03", |
| 9 | "device_version": "0.0.1" | 9 | "device_version": "0.0.1" |
| 10 | }, | 10 | }, |
| 11 | "community_layouts": [ | ||
| 12 | "split_3x5_2" | ||
| 13 | ], | ||
| 14 | "layout_aliases": { | ||
| 15 | "LAYOUT_split_3x5_2": "LAYOUT_reviung34" | ||
| 16 | }, | ||
| 11 | "layouts": { | 17 | "layouts": { |
| 12 | "LAYOUT_reviung34": { | 18 | "LAYOUT_reviung34": { |
| 13 | "layout": [ | 19 | "layout": [ |
diff --git a/keyboards/splitkb/aurora/sweep/rev1/info.json b/keyboards/splitkb/aurora/sweep/rev1/info.json index 104879b28e..57b2754eac 100644 --- a/keyboards/splitkb/aurora/sweep/rev1/info.json +++ b/keyboards/splitkb/aurora/sweep/rev1/info.json | |||
| @@ -56,6 +56,9 @@ | |||
| 56 | ] | 56 | ] |
| 57 | } | 57 | } |
| 58 | }, | 58 | }, |
| 59 | "community_layouts": [ | ||
| 60 | "split_3x5_2" | ||
| 61 | ], | ||
| 59 | "diode_direction": "ROW2COL", | 62 | "diode_direction": "ROW2COL", |
| 60 | "matrix_pins": { | 63 | "matrix_pins": { |
| 61 | "rows": ["F6", "F5", "F7", "B1"], | 64 | "rows": ["F6", "F5", "F7", "B1"], |
