qmk-firmwares/keyboards/keyboardio/atreus/info.json
Evan Travers cd0e32ff9e
[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>
2020-10-08 23:17:25 -07:00

57 lines
2.3 KiB
JSON

{
"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}
]
}
}
}