diff options
author | James Young <18669334+noroadsleft@users.noreply.github.com> | 2021-06-19 03:49:27 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-19 11:49:27 +0100 |
commit | 939ce6a4867fa0829f60ed6eb8e432337fa01a4a (patch) | |
tree | 4d3358ed2e9491fb83de7b5388e946ab023fb50a /keyboards/bm60rgb/info.json | |
parent | dfcefc2d5d05272c63ed8d5d0e7627c2ff5eacec (diff) |
bm60rgb: fix layout macro references (#13246)
... and enable Community Layout support
Diffstat (limited to 'keyboards/bm60rgb/info.json')
-rw-r--r-- | keyboards/bm60rgb/info.json | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/keyboards/bm60rgb/info.json b/keyboards/bm60rgb/info.json index 5871bd5bca..d467a0405d 100644 --- a/keyboards/bm60rgb/info.json +++ b/keyboards/bm60rgb/info.json @@ -4,9 +4,11 @@ "maintainer": "qmk", "width": 15, "height": 5, + "layout_aliases": { + "LAYOUT": "LAYOUT_60_ansi_arrow" + }, "layouts": { - "LAYOUT_60_iso_arrow": { - "key_count": 63, + "LAYOUT_60_ansi_arrow": { "layout": [ {"label":"K00 (B0,D0)", "x":0, "y":0}, {"label":"K01 (B0,D1)", "x":1, "y":0}, |