Browse Source

Pisces: correct layout macro reference in info.json (#13410)

pull/13436/head
James Young 2 years ago
committed by GitHub
parent
commit
79751f5b15
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 3 deletions
  1. +1
    -1
      keyboards/pisces/info.json
  2. +0
    -2
      keyboards/pisces/rules.mk

+ 1
- 1
keyboards/pisces/info.json View File

@ -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},


+ 0
- 2
keyboards/pisces/rules.mk View File

@ -23,5 +23,3 @@ AUDIO_ENABLE = no # Audio output
# Enable generic behavior for split boards
SPLIT_KEYBOARD = yes
LAYOUTS = split_3x6_1 # total 38

Loading…
Cancel
Save