aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/drivers/kscan/kscan_gpio_demux.c
diff options
context:
space:
mode:
authorPeter Johanson <[email protected]>2022-10-08 00:46:08 -0400
committerPete Johanson <[email protected]>2023-04-05 22:55:38 -0700
commit3a958c667fcbdf9940d115bbdf3f7fe61d821402 (patch)
treee1140d026edc879f331c3cee96f9d52f18f874e0 /app/drivers/kscan/kscan_gpio_demux.c
parent35a1c5a3d44b92c050d28c0aca3d1cb9c7e53695 (diff)
downloadzmk-3a958c667fcbdf9940d115bbdf3f7fe61d821402.tar.gz
zmk-3a958c667fcbdf9940d115bbdf3f7fe61d821402.zip
refactor: Move to `zephyr/` include paths.
* Zephyr moved to properly namespaced headers, so major "rip the bandaid" commit to move us to those everywhere.
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);