924147dfe4
Converts `rules.mk` entries to data-driven where applicable. Affects: - `handwired/dygma/raise/ansi` - `handwired/dygma/raise/iso` - `handwired/symmetric70_proto/promicro` - `handwired/symmetric70_proto/proton_c` - `lazydesigners/dimple/ortho` - `lazydesigners/dimple/staggered/rev2` - `lazydesigners/dimple/staggered/rev3` - `sirius/uni660/rev2/ansi` - `sirius/uni660/rev2/iso`
29 lines
862 B
JSON
29 lines
862 B
JSON
{
|
|
"keyboard_name": "Raise",
|
|
"manufacturer": "Dygma",
|
|
"url": "https://github.com/qmk/qmk_firmware/tree/master/keyboards/dygma/raise",
|
|
"maintainer": "ibash",
|
|
"usb": {
|
|
"vid": "0x1209",
|
|
"pid": "0x2201",
|
|
"device_version": "0.0.1"
|
|
},
|
|
"rgb_matrix": {
|
|
"animations": {
|
|
"typing_heatmap": true,
|
|
"solid_reactive_simple": true,
|
|
"solid_reactive": true,
|
|
"solid_reactive_wide": true,
|
|
"solid_reactive_multiwide": true,
|
|
"solid_reactive_cross": true,
|
|
"solid_reactive_multicross": true,
|
|
"solid_reactive_nexus": true,
|
|
"solid_reactive_multinexus": true
|
|
},
|
|
"driver": "custom",
|
|
"led_flush_limit": 100,
|
|
"sleep": true
|
|
},
|
|
"development_board": "blackpill_f411",
|
|
"debounce": 0
|
|
}
|