summaryrefslogtreecommitdiff
path: root/keyboards/reversestudio/decadepad/info.json
diff options
context:
space:
mode:
authorhuajijam <strhuaji@gmail.com>2020-04-05 13:28:40 +0800
committerGitHub <noreply@github.com>2020-04-04 22:28:40 -0700
commit04c81a04c7d0a96818f6fd4087ca21586faa87f1 (patch)
tree260ed46cad7f96989cad7e09d0399cc0625e3849 /keyboards/reversestudio/decadepad/info.json
parent120fcc58b6454f65616ff08670d74c5b9a5059e1 (diff)
[Keyboard] Add ReverseStudio-DecadePad (#8553)
* ADD DecadePad * Fix Key display bug * fix * firmware1 THIS IS A Backup commit * firmware2 * rename all fill with lower case * fix bug * Final Version Fix all bugs * Requested change apply * suggested apply * change apply * via test * Apply change and fix via support problem
Diffstat (limited to 'keyboards/reversestudio/decadepad/info.json')
-rw-r--r--keyboards/reversestudio/decadepad/info.json40
1 files changed, 40 insertions, 0 deletions
diff --git a/keyboards/reversestudio/decadepad/info.json b/keyboards/reversestudio/decadepad/info.json
new file mode 100644
index 0000000000..6a2219a0f3
--- /dev/null
+++ b/keyboards/reversestudio/decadepad/info.json
@@ -0,0 +1,40 @@
+{
+ "keyboard_name": "DecadePad",
+ "url": "",
+ "maintainer": "huajijam",
+ "width": 6,
+ "height": 4,
+ "layouts": {
+ "LAYOUT_numpad_6x4": {
+ "key_count": 21,
+ "layout": [
+ {"x":0, "y":0},
+ {"x":1, "y":0},
+ {"x":2, "y":0},
+ {"x":3, "y":0},
+
+ {"x":0, "y":1},
+ {"x":1, "y":1},
+ {"x":2, "y":1},
+ {"x":3, "y":1},
+
+ {"x":0, "y":2},
+ {"x":1, "y":2},
+ {"x":2, "y":2},
+
+ {"x":0, "y":3},
+ {"x":1, "y":3},
+ {"x":2, "y":3},
+ {"x":3, "y":2, "h":2},
+
+ {"x":0, "y":4},
+ {"x":1, "y":4},
+ {"x":2, "y":4},
+
+ {"x":0, "y":5, "w":2},
+ {"x":2, "y":5},
+ {"x":3, "y":4, "h":2}
+ ]
+ }
+ }
+} \ No newline at end of file