summaryrefslogtreecommitdiff
path: root/keyboards/skeletonkbd/skeletonnumpad/info.json
diff options
context:
space:
mode:
authorskeletonkbd <90203406+skeletonkbd@users.noreply.github.com>2022-04-29 03:16:21 +0900
committerGitHub <noreply@github.com>2022-04-28 11:16:21 -0700
commit2275b35e924998645852ae5b85a982c369ebfd8c (patch)
treedb6bd006292f79a5ace0c1fdf784f9af7804c849 /keyboards/skeletonkbd/skeletonnumpad/info.json
parenta2a9611f18cb437c612f204bb004f6fddcdbea82 (diff)
[Keyboard] Add SkeletonNumPad (#16753)
* add SkeletonNumPad keyboard * fix * fix * fixed info.json * Update keyboards/skeletonkbd/skeletonnumpad/rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> * Change RGBLIGHT_LIMIT_VAL Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/skeletonkbd/skeletonnumpad/info.json')
-rw-r--r--keyboards/skeletonkbd/skeletonnumpad/info.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/keyboards/skeletonkbd/skeletonnumpad/info.json b/keyboards/skeletonkbd/skeletonnumpad/info.json
new file mode 100644
index 0000000000..62f3861e5e
--- /dev/null
+++ b/keyboards/skeletonkbd/skeletonnumpad/info.json
@@ -0,0 +1,10 @@
+{
+ "keyboard_name": "skeletonnumpad",
+ "url": "https://github.com/skeletonkbd/SkeletonNumPad",
+ "maintainer": "skeletonkbd",
+ "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":"+", "x":3, "y":1, "h":2}, {"label":"4", "x":0, "y":2}, {"label":"5", "x":1, "y":2}, {"label":"6", "x":2, "y":2}, {"label":"1", "x":0, "y":3}, {"label":"2", "x":1, "y":3}, {"label":"3", "x":2, "y":3}, {"label":"Enter", "x":3, "y":3, "h":2}, {"label":"0", "x":0, "y":4, "w":2}, {"label":".", "x":2, "y":4}]
+ }
+ }
+} \ No newline at end of file