From 348a44a8a387e38922e7e275b1ba9af790648016 Mon Sep 17 00:00:00 2001 From: innovaker <66737976+innovaker@users.noreply.github.com> Date: Sun, 8 Nov 2020 11:37:18 +0000 Subject: refactor(app): Remove obsolete include's of `hid_usage_pages.h` This should've been done in eff1b8223b5010d526914530c5d1d469eff356df. --- app/src/hid.c | 1 - 1 file changed, 1 deletion(-) (limited to 'app/src/hid.c') diff --git a/app/src/hid.c b/app/src/hid.c index 7e733d9..b84a693 100644 --- a/app/src/hid.c +++ b/app/src/hid.c @@ -9,7 +9,6 @@ LOG_MODULE_DECLARE(zmk, CONFIG_ZMK_LOG_LEVEL); #include #include -#include static struct zmk_hid_keypad_report kp_report = { .report_id = 1, .body = {.modifiers = 0, ._reserved = 0, .keys = {0}}}; -- cgit v1.2.3