From 9366ed728280f4875ebbba9c0ef1eade03c96d35 Mon Sep 17 00:00:00 2001 From: Ryan Date: Wed, 16 Dec 2020 14:27:23 +1100 Subject: Normalise include statements in keyboard code (#11185) --- keyboards/helix/rev1/config.h | 2 +- keyboards/helix/rev1/keymaps/OLED_sample/keymap.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'keyboards/helix/rev1') diff --git a/keyboards/helix/rev1/config.h b/keyboards/helix/rev1/config.h index 6c6ebea68a..7e9616ba18 100644 --- a/keyboards/helix/rev1/config.h +++ b/keyboards/helix/rev1/config.h @@ -26,7 +26,7 @@ along with this program. If not, see . #define PRODUCT Helix Alpha #define DESCRIPTION A split keyboard for the cheap makers -#include +#include "serial_config.h" #define HELIX_ROWS 5 diff --git a/keyboards/helix/rev1/keymaps/OLED_sample/keymap.c b/keyboards/helix/rev1/keymaps/OLED_sample/keymap.c index cc73e36fb6..6838b90e5e 100644 --- a/keyboards/helix/rev1/keymaps/OLED_sample/keymap.c +++ b/keyboards/helix/rev1/keymaps/OLED_sample/keymap.c @@ -1,6 +1,6 @@ #include QMK_KEYBOARD_H #include "bootloader.h" -#include "LUFA/Drivers/Peripheral/TWI.h" +#include #ifdef AUDIO_ENABLE #include "audio.h" #endif -- cgit v1.2.3