summaryrefslogtreecommitdiff
path: root/drivers/sensors/pmw33xx_common.h
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2023-07-09 20:03:50 +1000
committerGitHub <noreply@github.com>2023-07-09 20:03:50 +1000
commitb6d9409d2f8eaa9888fce1611bcb9a23d97be150 (patch)
tree339b716e9eb4a736c26ec6f8d5bf084ca19e829e /drivers/sensors/pmw33xx_common.h
parent726132fb6974d92d04bbffd4d43831d3f9aa869a (diff)
drivers: remove direct `quantum.h` includes (#21473)
Diffstat (limited to 'drivers/sensors/pmw33xx_common.h')
-rw-r--r--drivers/sensors/pmw33xx_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/sensors/pmw33xx_common.h b/drivers/sensors/pmw33xx_common.h
index 88523b8420..b30ee3d596 100644
--- a/drivers/sensors/pmw33xx_common.h
+++ b/drivers/sensors/pmw33xx_common.h
@@ -10,7 +10,7 @@
#pragma once
-#include "quantum.h" //to get is_keyboard_left
+#include "keyboard.h"
#include <stdint.h>
#include "spi_master.h"
#include "util.h"