diff options
author | noroadsleft <xxiinophobia@yahoo.com> | 2019-03-20 15:08:45 -0700 |
---|---|---|
committer | noroadsleft <xxiinophobia@yahoo.com> | 2019-04-13 01:27:43 -0700 |
commit | 424c35910974868087cc01bf4e453381440bcee5 (patch) | |
tree | 94e245dda716d89aaa0a11aa359195dadacf353e | |
parent | 165b1683c11d90d6c65ba3df10e330e911327c85 (diff) | |
download | qmk_firmware-424c35910974868087cc01bf4e453381440bcee5.tar.gz qmk_firmware-424c35910974868087cc01bf4e453381440bcee5.zip |
Fix Orthodox keyboard dimensions in info.json (all revisions)
-rw-r--r-- | keyboards/orthodox/rev1/info.json | 4 | ||||
-rw-r--r-- | keyboards/orthodox/rev3/info.json | 4 | ||||
-rw-r--r-- | keyboards/orthodox/rev3_teensy/info.json | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/keyboards/orthodox/rev1/info.json b/keyboards/orthodox/rev1/info.json index 0a8442cf4b..83180aa15e 100644 --- a/keyboards/orthodox/rev1/info.json +++ b/keyboards/orthodox/rev1/info.json @@ -1,8 +1,8 @@ { "keyboard_name": "Monkeebs Orthodox Rev.1", "maintainer": "drashna", - "width": 17, - "height": 17.24, + "width": 19, + "height": 5, "layouts": { "LAYOUT": { "layout": [ diff --git a/keyboards/orthodox/rev3/info.json b/keyboards/orthodox/rev3/info.json index 289169d72b..c98c9f232d 100644 --- a/keyboards/orthodox/rev3/info.json +++ b/keyboards/orthodox/rev3/info.json @@ -1,8 +1,8 @@ { "keyboard_name": "Monkeebs Orthodox Rev.3", "maintainer": "drashna", - "width": 17, - "height": 17.24, + "width": 19, + "height": 5, "layouts": { "LAYOUT": { "layout": [ diff --git a/keyboards/orthodox/rev3_teensy/info.json b/keyboards/orthodox/rev3_teensy/info.json index d578a41340..5781c08f8e 100644 --- a/keyboards/orthodox/rev3_teensy/info.json +++ b/keyboards/orthodox/rev3_teensy/info.json @@ -1,8 +1,8 @@ { "keyboard_name": "Monkeebs Orthodox Rev.3 (Teensy)", "maintainer": "drashna", - "width": 17, - "height": 17.24, + "width": 19, + "height": 5, "layouts": { "LAYOUT": { "layout": [ |