43 lines
901 B
JSON
43 lines
901 B
JSON
{
|
|
"build": {
|
|
"lto": false
|
|
},
|
|
"features": {
|
|
"backlight": true,
|
|
"bootmagic": true,
|
|
"command": true,
|
|
"extrakey": true,
|
|
"mousekey": false,
|
|
"nkro": true,
|
|
"rgblight": true
|
|
},
|
|
"backlight": {
|
|
"pin": "A6",
|
|
"levels": 20,
|
|
"breathing": true
|
|
},
|
|
"rgblight": {
|
|
"led_count": 22,
|
|
"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
|
|
},
|
|
"default": {
|
|
"val": 0
|
|
}
|
|
},
|
|
"ws2812": {
|
|
"pin": "B15"
|
|
},
|
|
"processor": "STM32F072",
|
|
"bootloader": "stm32-dfu"
|
|
}
|