summaryrefslogtreecommitdiff
path: root/keyboards/kakunpc/angel17/info.json
diff options
context:
space:
mode:
authorpeepeetee <43021794+peepeetee@users.noreply.github.com>2022-01-13 06:13:45 +0800
committerGitHub <noreply@github.com>2022-01-12 14:13:45 -0800
commit92b2738bbbe98db0224972c612e06fe3f2f86045 (patch)
tree67a5d093ef34ba9ac573582a7da2bd35479e8b91 /keyboards/kakunpc/angel17/info.json
parent5eb7eee5609768f993721e4360906e8e738620cc (diff)
move @kakunpc 's keebs into kakunpc/ (#15814)
Co-authored-by: kakunpc <15257475+kakunpc@users.noreply.github.com>
Diffstat (limited to 'keyboards/kakunpc/angel17/info.json')
-rw-r--r--keyboards/kakunpc/angel17/info.json32
1 files changed, 32 insertions, 0 deletions
diff --git a/keyboards/kakunpc/angel17/info.json b/keyboards/kakunpc/angel17/info.json
new file mode 100644
index 0000000000..24a6c6be08
--- /dev/null
+++ b/keyboards/kakunpc/angel17/info.json
@@ -0,0 +1,32 @@
+{
+ "keyboard_name": "angel17",
+ "url": "https://kakunpc.booth.pm/",
+ "maintainer": "kakunpc",
+ "layouts": {
+ "LAYOUT_numpad_5x4": {
+ "layout": [
+ {"label":"Num Lock", "x":0, "y":0},
+ {"label":"/", "x":1, "y":0},
+ {"label":"*", "x":2, "y":0},
+ {"label":"-", "x":3, "y":0},
+
+ {"label":"7", "x":0, "y":1},
+ {"label":"8", "x":1, "y":1},
+ {"label":"9", "x":2, "y":1},
+
+ {"label":"4", "x":0, "y":2},
+ {"label":"5", "x":1, "y":2},
+ {"label":"6", "x":2, "y":2},
+ {"label":"+", "x":3, "y":1, "h":2},
+
+ {"label":"1", "x":0, "y":3},
+ {"label":"2", "x":1, "y":3},
+ {"label":"3", "x":2, "y":3},
+
+ {"label":"0", "x":0, "y":4, "w":2},
+ {"label":".", "x":2, "y":4},
+ {"label":"Enter", "x":3, "y":3, "h":2}
+ ]
+ }
+ }
+}