forked from mirror/qmk_firmware
Remove quantum.h includes from keyboard code (#23394)
This commit is contained in:
@@ -15,7 +15,8 @@
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
#include "quantum.h"
|
||||
#include <stdint.h>
|
||||
#include "gpio.h"
|
||||
|
||||
#define LED_ON 2
|
||||
#define LED_DIM 1
|
||||
|
||||
@@ -27,7 +27,10 @@ This will require a new communication protocol, as the current one is limited.
|
||||
*/
|
||||
|
||||
#include "remote_kb.h"
|
||||
#include "quantum.h"
|
||||
#include "uart.h"
|
||||
#include "wait.h"
|
||||
#include "debug.h"
|
||||
|
||||
uint8_t
|
||||
msg[UART_MSG_LEN],
|
||||
|
||||
@@ -15,7 +15,8 @@
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
#include "quantum.h"
|
||||
#include <stdint.h>
|
||||
#include "action.h"
|
||||
|
||||
#define SERIAL_UART_BAUD 76800 //low error rate for 32u4 @ 16MHz
|
||||
|
||||
|
||||
Reference in New Issue
Block a user