diff options
author | MakotoKurauchi <pluis@me.com> | 2018-07-01 10:08:52 +0900 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-06-30 18:08:52 -0700 |
commit | c8e1397e08fad2d4747f77e8027ad60e26241fb0 (patch) | |
tree | bbe1cea33cedfef25cc7dc175aa66eed502e3b86 /keyboards/helix/rev1 | |
parent | 87d9bb461ba65edf74b95a29617ff96389f223cc (diff) |
Helix fix configrator problem (#3270)
* Fix problem with configrator
* Edit keyboard info
Diffstat (limited to 'keyboards/helix/rev1')
-rw-r--r-- | keyboards/helix/rev1/info.json | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/keyboards/helix/rev1/info.json b/keyboards/helix/rev1/info.json index 1c08468ea2..505401cee8 100644 --- a/keyboards/helix/rev1/info.json +++ b/keyboards/helix/rev1/info.json @@ -1,9 +1,9 @@ { - "keyboard_name": "Helix rev. 1", - "url": "", - "maintainer": "qmk", - "width": 13, - "height": 5, + "keyboard_name": "Helix rev. 1", + "url": "https://github.com/MakotoKurauchi/helix", + "maintainer": "MakotoKurauchi", + "width": 13, + "height": 5, "layouts": { "LAYOUT": { "key_count": 60, @@ -11,4 +11,3 @@ } } } - |