forked from kofal.net/zmk
Initial work on sensor bindings.
This commit is contained in:
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);
|
||||
Reference in New Issue
Block a user