drivers: remove direct quantum.h
includes (#21473)
This commit is contained in:
parent
726132fb69
commit
b6d9409d2f
16 changed files with 30 additions and 23 deletions
|
@ -16,7 +16,7 @@
|
|||
*/
|
||||
|
||||
#include "apa102.h"
|
||||
#include "quantum.h"
|
||||
#include "gpio.h"
|
||||
|
||||
#ifndef APA102_NOPS
|
||||
# if defined(__AVR__)
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue