diff options
author | fauxpark <fauxpark@gmail.com> | 2019-10-26 12:23:11 +1100 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-10-25 18:23:11 -0700 |
commit | 006ec86786da874938f54e9b1d0f4a5f049de546 (patch) | |
tree | d929f44b102c4b4de50f276a0e7b0a32e28438a7 /keyboards/converter/xt_usb/info.json | |
parent | 19f73483d872b43b72374f2dacbb96ff1742624e (diff) |
[Keyboard] Fix Print Screen key for XT to USB converter (#7039)
* Fix Print Screen key for XT to USB converter
* While I'm here, get rid of led.c as it does absolutely nothing
* Fix info.json too
* "]" key is 1.25U and stepped on the Model F XT
Diffstat (limited to 'keyboards/converter/xt_usb/info.json')
-rw-r--r-- | keyboards/converter/xt_usb/info.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/converter/xt_usb/info.json b/keyboards/converter/xt_usb/info.json index 1fde77d1f9..2de390ae07 100644 --- a/keyboards/converter/xt_usb/info.json +++ b/keyboards/converter/xt_usb/info.json @@ -40,7 +40,7 @@ {"label":"O", "x":11.75, "y":1}, {"label":"P", "x":12.75, "y":1}, {"label":"[", "x":13.75, "y":1}, - {"label":"]", "x":14.75, "y":1}, + {"label":"]", "x":14.75, "y":1, "w": 1.25}, {"label":"7", "x":17, "y":1}, {"label":"8", "x":18, "y":1}, {"label":"9", "x":19, "y":1}, @@ -79,7 +79,7 @@ {"label":".", "x":12.5, "y":3}, {"label":"/", "x":13.5, "y":3}, {"label":"Shift", "x":14.5, "y":3, "w":1.5}, - {"label":"Print Screen", "x":16, "y":3}, + {"label":"*", "x":16, "y":3}, {"label":"1", "x":17, "y":3}, {"label":"2", "x":18, "y":3}, {"label":"3", "x":19, "y":3}, |