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/foobar | |
parent | 3e9f809988d03036e712bc73237590653868f8ba (diff) |
Resolve a number of warnings in `qmk generate-api` (#12833)
Diffstat (limited to 'keyboards/40percentclub/foobar')
-rw-r--r-- | keyboards/40percentclub/foobar/info.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/40percentclub/foobar/info.json b/keyboards/40percentclub/foobar/info.json index c9bbda67c9..8b44ae5977 100644 --- a/keyboards/40percentclub/foobar/info.json +++ b/keyboards/40percentclub/foobar/info.json @@ -5,7 +5,7 @@ "width": 10, "height": 3, "layouts": { - "LAYOUT_macro": { + "LAYOUT_ortho_3x5": { "key_count": 15, "layout": [ {"x":0, "y":0}, {"x":1, "y":0}, {"x":2, "y":0}, {"x":3, "y":0}, {"x":4, "y":0}, @@ -13,7 +13,7 @@ {"x":0, "y":2}, {"x":1, "y":2}, {"x":2, "y":2}, {"x":3, "y":2}, {"x":4, "y":2} ] }, - "LAYOUT_split": { + "LAYOUT_ortho_3x10": { "key_count": 30, "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}, {"x":6, "y":0}, {"x":7, "y":0}, {"x":8, "y":0}, {"x":9, "y":0}, |