Initial work on sensor bindings.

This commit is contained in:
Pete Johanson
2020-07-22 02:13:52 -04:00
parent 5896c3032b
commit adfa1b5443
11 changed files with 203 additions and 3 deletions

View File

@@ -0,0 +1,10 @@
/*
* Copyright (c) 2020 Peter Johanson <peter@peterjohanson.com>
*
* SPDX-License-Identifier: MIT
*/
#include <kernel.h>
#include <zmk/events/sensor-event.h>
ZMK_EVENT_IMPL(sensor_event);