aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/drivers/kscan/kscan_gpio_demux.c
diff options
context:
space:
mode:
Diffstat (limited to 'app/drivers/kscan/kscan_gpio_demux.c')
-rw-r--r--app/drivers/kscan/kscan_gpio_demux.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/drivers/kscan/kscan_gpio_demux.c b/app/drivers/kscan/kscan_gpio_demux.c
index ff2c6c6963..5fdd3a7ec8 100644
--- a/app/drivers/kscan/kscan_gpio_demux.c
+++ b/app/drivers/kscan/kscan_gpio_demux.c
@@ -6,10 +6,10 @@
#define DT_DRV_COMPAT zmk_kscan_gpio_demux
-#include <device.h>
-#include <drivers/kscan.h>
-#include <drivers/gpio.h>
-#include <logging/log.h>
+#include <zephyr/device.h>
+#include <zephyr/drivers/kscan.h>
+#include <zephyr/drivers/gpio.h>
+#include <zephyr/logging/log.h>
LOG_MODULE_DECLARE(zmk, CONFIG_ZMK_LOG_LEVEL);