diff options
author | QMK Bot <hello@qmk.fm> | 2022-10-26 19:41:39 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-10-26 19:41:39 +0000 |
commit | 4c0c491e31535292194cc812cde483d223d16ed7 (patch) | |
tree | 5a8e68e3fd64e22a77728407d23e59797fc6e16e /keyboards/kepler_33/proto/info.json | |
parent | 1d629f75b876ee69323a9e5ca7a8a24bc536bf7c (diff) | |
parent | 8ea8a4edcb2e33df93bdcfae08b4aeef05d995c6 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/kepler_33/proto/info.json')
-rw-r--r-- | keyboards/kepler_33/proto/info.json | 85 |
1 files changed, 85 insertions, 0 deletions
diff --git a/keyboards/kepler_33/proto/info.json b/keyboards/kepler_33/proto/info.json new file mode 100644 index 0000000000..bcf8405ecd --- /dev/null +++ b/keyboards/kepler_33/proto/info.json @@ -0,0 +1,85 @@ +{ + "manufacturer": "Yaya-alone-Team", + "keyboard_name": "Kepler-33", + "maintainer": "Seityaya", + "bootloader": "stm32-dfu", + "features": { + "bootmagic": true, + "command": false, + "console": false, + "extrakey": true, + "mousekey": true, + "nkro": true + }, + + "processor": "STM32F401", + "board": "BLACKPILL_STM32_F401", + "url": "https://github.com/seityaya/Kepler-33", + "usb": { + "device_version": "1.0.0", + "pid": "0x0000", + "vid": "0xFEED" + }, + "diode_direction": "ROW2COL", + "matrix_pins": { + "rows": ["B12", "B13", "B14", "B15"], + "cols": ["A0", "A1", "A2", "A3", "A4", "A5", "A6", "A7", "B0", "B1", "B6", "B10", "B9", "B8", "B7"] + }, + "layouts": { + "LAYOUT_proto": { + "layout": [ + {"matrix": [0, 0], "label":"Esc", "x":0, "y":0}, + {"matrix": [0, 1], "label":"Q", "x":1, "y":0}, + {"matrix": [0, 2], "label":"W", "x":2, "y":0}, + {"matrix": [0, 3], "label":"E", "x":3, "y":0}, + {"matrix": [0, 4], "label":"R", "x":4, "y":0}, + {"matrix": [0, 5], "label":"T", "x":5, "y":0}, + {"matrix": [0, 6], "label":"Y", "x":6, "y":0}, + {"matrix": [0, 8], "label":"U", "x":7, "y":0}, + {"matrix": [0, 9], "label":"I", "x":8, "y":0}, + {"matrix": [0, 10], "label":"O", "x":9, "y":0}, + {"matrix": [0, 11], "label":"P", "x":10, "y":0}, + {"matrix": [0, 12], "label":"[{", "x":11, "y":0}, + {"matrix": [0, 13], "label":"]}", "x":12, "y":0}, + {"matrix": [0, 14], "label":"Del", "x":13, "y":0}, + + {"matrix": [1, 0], "label":"Layer", "x":0.25, "y":1}, + {"matrix": [1, 1], "label":"A", "x":1.5, "y":1}, + {"matrix": [1, 2], "label":"S", "x":2.5, "y":1}, + {"matrix": [1, 3], "label":"D", "x":3.5, "y":1}, + {"matrix": [1, 4], "label":"F", "x":4.5, "y":1}, + {"matrix": [1, 5], "label":"G", "x":5.5, "y":1}, + {"matrix": [1, 7], "label":"H", "x":6.5, "y":1}, + {"matrix": [1, 9], "label":"J", "x":7.5, "y":1}, + {"matrix": [1, 10], "label":"K", "x":8.5, "y":1}, + {"matrix": [1, 11], "label":"L", "x":9.5, "y":1}, + {"matrix": [1, 12], "label":";:", "x":10.5, "y":1}, + {"matrix": [1, 13], "label":"'\"", "x":11.5, "y":1}, + {"matrix": [1, 14], "label":"Enter", "x":12.75, "y":1}, + + {"matrix": [2, 0], "label":"Shift_L", "x":0.5, "y":2}, + {"matrix": [2, 1], "label":"Z", "x":2, "y":2}, + {"matrix": [2, 2], "label":"X", "x":3, "y":2}, + {"matrix": [2, 3], "label":"C", "x":4, "y":2}, + {"matrix": [2, 4], "label":"V", "x":5, "y":2}, + {"matrix": [2, 6], "label":"B", "x":6, "y":2}, + {"matrix": [2, 8], "label":"N", "x":7, "y":2}, + {"matrix": [2, 10], "label":"M", "x":8, "y":2}, + {"matrix": [2, 11], "label":",<", "x":9, "y":2}, + {"matrix": [2, 12], "label":".>", "x":10, "y":2}, + {"matrix": [2, 13], "label":"/?", "x":11, "y":2}, + {"matrix": [2, 14], "label":"BackS", "x":12.5, "y":2}, + + {"matrix": [3, 0], "label":"Ctrl_L", "x":0, "y":3}, + {"matrix": [3, 1], "label":"FN_L", "x":1.25, "y":3}, + {"matrix": [3, 2], "label":"Alt_L", "x":2.5, "y":3}, + {"matrix": [3, 4], "label":"Space", "x":5, "y":3}, + {"matrix": [3, 7], "label":"Space", "x":6.5, "y":3}, + {"matrix": [3, 10], "label":"Menu", "x":8, "y":3}, + {"matrix": [3, 12], "label":"Alt_R", "x":10.5, "y":3}, + {"matrix": [3, 13], "label":"FN_R", "x":11.75, "y":3}, + {"matrix": [3, 14], "label":"Ctrl_R", "x":13, "y":3} + ] + } + } +} |