diff options
author | marksard <38324387+marksard@users.noreply.github.com> | 2020-09-22 11:16:43 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-21 19:16:43 -0700 |
commit | 0b2eae768637bc9230fec5d5167f617b21f4e179 (patch) | |
tree | 1514c09dbdbac47992cdf6400f95d0a3be03da00 /keyboards/treadstone48/rev2/info.json | |
parent | 924823cfb420a61986b5bb816b2c82ba6c0210a1 (diff) |
Fixed info.json file for treadstone48/rev2 (#10290)
* Keyboard: add treeadstone48
* rename layout defines
* Use of pragma once
* move common include code
* fixed info.json
* change keymap layout from kc to normal
* fix alpha revision keymap
* fixed info.json
* remove USE_Link_Time_Optimization
* Fixed info.json file.
Diffstat (limited to 'keyboards/treadstone48/rev2/info.json')
-rw-r--r-- | keyboards/treadstone48/rev2/info.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/keyboards/treadstone48/rev2/info.json b/keyboards/treadstone48/rev2/info.json index 1771a6a9d1..991a830199 100644 --- a/keyboards/treadstone48/rev2/info.json +++ b/keyboards/treadstone48/rev2/info.json @@ -192,11 +192,6 @@ "y": 2 }, { - "label": "Shift", - "x": 13.75, - "y": 2 - }, - { "label": "Ctrl", "x": 0.75, "y": 3, @@ -256,6 +251,11 @@ "label": "\u2192", "x": 13.75, "y": 3 + }, + { + "label": "Shift", + "x": 13.75, + "y": 2 } ] } |