aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/sick_pad/info.json
diff options
context:
space:
mode:
authorJoel Schneider <jmschneider@users.noreply.github.com>2020-09-29 00:25:53 -0400
committerGitHub <noreply@github.com>2020-09-28 21:25:53 -0700
commit2eeb30cd5ac755fcb8314ec6b39b56412f43baf1 (patch)
treea5976d2576e9a1999408c2ec9721c8c7e63a7d95 /keyboards/handwired/sick_pad/info.json
parentc7599bf49fd0f5f7b0d5e863440eaa85d0247690 (diff)
downloadfirmware-2eeb30cd5ac755fcb8314ec6b39b56412f43baf1.tar.gz
firmware-2eeb30cd5ac755fcb8314ec6b39b56412f43baf1.tar.bz2
firmware-2eeb30cd5ac755fcb8314ec6b39b56412f43baf1.zip
[Keyboard] Add SiCK-PAD handwired keyboard (#10429)
* Add sick_pad * Adjust setup for Proton C * Add readme * Add info.json * Make requested changes * Resolve PR issues
Diffstat (limited to 'keyboards/handwired/sick_pad/info.json')
-rw-r--r--keyboards/handwired/sick_pad/info.json34
1 files changed, 34 insertions, 0 deletions
diff --git a/keyboards/handwired/sick_pad/info.json b/keyboards/handwired/sick_pad/info.json
new file mode 100644
index 000000000..68ff6b40e
--- /dev/null
+++ b/keyboards/handwired/sick_pad/info.json
@@ -0,0 +1,34 @@
+{
+ "keyboard_name": "sick_pad",
+ "url": "https://www.thingiverse.com/thing:3682168",
+ "maintainer": "jmschneider",
+ "width": 4,
+ "height": 5,
+ "layouts": {
+ "LAYOUT_numpad_5x4": {
+ "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":0, "y":2},
+ {"x":1, "y":2},
+ {"x":2, "y":2},
+ {"x":3, "y":1, "h":2},
+
+ {"x":0, "y":3},
+ {"x":1, "y":3},
+ {"x":2, "y":3},
+
+ {"x":0, "y":4, "w":2},
+ {"x":2, "y":4},
+ {"x":3, "y":3, "h":2}
+ ]
+ }
+ }
+}