summaryrefslogtreecommitdiff
path: root/keyboards/keyboardio/atreus/info.json
diff options
context:
space:
mode:
authorEvan Travers <evantravers@gmail.com>2020-10-09 01:17:25 -0500
committerGitHub <noreply@github.com>2020-10-08 23:17:25 -0700
commitcd0e32ff9ec5d33d911832c1ea716acb900b564d (patch)
tree63cbbe387210a827094e312a8dcd744910d53c32 /keyboards/keyboardio/atreus/info.json
parent7229997e7d7e3519c09774020c7f3979541ea761 (diff)
[Keyboard] Keyboardio Atreus (#10570)
* Initial support for the Keyboardio Atreus Many thanks to noroadsleft for reviews & suggestions. * Add QMK Configurator layout support * Update the fn layer of the Keyboardio Atreus to the new layout. Previously this was using the Classic Atreus layout. * Implement noroadleft's changes from #8492 * Follow Erovia's recommendations qmk/qmk_firmware#8492 * Correct braces * Change correct rules.mk * Remove comments * Fix BOOTMAGIC_ENABLE I had edited the wrong file earlier. * Remove comment * Updates rules.mk Thank you noroadsleft. Co-authored-by: Gergely Nagy <algernon@keyboard.io> Co-authored-by: Phil Hagelberg <phil@hagelb.org>
Diffstat (limited to 'keyboards/keyboardio/atreus/info.json')
-rw-r--r--keyboards/keyboardio/atreus/info.json57
1 files changed, 57 insertions, 0 deletions
diff --git a/keyboards/keyboardio/atreus/info.json b/keyboards/keyboardio/atreus/info.json
new file mode 100644
index 0000000000..69386999ad
--- /dev/null
+++ b/keyboards/keyboardio/atreus/info.json
@@ -0,0 +1,57 @@
+{
+ "keyboard_name": "Keyboardio Atreus",
+ "url": "",
+ "maintainer": "keyboardio",
+ "width": 13,
+ "height": 4.7,
+ "layouts": {
+ "LAYOUT": {
+ "layout": [
+ {"label":"Q", "x":0, "y":0.6},
+ {"label":"W", "x":1, "y":0.35},
+ {"label":"E", "x":2, "y":0},
+ {"label":"R", "x":3, "y":0.35},
+ {"label":"T", "x":4, "y":0.7},
+ {"label":"Y", "x":8, "y":0.7},
+ {"label":"U", "x":9, "y":0.35},
+ {"label":"I", "x":10, "y":0},
+ {"label":"O", "x":11, "y":0.35},
+ {"label":"P", "x":12, "y":0.6},
+ {"label":"A", "x":0, "y":1.6},
+ {"label":"S", "x":1, "y":1.35},
+ {"label":"D", "x":2, "y":1},
+ {"label":"F", "x":3, "y":1.35},
+ {"label":"G", "x":4, "y":1.7},
+ {"label":"H", "x":8, "y":1.7},
+ {"label":"J", "x":9, "y":1.35},
+ {"label":"K", "x":10, "y":1},
+ {"label":"L", "x":11, "y":1.35},
+ {"label":";", "x":12, "y":1.6},
+ {"label":"Z", "x":0, "y":2.6},
+ {"label":"X", "x":1, "y":2.35},
+ {"label":"C", "x":2, "y":2},
+ {"label":"V", "x":3, "y":2.35},
+ {"label":"B", "x":4, "y":2.7},
+ {"label":"`", "x":5, "y":2.54},
+ {"label":"\\", "x":7, "y":2.54},
+ {"label":"N", "x":8, "y":2.7},
+ {"label":"M", "x":9, "y":2.35},
+ {"label":",", "x":10, "y":2},
+ {"label":".", "x":11, "y":2.35},
+ {"label":"/", "x":12, "y":2.6},
+ {"label":"Esc", "x":0, "y":3.6},
+ {"label":"Tab", "x":1, "y":3.35},
+ {"label":"Super", "x":2, "y":3},
+ {"label":"Shift", "x":3, "y":3.35},
+ {"label":"Bksp", "x":4, "y":3.7},
+ {"label":"Ctrl", "x":5, "y":3.54},
+ {"label":"Alt", "x":7, "y":3.54},
+ {"label":"Space", "x":8, "y":3.7},
+ {"label":"Fun", "x":9, "y":3.35},
+ {"label":"-", "x":10, "y":3},
+ {"label":"'", "x":11, "y":3.35},
+ {"label":"Enter", "x":12,"y":3.6}
+ ]
+ }
+ }
+}