Normalise include statements in keyboard code (#11185)
This commit is contained in:
@@ -19,7 +19,7 @@ Ported to QMK by Peter Roe <pete@13bit.me>
|
||||
|
||||
#ifndef LED_H
|
||||
#define LED_H
|
||||
#include "stdint.h"
|
||||
#include <stdint.h>
|
||||
|
||||
|
||||
/* keyboard LEDs */
|
||||
|
Reference in New Issue
Block a user