summaryrefslogtreecommitdiff
path: root/keyboards/janus
diff options
context:
space:
mode:
authorManna Harbour <51143715+manna-harbour@users.noreply.github.com>2023-01-10 10:50:18 +1100
committerGitHub <noreply@github.com>2023-01-09 23:50:18 +0000
commit0becd33c4d3fabcfb0ccb37ae5bc7e0dda9e9d79 (patch)
tree4a457d755d62541ea60af14e21c2d56d68673434 /keyboards/janus
parent01de98428c0c7e44e7a3cb82e2e077f84e92cb22 (diff)
[keyboard] Enable community layout support (#19499)
Diffstat (limited to 'keyboards/janus')
-rw-r--r--keyboards/janus/info.json5
1 files changed, 4 insertions, 1 deletions
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}