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
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue