diff options
Diffstat (limited to 'keyboards/ergodox_infinity/ergodox_infinity.c')
| -rw-r--r-- | keyboards/ergodox_infinity/ergodox_infinity.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/ergodox_infinity/ergodox_infinity.c b/keyboards/ergodox_infinity/ergodox_infinity.c index c69c1eb36..a9962f96a 100644 --- a/keyboards/ergodox_infinity/ergodox_infinity.c +++ b/keyboards/ergodox_infinity/ergodox_infinity.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | #include QMK_KEYBOARD_H | 1 | #include QMK_KEYBOARD_H |
| 2 | #include "ch.h" | 2 | #include <ch.h> |
| 3 | #include "hal.h" | 3 | #include <hal.h> |
| 4 | #include "serial_link/system/serial_link.h" | 4 | #include "serial_link/system/serial_link.h" |
| 5 | #ifdef VISUALIZER_ENABLE | 5 | #ifdef VISUALIZER_ENABLE |
| 6 | #include "lcd_backlight.h" | 6 | #include "lcd_backlight.h" |
