summaryrefslogtreecommitdiff
path: root/keyboards/misonoworks/karina/info.json
diff options
context:
space:
mode:
authormisonoworks <63772942+misonoworks@users.noreply.github.com>2021-01-10 23:01:35 -0800
committerGitHub <noreply@github.com>2021-01-10 23:01:35 -0800
commit4c48518a4ef25f52a9a5d214041c9aeb3e0546df (patch)
tree3323360237791e9de02a7dfb8b067a1e4e524899 /keyboards/misonoworks/karina/info.json
parent135d28d2fb3234dab3ef5353b47ec5838534e39d (diff)
[Keyboard] Add Karina keyboard (#11347)
* add karina keymap * Update info.json * Add files via upload * Update readme.md * Update info.json * Update info.json * Update keyboards/misonoworks/karina/rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/misonoworks/karina/rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/misonoworks/karina/config.h Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: autumnisacutie <63772942+autumnisacutie@users.noreply.github.com> Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/misonoworks/karina/info.json')
-rw-r--r--keyboards/misonoworks/karina/info.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/keyboards/misonoworks/karina/info.json b/keyboards/misonoworks/karina/info.json
new file mode 100644
index 0000000000..3d724ea4af
--- /dev/null
+++ b/keyboards/misonoworks/karina/info.json
@@ -0,0 +1,12 @@
+{
+ "keyboard_name": "Karina",
+ "url": "https://github.com/autumnisacutie/karina",
+ "maintainer": "MisonoWorks",
+ "width": 11,
+ "height": 5,
+ "layouts": {
+ "LAYOUT": {
+ "layout": [{"x":0, "y":0}, {"x":10, "y":0}, {"label":"Q", "x":0.5, "y":1}, {"label":"W", "x":1.5, "y":1}, {"label":"E", "x":2.5, "y":1}, {"label":"R", "x":3.5, "y":1}, {"label":"T", "x":4.5, "y":1}, {"label":"Y", "x":5.5, "y":1}, {"label":"U", "x":6.5, "y":1}, {"label":"I", "x":7.5, "y":1}, {"label":"O", "x":8.5, "y":1}, {"label":"P", "x":9.5, "y":1}, {"label":"Tab", "x":0, "y":2}, {"label":"A", "x":1, "y":2}, {"label":"S", "x":2, "y":2}, {"label":"D", "x":3, "y":2}, {"label":"F", "x":4, "y":2}, {"label":"G", "x":5, "y":2}, {"label":"H", "x":6, "y":2}, {"label":"J", "x":7, "y":2}, {"label":"K", "x":8, "y":2}, {"label":"L", "x":9, "y":2}, {"label":"Enter", "x":10, "y":2}, {"label":"Shift", "x":0, "y":3, "w":1.5}, {"label":"Z", "x":1.5, "y":3}, {"label":"X", "x":2.5, "y":3}, {"label":"C", "x":3.5, "y":3}, {"label":"V", "x":4.5, "y":3}, {"label":"B", "x":5.5, "y":3}, {"label":"N", "x":6.5, "y":3}, {"label":"M", "x":7.5, "y":3}, {"label":"<", "x":8.5, "y":3}, {"label":"Shift", "x":9.5, "y":3, "w":1.5}, {"label":"Alt", "x":0, "y":4, "w":1.75}, {"x":1.75, "y":4, "w":1.25}, {"x":3, "y":4, "w":2.75}, {"x":5.75, "y":4, "w":2.25}, {"x":8, "y":4, "w":1.25}, {"label":"Control", "x":9.25, "y":4, "w":1.75}]
+ }
+ }
+}