Normalise include statements in keyboard code (#11185)
This commit is contained in:
@@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "hal.h"
|
||||
#include <hal.h>
|
||||
#include "led.h"
|
||||
|
||||
|
||||
|
||||
@@ -15,8 +15,8 @@ You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "ch.h"
|
||||
#include "hal.h"
|
||||
#include <ch.h>
|
||||
#include <hal.h>
|
||||
|
||||
/*
|
||||
* scan matrix
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
limitations under the License.
|
||||
*/
|
||||
|
||||
#include "hal.h"
|
||||
#include <hal.h>
|
||||
|
||||
/**
|
||||
* @brief PAL setup.
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
#include <inttypes.h>
|
||||
#include <compat/twi.h>
|
||||
|
||||
#include <i2cmaster.h>
|
||||
#include "i2cmaster.h"
|
||||
|
||||
/* define CPU frequency in Hz here if not defined in Makefile */
|
||||
#ifndef F_CPU
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#include "62key.h"
|
||||
#include "rgblight.h"
|
||||
#include <keymap_colemak.h>
|
||||
#include <sendstring_colemak.h>
|
||||
#include "keymap_colemak.h"
|
||||
#include "sendstring_colemak.h"
|
||||
|
||||
|
||||
// Automatic Layer ID:
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#ifndef PROMETHIUM_H
|
||||
#define PROMETHIUM_H
|
||||
|
||||
#include "stdint.h"
|
||||
#include <stdint.h>
|
||||
|
||||
void battery_poll(uint8_t level);
|
||||
void led_set_kb(uint8_t usb_led);
|
||||
|
||||
Reference in New Issue
Block a user