aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/np12/info.json
diff options
context:
space:
mode:
authornut14142021-05-13 03:27:16 +0200
committerGitHub2021-05-13 03:27:16 +0200
commit0bada398dfba61c93ee5dbec0aeb92b8af0f45a4 (patch)
treeb4eedf68f5ee95b8667f160801002b736ee390ac /keyboards/np12/info.json
parentfc52b43592abd0f6b82e54474adb59adb893b858 (diff)
[Keyboard] Add np12 (#12703)
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/np12/info.json')
-rw-r--r--keyboards/np12/info.json26
1 files changed, 26 insertions, 0 deletions
diff --git a/keyboards/np12/info.json b/keyboards/np12/info.json
new file mode 100644
index 0000000000..2bb513d845
--- /dev/null
+++ b/keyboards/np12/info.json
@@ -0,0 +1,26 @@
+{
+ "keyboard_name": "np12",
+ "url": "https://github.com/nut1414/np12",
+ "maintainer": "nut1414",
+ "width": 4,
+ "height": 4,
+ "layouts": {
+ "LAYOUT": {
+ "layout": [
+ { "label": "k34", "x": 3, "y": 0 },
+ { "label": "k00", "x": 0, "y": 1 },
+ { "label": "k01", "x": 1, "y": 1 },
+ { "label": "k02", "x": 2, "y": 1 },
+ { "label": "k03", "x": 3, "y": 1 },
+ { "label": "k10", "x": 0, "y": 2 },
+ { "label": "k11", "x": 1, "y": 2 },
+ { "label": "k12", "x": 2, "y": 2 },
+ { "label": "k13", "x": 3, "y": 2 },
+ { "label": "k20", "x": 0, "y": 3 },
+ { "label": "k21", "x": 1, "y": 3 },
+ { "label": "k22", "x": 2, "y": 3 },
+ { "label": "k23", "x": 3, "y": 3 }
+ ]
+ }
+ }
+} \ No newline at end of file