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`
64 lines
1.5 KiB
JSON
64 lines
1.5 KiB
JSON
{
|
|
"keyboard_name": "Four Banger",
|
|
"manufacturer": "1up Keyboards",
|
|
"url": "",
|
|
"maintainer": "qmk",
|
|
"usb": {
|
|
"vid": "0xFEED",
|
|
"pid": "0x2004",
|
|
"device_version": "0.0.1"
|
|
},
|
|
"rgblight": {
|
|
"saturation_steps": 8,
|
|
"brightness_steps": 8,
|
|
"led_count": 1,
|
|
"animations": {
|
|
"breathing": true,
|
|
"rainbow_mood": true,
|
|
"rainbow_swirl": true,
|
|
"snake": true,
|
|
"knight": true,
|
|
"christmas": true,
|
|
"static_gradient": true,
|
|
"rgb_test": true,
|
|
"alternating": true,
|
|
"twinkle": true
|
|
}
|
|
},
|
|
"ws2812": {
|
|
"pin": "E6"
|
|
},
|
|
"features": {
|
|
"bootmagic": true,
|
|
"command": false,
|
|
"console": false,
|
|
"extrakey": true,
|
|
"mousekey": true,
|
|
"nkro": true,
|
|
"rgblight": true
|
|
},
|
|
"qmk": {
|
|
"locking": {
|
|
"enabled": true,
|
|
"resync": true
|
|
}
|
|
},
|
|
"matrix_pins": {
|
|
"cols": ["B5", "B4"],
|
|
"rows": ["B2", "B6"]
|
|
},
|
|
"diode_direction": "COL2ROW",
|
|
"processor": "atmega32u4",
|
|
"bootloader": "atmel-dfu",
|
|
"layouts": {
|
|
"LAYOUT_ortho_2x2": {
|
|
"layout": [
|
|
{"matrix": [0, 0], "x": 0, "y": 0},
|
|
{"matrix": [0, 1], "x": 1, "y": 0},
|
|
|
|
{"matrix": [1, 0], "x": 0, "y": 1},
|
|
{"matrix": [1, 1], "x": 1, "y": 1}
|
|
]
|
|
}
|
|
}
|
|
}
|