Add matrix include

This commit is contained in:
Nick Conway 2022-06-16 11:49:22 -04:00
parent 7f19804f83
commit a8e58ae21f
2 changed files with 2 additions and 0 deletions

View file

@ -15,6 +15,7 @@
#include <zmk/events/keycode_state_changed.h>
#include <zmk/behavior_queue.h>
#include <zmk/keymap.h>
#include <zmk/matrix.h>
LOG_MODULE_DECLARE(zmk, CONFIG_ZMK_LOG_LEVEL);

View file

@ -15,6 +15,7 @@
#include <zmk/events/keycode_state_changed.h>
#include <zmk/behavior_queue.h>
#include <zmk/keymap.h>
#include <zmk/matrix.h>
LOG_MODULE_DECLARE(zmk, CONFIG_ZMK_LOG_LEVEL);