summaryrefslogtreecommitdiff
path: root/app/include/zmk/behavior.h
blob: 6f5815f1bee4f641764ea6b70ef327cd3e3ee4ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * Copyright (c) 2020 The ZMK Contributors
 *
 * SPDX-License-Identifier: MIT
 */

#pragma once

struct zmk_behavior_binding {
    char *behavior_dev;
    u32_t param1;
    u32_t param2;
};