mirror of
https://github.com/logicog/RTLPlayground.git
synced 2026-08-30 14:52:51 +08:00
Fix KP-9000-6XHML-X2 LED mux mapping
This commit is contained in:
@@ -40,6 +40,17 @@ __code const struct machine machine = {
|
|||||||
LEDS_1G | LEDS_LINK,
|
LEDS_1G | LEDS_LINK,
|
||||||
0 },
|
0 },
|
||||||
},
|
},
|
||||||
|
.led_mux_custom = 1,
|
||||||
|
/* Measured front-panel LED pads:
|
||||||
|
* P1 amber/green: 9/10, P2: 12/15, P3: 18/21, P4: 24/25, left SFP: 26.
|
||||||
|
*/
|
||||||
|
.led_mux = {
|
||||||
|
0x3f, 0x3f, 0x3f, 0x3f, 0x3f, 0x3f, 0x3f, 0x3f,
|
||||||
|
0x3f, 0x10, 0x12, 0x3f,
|
||||||
|
0x14, 0x3f, 0x3f, 0x16, 0x3f, 0x3f,
|
||||||
|
0x18, 0x3f, 0x3f, 0x1a, 0x3f, 0x3f,
|
||||||
|
0x1c, 0x1e, 0x0c, 0x20
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
void machine_custom_init(void) { }
|
void machine_custom_init(void) { }
|
||||||
|
|||||||
Reference in New Issue
Block a user