Initial work on sensor bindings.
This commit is contained in:
parent
5896c3032b
commit
adfa1b5443
11 changed files with 203 additions and 3 deletions
10
app/src/events/sensor_event.c
Normal file
10
app/src/events/sensor_event.c
Normal 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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue