Remove quantum.h
includes from keyboard code (#23394)
This commit is contained in:
parent
408f6e43cd
commit
c635733a7f
60 changed files with 123 additions and 70 deletions
|
@ -40,6 +40,10 @@
|
|||
*/
|
||||
|
||||
#include "max7219.h"
|
||||
#include "spi_master.h"
|
||||
#include "debug.h"
|
||||
#include "gpio.h"
|
||||
#include "wait.h"
|
||||
#include "font.h"
|
||||
|
||||
// Datastructures
|
||||
|
|
|
@ -26,8 +26,10 @@
|
|||
* OTHER DEALINGS IN THE SOFTWARE.
|
||||
*/
|
||||
#pragma once
|
||||
#include "quantum.h"
|
||||
#include "spi_master.h"
|
||||
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
// Set defaults if they're not set
|
||||
#ifndef MAX7219_LOAD
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue