47 lines
No EOL
1 KiB
Text
47 lines
No EOL
1 KiB
Text
/*
|
|
* Copyright (c) 2025 eden ariel and ember ana
|
|
*
|
|
* SPDX-License-Identifier: EUPL-1.2
|
|
*/
|
|
|
|
|
|
#include "coquette_wings_common.dtsi"
|
|
|
|
/
|
|
{
|
|
chosen {
|
|
skji,fireflies-wings = &fireflies_wings;
|
|
};
|
|
fireflies_wings: fireflies_wings {
|
|
compatible = "skji,fireflies-wings";
|
|
status = "okay";
|
|
wings-have-rgb;
|
|
wings-have-glow;
|
|
rgb-count = <42>;
|
|
rgb-count-in-wings = <42>;
|
|
rgb-wing-rows = <4>;
|
|
rgb-cols-each-wing = <7>;
|
|
row-rgb-counts = [0C 0C 0C 06];
|
|
keshet = [
|
|
0B 0A 09 08 07 06 05 04 03 02 01 00
|
|
0C 0D 0E 0F 10 11 12 13 14 15 16 17
|
|
23 22 21 20 1F 1E 1D 1C 1B 1A 19 18
|
|
24 25 26 27 28 29
|
|
];
|
|
glow-count = <4>;
|
|
gachliliot = [01 00 02 03];
|
|
rgb-calibration-array = [
|
|
00 00 00 00 00 00 00 00 00 00 00 00
|
|
00 00 00 00 00 00 00 00 00 00 00 00
|
|
00 00 00 00 00 00 00 00 00 00 00 00
|
|
00 00 00 00 00 00
|
|
];
|
|
has-lp5814-for-glow;
|
|
};
|
|
};
|
|
&coquette_spi {
|
|
status = "okay";
|
|
};
|
|
&coquette_display {
|
|
status = "okay";
|
|
}; |