Migrate build target markers to keyboard.json - R (#23542)
This commit is contained in:
26
keyboards/rmi_kb/tkl_ff/v2/keyboard.json
Normal file
26
keyboards/rmi_kb/tkl_ff/v2/keyboard.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"usb": {
|
||||
"pid": "0x10FF"
|
||||
},
|
||||
"features": {
|
||||
"rgblight": true
|
||||
},
|
||||
"rgblight": {
|
||||
"hue_steps": 32,
|
||||
"saturation_steps": 32,
|
||||
"brightness_steps": 32,
|
||||
"led_count": 26,
|
||||
"animations": {
|
||||
"breathing": true,
|
||||
"rainbow_mood": true,
|
||||
"rainbow_swirl": true,
|
||||
"christmas": true,
|
||||
"static_gradient": true,
|
||||
"rgb_test": true,
|
||||
"alternating": true
|
||||
}
|
||||
},
|
||||
"ws2812": {
|
||||
"pin": "E2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user