Add LED-pad mapping

This commit is contained in:
logicog
2026-02-05 19:41:28 +01:00
parent 360bc1e86d
commit 0bccfbd11f
4 changed files with 85 additions and 3 deletions
+3
View File
@@ -35,6 +35,9 @@ __code const struct machine machine = {
LEDS_1G | LEDS_LINK,
0 },
},
.led_mux_custom = 1,
.led_mux = {0x3f, 0x3f, 0x3f, 0x3f, 0x3f, 0x3f, 0x3f, 0x3f, 0x0f, 0x0c, 0x0d, 0x0e, 0x10, 0x11, 0x12, 0x14,
0x15, 0x16, 0x18, 0x19, 0x1a, 0x1c, 0x1d, 0x1e, 0x20, 0x21, 0x22, 0x23 },
};
#elif defined MACHINE_KP_9000_6XH_X
__code const struct machine machine = {