mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-19 20:45:18 -05:00
refactor(app): remove handlers.h
handlers.h isn't referenced elsewhere. PR: #526
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user