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`
38 lines
853 B
JSON
38 lines
853 B
JSON
{
|
|
"usb": {
|
|
"device_version": "0.0.2"
|
|
},
|
|
"features": {
|
|
"bootmagic": true,
|
|
"mousekey": false,
|
|
"extrakey": true,
|
|
"sleep_led": true,
|
|
"nkro": true,
|
|
"rgblight": true
|
|
},
|
|
"build": {
|
|
"lto": true
|
|
},
|
|
"rgblight": {
|
|
"saturation_steps": 8,
|
|
"brightness_steps": 8,
|
|
"led_count": 6,
|
|
"animations": {
|
|
"breathing": true,
|
|
"rainbow_mood": true
|
|
}
|
|
},
|
|
"tapping": {
|
|
"term": 175
|
|
},
|
|
"ws2812": {
|
|
"pin": "E6"
|
|
},
|
|
"matrix_pins": {
|
|
"cols": ["F6", "B0", "B1", "F7", "C7", "C6", "B6", "F1", "B2", "B3", "D6", "D3", "D2", "D1", "D0"],
|
|
"rows": ["F4", "F5", "D7", "B5", "B4"]
|
|
},
|
|
"diode_direction": "COL2ROW",
|
|
"processor": "atmega32u4",
|
|
"bootloader": "atmel-dfu"
|
|
}
|