aboutsummaryrefslogtreecommitdiffstats
path: root/dome_key_map.h
blob: 473d2f014eee41de4f8dbdbe0c85a538acccf89e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/* Test */

/* Generated with cbindgen:0.6.2 */

#include <stdint.h>
#include <stdlib.h>
#include <stdbool.h>

typedef enum {
  Play,
  Up,
  Down,
} HeadphoneButton;

typedef struct MapKind MapKind;

typedef struct Option_CString Option_CString;

typedef struct {
  Option_CString action;
  MapKind kind;
} KeyActionResult;