Data-Driven Keyboard Conversions: K, Part 3 (#23566)
This commit is contained in:
58
keyboards/keebio/bdn9/rev1/keyboard.json
Normal file
58
keyboards/keebio/bdn9/rev1/keyboard.json
Normal file
@@ -0,0 +1,58 @@
|
||||
{
|
||||
"keyboard_name": "BDN9 Rev. 1",
|
||||
"usb": {
|
||||
"pid": "0x1133",
|
||||
"device_version": "1.0.0"
|
||||
},
|
||||
"encoder": {
|
||||
"rotary": [
|
||||
{"pin_a": "D0", "pin_b": "D1"},
|
||||
{"pin_a": "F6", "pin_b": "F5"},
|
||||
{"pin_a": "B6", "pin_b": "F7"}
|
||||
]
|
||||
},
|
||||
"backlight": {
|
||||
"pin": "B5",
|
||||
"levels": 7
|
||||
},
|
||||
"rgblight": {
|
||||
"saturation_steps": 8,
|
||||
"brightness_steps": 8,
|
||||
"led_count": 4,
|
||||
"sleep": true,
|
||||
"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": "D3"
|
||||
},
|
||||
"processor": "atmega32u4",
|
||||
"bootloader": "caterina",
|
||||
"features": {
|
||||
"bootmagic": false,
|
||||
"mousekey": false,
|
||||
"extrakey": true,
|
||||
"console": true,
|
||||
"command": true,
|
||||
"backlight": true,
|
||||
"rgblight": true,
|
||||
"encoder": true
|
||||
},
|
||||
"matrix_pins": {
|
||||
"direct": [
|
||||
["D2", "D4", "F4"],
|
||||
["D7", "B1", "B3"],
|
||||
["E6", "B4", "B2"]
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user