summaryrefslogtreecommitdiffstats
path: root/keyboards/ergodox_infinity
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/ergodox_infinity')
-rw-r--r--keyboards/ergodox_infinity/ergodox_infinity.c4
-rw-r--r--keyboards/ergodox_infinity/led.c2
-rw-r--r--keyboards/ergodox_infinity/matrix.c2
3 files changed, 4 insertions, 4 deletions
diff --git a/keyboards/ergodox_infinity/ergodox_infinity.c b/keyboards/ergodox_infinity/ergodox_infinity.c
index c69c1eb36f..a9962f96a0 100644
--- a/keyboards/ergodox_infinity/ergodox_infinity.c
+++ b/keyboards/ergodox_infinity/ergodox_infinity.c
@@ -1,6 +1,6 @@
#include QMK_KEYBOARD_H
-#include "ch.h"
-#include "hal.h"
+#include <ch.h>
+#include <hal.h>
#include "serial_link/system/serial_link.h"
#ifdef VISUALIZER_ENABLE
#include "lcd_backlight.h"
diff --git a/keyboards/ergodox_infinity/led.c b/keyboards/ergodox_infinity/led.c
index 8175c1c5c5..0b50247d7a 100644
--- a/keyboards/ergodox_infinity/led.c
+++ b/keyboards/ergodox_infinity/led.c
@@ -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"
diff --git a/keyboards/ergodox_infinity/matrix.c b/keyboards/ergodox_infinity/matrix.c
index 941367a360..7baacd24d0 100644
--- a/keyboards/ergodox_infinity/matrix.c
+++ b/keyboards/ergodox_infinity/matrix.c
@@ -18,7 +18,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include <stdint.h>
#include <stdbool.h>
#include <string.h>
-#include "hal.h"
+#include <hal.h>
#include "timer.h"
#include "wait.h"
#include "print.h"