summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/led/apa102.c2
-rw-r--r--drivers/sensors/pmw33xx_common.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/led/apa102.c b/drivers/led/apa102.c
index 40fc68e4f1..5cfa2f8c32 100644
--- a/drivers/led/apa102.c
+++ b/drivers/led/apa102.c
@@ -16,7 +16,7 @@
*/
#include "apa102.h"
-#include "quantum.h"
+#include "gpio.h"
#ifndef APA102_NOPS
# if defined(__AVR__)
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"