diff options
author | James Young <18669334+noroadsleft@users.noreply.github.com> | 2021-07-03 09:44:15 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-03 09:44:15 -0700 |
commit | 79751f5b1544ead4e73951443aaf95fc49ff8a23 (patch) | |
tree | 456f37e118b732a63c44659f6a86efa682ba8250 /keyboards | |
parent | 65f8da3034c0bc854aa23e0b8e78cbfc8a14ff19 (diff) |
Pisces: correct layout macro reference in info.json (#13410)
Diffstat (limited to 'keyboards')
-rw-r--r-- | keyboards/pisces/info.json | 2 | ||||
-rw-r--r-- | keyboards/pisces/rules.mk | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/keyboards/pisces/info.json b/keyboards/pisces/info.json index 3e295e83e1..79171152e3 100644 --- a/keyboards/pisces/info.json +++ b/keyboards/pisces/info.json @@ -5,7 +5,7 @@ "width": 15, "height": 3, "layouts": { - "LAYOUT": { + "LAYOUT_split_3x6_1": { "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":9, "y":0}, {"x":10, "y":0}, {"x":11, "y":0}, {"x":12, "y":0}, {"x":13, "y":0}, {"x":14, "y":0}, {"x":0, "y":1}, {"x":1, "y":1}, {"x":2, "y":1}, {"x":3, "y":1}, {"x":4, "y":1}, {"x":5, "y":1}, {"x":9, "y":1}, {"x":10, "y":1}, {"x":11, "y":1}, {"x":12, "y":1}, {"x":13, "y":1}, {"x":14, "y":1}, diff --git a/keyboards/pisces/rules.mk b/keyboards/pisces/rules.mk index 156ace1ff0..567b20b1c9 100644 --- a/keyboards/pisces/rules.mk +++ b/keyboards/pisces/rules.mk @@ -23,5 +23,3 @@ AUDIO_ENABLE = no # Audio output # Enable generic behavior for split boards SPLIT_KEYBOARD = yes - -LAYOUTS = split_3x6_1 # total 38 |