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 /keyboards/janus | |
parent | 01de98428c0c7e44e7a3cb82e2e077f84e92cb22 (diff) |
[keyboard] Enable community layout support (#19499)
Diffstat (limited to 'keyboards/janus')
-rw-r--r-- | keyboards/janus/info.json | 5 |
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 @@ "split": { "enabled": true }, + "community_layouts": [ + "split_3x5_2" + ], "layouts": { "LAYOUT_split_3x5_2": { "layout": [ @@ -72,4 +75,4 @@ "pid": "0x9A25", "vid": "0xFEED" } -}
\ No newline at end of file +} |