refactor(app): Remove obsolete include's of hid_usage_pages.h
This should've been done in eff1b8223b
.
This commit is contained in:
parent
972158181d
commit
348a44a8a3
3 changed files with 0 additions and 5 deletions
|
@ -1,6 +1,4 @@
|
|||
|
||||
#include <dt-bindings/zmk/hid_usage_pages.h>
|
||||
|
||||
/ {
|
||||
behaviors {
|
||||
/* DEPRECATED: `cp` will be removed in the future */
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
|
||||
#include <dt-bindings/zmk/hid_usage_pages.h>
|
||||
|
||||
/ {
|
||||
behaviors {
|
||||
/* DEPRECATED: `inc_dec_cp` will be removed in the future */
|
||||
|
|
|
@ -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}}};
|
||||
|
|
Loading…
Reference in a new issue