zmk/app/src/events/sensor_event.c
innovaker ddd10afda0 refactor: replace filename hyphens with underscores
Aligns *.h and *.c to underscore naming convention.

These were kept (with warnings) for backwards compatibility with external boards/shields:
- kscan-mock.h
- matrix-transform.h
They should be removed in the future.

PR: #523
2020-12-22 17:15:45 +00:00

10 lines
No EOL
173 B
C

/*
* Copyright (c) 2020 The ZMK Contributors
*
* SPDX-License-Identifier: MIT
*/
#include <kernel.h>
#include <zmk/events/sensor_event.h>
ZMK_EVENT_IMPL(sensor_event);