From 79751f5b1544ead4e73951443aaf95fc49ff8a23 Mon Sep 17 00:00:00 2001 From: James Young <18669334+noroadsleft@users.noreply.github.com> Date: Sat, 3 Jul 2021 09:44:15 -0700 Subject: Pisces: correct layout macro reference in info.json (#13410) --- keyboards/pisces/info.json | 2 +- keyboards/pisces/rules.mk | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) (limited to 'keyboards') 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 -- cgit v1.2.3