cb81913d18
Converts configuration definitions and rules to data-driven where applicable. Renames `info.json` to `keyboard.json` in instances where `rules.mk` can be safely deleted. Affects: - `bacca70` - `baguette` - `baion_808` - `bajjak` - `bandominedoni` - `bantam44` - `barleycorn_smd` - `barracuda` - `basekeys/slice/rev1` - `basekeys/slice/rev1_rgb` - `basekeys/trifecta` - `basketweave` - `bastardkb/dilemma/4x6_4` - `bbrfkr/dynamis` - `bear_face` - `beatervan` - `bemeier/bmek` - `biacco42/ergo42` - `biacco42/meishi` - `biacco42/meishi2` - `binepad/bn003` - `binepad/bn009/r1` - `binepad/bnr1` - `bioi/g60` - `bioi/g60ble` - `bioi/morgan65` - `bioi/s65` - `blackplum` - `blank/blank01` - `blank_tehnologii/manibus` - `blockey` - `bluebell/swoop` - `boardrun/bizarre` - `boardrun/classic` - `boardsource/equals/48` - `boardsource/equals/60` - `boardwalk` - `bop` - `boston` - `boston_meetup/2019` - `box75` - `bpiphany/four_banger` - `bpiphany/frosty_flake` - `bpiphany/ghost_squid` - `bpiphany/hid_liber` - `bpiphany/kitten_paw` - `bpiphany/tiger_lily` - `bpiphany/unloved_bastard` - `bt66tech/bt66tech60` - `bubble75/hotswap` - `budgy` - `buildakb/potato65` - `buildakb/potato65hs` - `buildakb/potato65s` - `buzzard`
73 lines
2.5 KiB
JSON
73 lines
2.5 KiB
JSON
{
|
|
"keyboard_name": "barracuda",
|
|
"manufacturer": "knaruo",
|
|
"url": "https://github.com/knaruo/barracuda",
|
|
"maintainer": "knaruo",
|
|
"usb": {
|
|
"vid": "0x6B6E",
|
|
"pid": "0x0001",
|
|
"device_version": "0.0.1"
|
|
},
|
|
"features": {
|
|
"bootmagic": true,
|
|
"command": false,
|
|
"console": false,
|
|
"extrakey": true,
|
|
"mousekey": true,
|
|
"nkro": true
|
|
},
|
|
"qmk": {
|
|
"locking": {
|
|
"enabled": true,
|
|
"resync": true
|
|
}
|
|
},
|
|
"matrix_pins": {
|
|
"cols": ["D4", "D5", "D6", "B0", "B1", "B2"],
|
|
"rows": ["C4", "C5", "C6", "D1", "D2", "D3"]
|
|
},
|
|
"diode_direction": "COL2ROW",
|
|
"processor": "atmega32u2",
|
|
"bootloader": "atmel-dfu",
|
|
"layouts": {
|
|
"LAYOUT_ortho_3x11": {
|
|
"layout": [
|
|
{"matrix": [0, 0], "x": 0, "y": 0},
|
|
{"matrix": [0, 1], "x": 1, "y": 0},
|
|
{"matrix": [0, 2], "x": 2, "y": 0},
|
|
{"matrix": [0, 3], "x": 3, "y": 0},
|
|
{"matrix": [0, 4], "x": 4, "y": 0},
|
|
{"matrix": [0, 5], "x": 5, "y": 0},
|
|
{"matrix": [3, 1], "x": 9, "y": 0},
|
|
{"matrix": [3, 2], "x": 10, "y": 0},
|
|
{"matrix": [3, 3], "x": 11, "y": 0},
|
|
{"matrix": [3, 4], "x": 12, "y": 0},
|
|
{"matrix": [3, 5], "x": 13, "y": 0},
|
|
|
|
{"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},
|
|
{"matrix": [1, 4], "x": 4, "y": 1},
|
|
{"matrix": [1, 5], "x": 5, "y": 1},
|
|
{"matrix": [4, 1], "x": 9, "y": 1},
|
|
{"matrix": [4, 2], "x": 10, "y": 1},
|
|
{"matrix": [4, 3], "x": 11, "y": 1},
|
|
{"matrix": [4, 4], "x": 12, "y": 1},
|
|
{"matrix": [4, 5], "x": 13, "y": 1},
|
|
|
|
{"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},
|
|
{"matrix": [2, 4], "x": 4, "y": 2},
|
|
{"matrix": [2, 5], "x": 5, "y": 2},
|
|
{"matrix": [5, 1], "x": 9, "y": 2},
|
|
{"matrix": [5, 2], "x": 10, "y": 2},
|
|
{"matrix": [5, 3], "x": 11, "y": 2},
|
|
{"matrix": [5, 4], "x": 12, "y": 2},
|
|
{"matrix": [5, 5], "x": 13, "y": 2}
|
|
]
|
|
}
|
|
}
|
|
}
|