Skip to content

Commit

Permalink
Update keyboard.json
Browse files Browse the repository at this point in the history
updated as per waffle87 suggestions, and run qmk format-json
  • Loading branch information
telybelly committed Feb 11, 2025
1 parent 07acbd6 commit 03b2617
Showing 1 changed file with 36 additions and 46 deletions.
82 changes: 36 additions & 46 deletions keyboards/jankycaps/janky9/keyboard.json
Original file line number Diff line number Diff line change
@@ -1,49 +1,39 @@
{
"keyboard_name": "Janky No.9",
"manufacturer": "jankycaps",
"url": "https://anky.studio/",
"maintainer": "jankycaps",
"usb": {
"vid": "0x4E4B",
"pid": "0x0001",
"device_version": "1.0.0"
},
"processor": "atmega32u4",
"bootloader": "caterina",
"features": {
"bootmagic": true,
"command": false,
"console": false,
"extrakey": true,
"mousekey": true,
"nkro": true
},
"qmk": {
"locking": {
"enabled": true,
"resync": true
"manufacturer": "jankycaps",
"keyboard_name": "Janky No.9",
"maintainer": "jankycaps",
"development_board": "promicro",
"features": {
"bootmagic": true,
"extrakey": true,
"mousekey": true
},
"matrix_pins": {
"direct": [
["F4", "F5", "F6"],
["F7", "B1", "B3"],
["B2", "B6", "B5"]
]
},
"url": "https://anky.studio/",
"usb": {
"device_version": "1.0.0",
"pid": "0x0001",
"vid": "0x4E4B"
},
"layouts": {
"LAYOUT": {
"layout": [
{"matrix": [0, 0], "x": 0, "y": 0},
{"matrix": [0, 1], "x": 1, "y": 0},
{"matrix": [0, 2], "x": 2, "y": 0},
{"matrix": [1, 0], "x": 0, "y": 1},
{"matrix": [1, 1], "x": 1, "y": 1},
{"matrix": [1, 2], "x": 2, "y": 1},
{"matrix": [2, 0], "x": 0, "y": 2},
{"matrix": [2, 1], "x": 1, "y": 2},
{"matrix": [2, 2], "x": 2, "y": 2}
]
}
}
},
"matrix_pins": {
"direct": [
["F4", "F5", "F6"],
["F7", "B1", "B3"],
["B2", "B6", "B5"]
]
},
"layouts": {
"LAYOUT": {
"layout": [
{"x": 0, "y": 0, "matrix": [0, 0]},
{"x": 1, "y": 0, "matrix": [0, 1]},
{"x": 2, "y": 0, "matrix": [0, 2]},
{"x": 0, "y": 1, "matrix": [1, 0]},
{"x": 1, "y": 1, "matrix": [1, 1]},
{"x": 2, "y": 1, "matrix": [1, 2]},
{"x": 0, "y": 2, "matrix": [2, 0]},
{"x": 1, "y": 2, "matrix": [2, 1]},
{"x": 2, "y": 2, "matrix": [2, 2]}
]
}
}
}

0 comments on commit 03b2617

Please sign in to comment.