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
+4 -2
View File
@@ -6,9 +6,9 @@
/*
* Select your machine type below
*/
// #define MACHINE_KP_9000_6XHML_X2
#define MACHINE_KP_9000_6XHML_X2
// #define MACHINE_KP_9000_6XH_X
#define MACHINE_KP_9000_9XH_X_EU
// #define MACHINE_KP_9000_9XH_X_EU
// #define MACHINE_SWGT024_V2_0
// #define MACHINE_HORACO_ZX_SG4T2
// #define MACHINE_HG0402XG_V1_1
@@ -58,6 +58,8 @@ typedef struct machine {
struct high_leds high_leds;
uint8_t port_led_set[9];
uint32_t led_sets[4][4];
uint8_t led_mux_custom;
uint8_t led_mux[28];
};
typedef struct machine_runtime