summaryrefslogtreecommitdiff
path: root/keyboards/tunks/ergo33/info.json
diff options
context:
space:
mode:
authorMika Kuitunen <mika.kuitunen@hotmail.com>2020-10-23 06:08:56 +0300
committerGitHub <noreply@github.com>2020-10-22 20:08:56 -0700
commite7d8ccdbb2c14af9cf37be680af1d8633729b65a (patch)
tree8a75e70ab60e89f75c6840f66d689956b7786277 /keyboards/tunks/ergo33/info.json
parentc45d7e526c9c5315c3fe2e831b01778c51b7a953 (diff)
[Keyboard] Add support for Tunks Ergo33 keyboard (#10665)
* [Keyboard] Add support for Tunks Ergo33 * [Keyboard] Ergo33: Code style fixes * [Keyboard] Ergo33: Add GPL license headers * [Keyboard] Ergo33: remove keymap_config declarations * Apply suggestions from code review Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/tunks/ergo33/info.json')
-rw-r--r--keyboards/tunks/ergo33/info.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/keyboards/tunks/ergo33/info.json b/keyboards/tunks/ergo33/info.json
new file mode 100644
index 0000000000..0d4f00b940
--- /dev/null
+++ b/keyboards/tunks/ergo33/info.json
@@ -0,0 +1,18 @@
+{
+ "keyboard_name": "Ergo33",
+ "url": "https://github.com/kulmajaba/tunks-keyboard",
+ "width": 9,
+ "height": 6,
+ "layouts": {
+ "LAYOUT_all": {
+ "layout": [
+ {"x": 0, "y": 0}, {"x": 1, "y": 0}, {"x": 2, "y": 0.4}, {"x": 3, "y": 0.3}, {"x": 4, "y": 0.4}, {"x": 5, "y": 0.5}, {"x": 6, "y": 0.5},
+ {"x": 0, "y": 1}, {"x": 1, "y": 1}, {"x": 2, "y": 1.4}, {"x": 3, "y": 1.3}, {"x": 4, "y": 1.4}, {"x": 5, "y": 1.5}, {"x": 6, "y": 1.5},
+ {"x": 0, "y": 2}, {"x": 1, "y": 2}, {"x": 2, "y": 2.4}, {"x": 3, "y": 2.3}, {"x": 4, "y": 2.4}, {"x": 5, "y": 2.5}, {"x": 6, "y": 2.5},
+ {"x": 0, "y": 3}, {"x": 1, "y": 3}, {"x": 2, "y": 3.4}, {"x": 3, "y": 3.3}, {"x": 4, "y": 3.4}, {"x": 5, "y": 3.5}, {"x": 6, "y": 3.5}, {"x": 8, "y": 3.5},
+ {"x": 0, "y": 4}, {"x": 1, "y": 4},
+ {"x": 4.7, "y": 4.7}, {"x": 5.8, "y": 4.7}, {"x": 6.8, "y": 4.8}
+ ]
+ }
+ }
+} \ No newline at end of file