refactor(app): remove handlers.h
handlers.h isn't referenced elsewhere. PR: #526
This commit is contained in:
parent
0d52915756
commit
1f5680f0df
1 changed files with 0 additions and 12 deletions
|
@ -1,12 +0,0 @@
|
||||||
/*
|
|
||||||
* Copyright (c) 2020 The ZMK Contributors
|
|
||||||
*
|
|
||||||
* SPDX-License-Identifier: MIT
|
|
||||||
*/
|
|
||||||
|
|
||||||
#pragma once
|
|
||||||
|
|
||||||
#include <zmk/keymap.h>
|
|
||||||
#include <zmk/keys.h>
|
|
||||||
|
|
||||||
void zmk_handle_key(struct zmk_key_event key_event);
|
|
Loading…
Reference in a new issue