refactor(app): Remove obsolete include's of `hid_usage_pages.h`

This should've been done in eff1b8223b.
This commit is contained in:
innovaker 2020-11-08 11:37:18 +00:00 committed by Pete Johanson
parent 972158181d
commit 348a44a8a3
3 changed files with 0 additions and 5 deletions

View File

@ -1,6 +1,4 @@
#include <dt-bindings/zmk/hid_usage_pages.h>
/ {
behaviors {
/* DEPRECATED: `cp` will be removed in the future */

View File

@ -1,6 +1,4 @@
#include <dt-bindings/zmk/hid_usage_pages.h>
/ {
behaviors {
/* DEPRECATED: `inc_dec_cp` will be removed in the future */

View File

@ -9,7 +9,6 @@ LOG_MODULE_DECLARE(zmk, CONFIG_ZMK_LOG_LEVEL);
#include <zmk/hid.h>
#include <dt-bindings/zmk/modifiers.h>
#include <dt-bindings/zmk/hid_usage_pages.h>
static struct zmk_hid_keypad_report kp_report = {
.report_id = 1, .body = {.modifiers = 0, ._reserved = 0, .keys = {0}}};