Skip to content

Commit 3e986c9

Browse files
committed
migrate wolfjaw to keyboard.json format
1 parent d616168 commit 3e986c9

4 files changed

Lines changed: 68 additions & 71 deletions

File tree

MIGRATION_CHECKLIST.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ See CLAUDE.md for migration guide.
5555
- [x] sst80
5656
- [x] twoyo
5757
- [x] typface/cosmic_sans
58-
- [ ] wolfjaw
58+
- [x] wolfjaw

firmware/wolfjaw/info.json

Lines changed: 0 additions & 69 deletions
This file was deleted.

firmware/wolfjaw/keyboard.json

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
{
2+
"keyboard_name": "Wolfjaw",
3+
"manufacturer": "Whitefacemountain",
4+
"url": "",
5+
"maintainer": "qmk",
6+
"usb": {
7+
"vid": "0xFEED",
8+
"pid": "0x0000",
9+
"device_version": "1.0.0"
10+
},
11+
"processor": "RP2040",
12+
"bootloader": "rp2040",
13+
"matrix_pins": {
14+
"rows": ["GP0", "GP1", "GP14", "GP19"],
15+
"cols": ["GP20", "GP13", "GP12", "GP11", "GP10", "GP8", "GP7", "GP6", "GP5", "GP4", "GP3", "GP2"]
16+
},
17+
"diode_direction": "COL2ROW",
18+
"layouts": {
19+
"LAYOUT": {
20+
"layout": [
21+
{"matrix": [0, 0], "x": 0, "y": 0},
22+
{"matrix": [0, 1], "x": 1, "y": 0},
23+
{"matrix": [0, 2], "x": 2, "y": 0},
24+
{"matrix": [0, 3], "x": 3, "y": 0},
25+
{"matrix": [0, 4], "x": 4, "y": 0},
26+
{"matrix": [0, 5], "x": 5, "y": 0},
27+
{"matrix": [0, 6], "x": 6, "y": 0},
28+
{"matrix": [0, 7], "x": 7, "y": 0},
29+
{"matrix": [0, 8], "x": 8, "y": 0},
30+
{"matrix": [0, 9], "x": 9, "y": 0},
31+
{"matrix": [0, 10], "x": 10, "y": 0},
32+
{"matrix": [0, 11], "x": 11, "y": 0},
33+
{"matrix": [1, 0], "x": 0, "y": 1},
34+
{"matrix": [1, 1], "x": 1, "y": 1},
35+
{"matrix": [1, 2], "x": 2, "y": 1},
36+
{"matrix": [1, 3], "x": 3, "y": 1},
37+
{"matrix": [1, 4], "x": 4, "y": 1},
38+
{"matrix": [1, 5], "x": 5, "y": 1},
39+
{"matrix": [1, 6], "x": 6, "y": 1},
40+
{"matrix": [1, 7], "x": 7, "y": 1},
41+
{"matrix": [1, 8], "x": 8, "y": 1},
42+
{"matrix": [1, 9], "x": 9, "y": 1},
43+
{"matrix": [1, 10], "x": 10, "y": 1},
44+
{"matrix": [1, 11], "x": 11, "y": 1},
45+
{"matrix": [2, 0], "x": 0, "y": 2, "w": 1.5},
46+
{"matrix": [2, 1], "x": 1.5, "y": 2},
47+
{"matrix": [2, 2], "x": 2.5, "y": 2},
48+
{"matrix": [2, 3], "x": 3.5, "y": 2},
49+
{"matrix": [2, 4], "x": 4.5, "y": 2},
50+
{"matrix": [2, 5], "x": 5.5, "y": 2},
51+
{"matrix": [2, 6], "x": 6.5, "y": 2},
52+
{"matrix": [2, 7], "x": 7.5, "y": 2},
53+
{"matrix": [2, 8], "x": 8.5, "y": 2},
54+
{"matrix": [2, 9], "x": 9.5, "y": 2},
55+
{"matrix": [2, 11], "x": 10.5, "y": 2, "w": 1.5},
56+
{"matrix": [3, 0], "x": 0, "y": 3, "w": 1.25},
57+
{"matrix": [3, 1], "x": 1.25, "y": 3},
58+
{"matrix": [3, 2], "x": 2.25, "y": 3, "w": 1.25},
59+
{"matrix": [3, 4], "x": 3.5, "y": 3, "w": 2.75},
60+
{"matrix": [3, 5], "x": 6.25, "y": 3, "w": 2.25},
61+
{"matrix": [3, 7], "x": 8.5, "y": 3, "w": 1.25},
62+
{"matrix": [3, 8], "x": 9.75, "y": 3},
63+
{"matrix": [3, 11], "x": 10.75, "y": 3, "w": 1.25}
64+
]
65+
}
66+
}
67+
}

firmware/wolfjaw/rules.mk

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)