aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/angel17/info.json
diff options
context:
space:
mode:
authorkakunpc <15257475+kakunpc@users.noreply.github.com>2019-08-22 09:40:37 +0900
committerDrashna Jaelre <drashna@live.com>2019-08-21 17:40:37 -0700
commit63b96c34ce254f552cdb098060a9e7d7705263b2 (patch)
tree3ec9e159b2b19dd837975447ae87d23ce2395a2c /keyboards/angel17/info.json
parent94efa18c28c8c0e08526c9665a8f0d6a4e7d3e96 (diff)
downloadfirmware-63b96c34ce254f552cdb098060a9e7d7705263b2.tar.gz
firmware-63b96c34ce254f552cdb098060a9e7d7705263b2.tar.bz2
firmware-63b96c34ce254f552cdb098060a9e7d7705263b2.zip
[Keyboard] new keyboard "angel17" (#6542)
* add angel17 keyboard * fix rules.mk * change BOOTLOADER * set LAYOUT_numpad_5x4 * Update keyboards/angel17/rules.mk Co-Authored-By: Drashna Jaelre <drashna@live.com> * fix LAYOUTS = numpad_5x4 * update info.json
Diffstat (limited to 'keyboards/angel17/info.json')
-rw-r--r--keyboards/angel17/info.json34
1 files changed, 34 insertions, 0 deletions
diff --git a/keyboards/angel17/info.json b/keyboards/angel17/info.json
new file mode 100644
index 000000000..823235348
--- /dev/null
+++ b/keyboards/angel17/info.json
@@ -0,0 +1,34 @@
+{
+ "keyboard_name": "angel17",
+ "url": "https://kakunpc.booth.pm/",
+ "maintainer": "kakunpc",
+ "width": 4,
+ "height": 5,
+ "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}
+ ]
+ }
+ }
+}