1
0
mirror of synced 2025-02-21 12:51:08 +01:00
bananatools/taikoio/config.h

13 lines
195 B
C
Raw Normal View History

2023-01-02 23:35:53 -05:00
#pragma once
#include <stddef.h>
#include <stdint.h>
struct taiko_input_config {
uint8_t test;
uint8_t service;
uint8_t up;
uint8_t down;
uint8_t enter;
uint8_t coin;
};