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/pisces | |
| parent | 65f8da3034c0bc854aa23e0b8e78cbfc8a14ff19 (diff) | |
| download | qmk_firmware-79751f5b1544ead4e73951443aaf95fc49ff8a23.tar.gz qmk_firmware-79751f5b1544ead4e73951443aaf95fc49ff8a23.zip | |
Pisces: correct layout macro reference in info.json (#13410)
Diffstat (limited to 'keyboards/pisces')
| -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 3e295e83e..79171152e 100644 --- a/keyboards/pisces/info.json +++ b/keyboards/pisces/info.json | |||
| @@ -5,7 +5,7 @@ | |||
| 5 | "width": 15, | 5 | "width": 15, |
| 6 | "height": 3, | 6 | "height": 3, |
| 7 | "layouts": { | 7 | "layouts": { |
| 8 | "LAYOUT": { | 8 | "LAYOUT_split_3x6_1": { |
| 9 | "layout": [ | 9 | "layout": [ |
| 10 | {"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}, | 10 | {"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}, |
| 11 | {"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}, | 11 | {"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 156ace1ff..567b20b1c 100644 --- a/keyboards/pisces/rules.mk +++ b/keyboards/pisces/rules.mk | |||
| @@ -23,5 +23,3 @@ AUDIO_ENABLE = no # Audio output | |||
| 23 | 23 | ||
| 24 | # Enable generic behavior for split boards | 24 | # Enable generic behavior for split boards |
| 25 | SPLIT_KEYBOARD = yes | 25 | SPLIT_KEYBOARD = yes |
| 26 | |||
| 27 | LAYOUTS = split_3x6_1 # total 38 | ||
