mai2: update all LED boards to use two boards

This commit is contained in:
2025-03-02 00:01:45 +01:00
parent a1611afffc
commit 4cb76dd1ee
43 changed files with 273 additions and 265 deletions

View File

@ -1,15 +1,10 @@
#pragma once
#include <assert.h>
#include <windows.h>
#include <stdbool.h>
#include <stdint.h>
#include <windows.h>
#include "hooklib/fdshark.h"
#include "hooklib/reg.h"
#include "hooklib/uart.h"
#include "mai2hook/mai2-dll.h"
#include "util/dprintf.h"
#include "util/dump.h"
struct touch_config
{
@ -40,4 +35,4 @@ static HRESULT touch_handle_irp_locked(struct irp *irp, struct uart *uart);
/* Called in mai2io to send touch data.
Similar to chuni slider_res_auto_scan, but the host does not require periodic updates.
Touch data is sent only when there is a change. */
static void touch_auto_scan(const uint8_t player, const uint8_t state[7]);
static void touch_auto_scan(const uint8_t player, const uint8_t state[7]);