diff options
author | Jack Humbert <jack.humb@gmail.com> | 2017-11-02 12:28:15 -0400 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2017-11-02 12:28:15 -0400 |
commit | ec591475079374d09a6708844c8ad4a754f65a33 (patch) | |
tree | bd2b6fa33a5174eedc3771c4ad95e90936e3e802 /keyboards/planck | |
parent | 074b78700a5ebf93c5b430bc86c4c4589e1472d8 (diff) | |
download | qmk_firmware-ec591475079374d09a6708844c8ad4a754f65a33.tar.gz qmk_firmware-ec591475079374d09a6708844c8ad4a754f65a33.zip |
fix 2u alignment in info.jsons
Diffstat (limited to 'keyboards/planck')
-rw-r--r-- | keyboards/planck/info.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/planck/info.json b/keyboards/planck/info.json index dad4e8e129..fd897c2167 100644 --- a/keyboards/planck/info.json +++ b/keyboards/planck/info.json @@ -54,7 +54,7 @@ { "w": 1, "x": 2, "y": 3 }, { "w": 1, "x": 3, "y": 3 }, { "w": 1, "x": 4, "y": 3 }, - { "w": 2, "x": 5.5, "y": 3 }, + { "w": 2, "x": 5, "y": 3 }, { "w": 1, "x": 7, "y": 3 }, { "w": 1, "x": 8, "y": 3 }, { "w": 1, "x": 9, "y": 3 }, |