diff options
author | Zach White <skullydazed@gmail.com> | 2021-05-08 12:44:05 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-08 12:44:05 -0700 |
commit | 767089384fa014cb0e4f98971eb2d82fe00946c4 (patch) | |
tree | 985abca19661585a2fd9a18304bb9b6313f91166 /keyboards/40percentclub/6lit/info.json | |
parent | 3e9f809988d03036e712bc73237590653868f8ba (diff) |
Resolve a number of warnings in `qmk generate-api` (#12833)
Diffstat (limited to 'keyboards/40percentclub/6lit/info.json')
-rw-r--r-- | keyboards/40percentclub/6lit/info.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/40percentclub/6lit/info.json b/keyboards/40percentclub/6lit/info.json index ce1a7d6e16..dafebea1c1 100644 --- a/keyboards/40percentclub/6lit/info.json +++ b/keyboards/40percentclub/6lit/info.json @@ -5,14 +5,14 @@ "width": 6, "height": 2, "layouts": { - "LAYOUT_macro": { + "LAYOUT_ortho_2x3": { "key_count": 6, "layout": [ {"x":0, "y":0}, {"x":1, "y":0}, {"x":2, "y":0}, {"x":0, "y":1}, {"x":1, "y":1}, {"x":2, "y":1} ] }, - "LAYOUT_split": { + "LAYOUT_ortho_2x6": { "key_count": 12, "layout": [ {"x":0, "y":0}, {"x":1, "y":0}, {"x":2, "y":0}, {"x":3, "y":0}, {"x":4, "y":0}, {"x":5, "y":0}, |