46 lines
1.1 KiB
JSON
46 lines
1.1 KiB
JSON
{
|
|
"bootloader": "atmel-dfu",
|
|
"build": {
|
|
"lto": true
|
|
},
|
|
"encoder": {
|
|
"rotary": [
|
|
{"pin_a": "D7", "pin_b": "D6", "resolution": 2}
|
|
]
|
|
},
|
|
"features": {
|
|
"bootmagic": true,
|
|
"extrakey": true,
|
|
"encoder": true,
|
|
"mousekey": true,
|
|
"nkro": true,
|
|
"rgblight": true
|
|
},
|
|
"matrix_pins": {
|
|
"cols": ["B1", "D3", "F0", "F1", "F4", "F5", "F6", "F7", "C6", "B6", "B5"],
|
|
"rows": ["B4", "D4", "B0", "C7"]
|
|
},
|
|
"processor": "atmega32u4",
|
|
"rgblight": {
|
|
"animations": {
|
|
"alternating": true,
|
|
"breathing": true,
|
|
"christmas": true,
|
|
"knight": true,
|
|
"rainbow_mood": true,
|
|
"rainbow_swirl": true,
|
|
"rgb_test": true,
|
|
"snake": true,
|
|
"static_gradient": true,
|
|
"twinkle": true
|
|
},
|
|
"brightness_steps": 8,
|
|
"led_count": 12,
|
|
"saturation_steps": 8,
|
|
"sleep": true
|
|
},
|
|
"ws2812": {
|
|
"pin": "D5"
|
|
}
|
|
}
|