summaryrefslogtreecommitdiff
path: root/keyboards/handwired/scottokeebs/scottomacrodeck/info.json
diff options
context:
space:
mode:
authorJoe Scotto <8194147+joe-scotto@users.noreply.github.com>2023-09-20 22:33:57 -0400
committerGitHub <noreply@github.com>2023-09-20 19:33:57 -0700
commite55220dbe0a8ff760e6d295a7d48ccad1ffd50eb (patch)
tree3c20f23e62b4d66d59bd39a08df0325384b1c8ba /keyboards/handwired/scottokeebs/scottomacrodeck/info.json
parent9b699214917236ead6d982922e61eb7fd19b8b16 (diff)
Add ScottoMacrodeck Macropad (#20946)
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/handwired/scottokeebs/scottomacrodeck/info.json')
-rw-r--r--keyboards/handwired/scottokeebs/scottomacrodeck/info.json52
1 files changed, 52 insertions, 0 deletions
diff --git a/keyboards/handwired/scottokeebs/scottomacrodeck/info.json b/keyboards/handwired/scottokeebs/scottomacrodeck/info.json
new file mode 100644
index 0000000000..f238564c7f
--- /dev/null
+++ b/keyboards/handwired/scottokeebs/scottomacrodeck/info.json
@@ -0,0 +1,52 @@
+{
+ "manufacturer": "ScottoKeebs",
+ "keyboard_name": "ScottoMacrodeck",
+ "maintainer": "joe-scotto",
+ "development_board": "promicro",
+ "features": {
+ "bootmagic": true,
+ "command": false,
+ "console": false,
+ "extrakey": true,
+ "mousekey": true,
+ "nkro": true
+ },
+ "build" : {
+ "lto": true,
+ },
+ "matrix_pins": {
+ "direct": [
+ ["D3", "D2", "D1", null],
+ ["D0", "D4", "C6", "D7"],
+ ["E6", "B4", "B5", "F4"]
+ ]
+ },
+ "url": "https://scottokeebs.com",
+ "usb": {
+ "device_version": "1.0.0",
+ "pid": "0x0015",
+ "vid": "0xFEED"
+ },
+ "layouts": {
+ "LAYOUT": {
+ "layout": [
+ // Row 1
+ { "matrix": [0, 0], "x": 0, "y": 0 },
+ { "matrix": [0, 1], "x": 1, "y": 0 },
+ { "matrix": [0, 2], "x": 2, "y": 0 },
+
+ // Row 2
+ { "matrix": [1, 0], "x": 0, "y": 1 },
+ { "matrix": [1, 1], "x": 1, "y": 1 },
+ { "matrix": [1, 2], "x": 2, "y": 1 },
+ { "matrix": [1, 3], "x": 3, "y": 1 },
+
+ // Row 3
+ { "matrix": [2, 0], "x": 0, "y": 2 },
+ { "matrix": [2, 1], "x": 1, "y": 2 },
+ { "matrix": [2, 2], "x": 2, "y": 2 },
+ { "matrix": [2, 3], "x": 3, "y": 2 }
+ ]
+ }
+ }
+}