diff options
Diffstat (limited to 'keyboards/terrazzo')
-rw-r--r-- | keyboards/terrazzo/terrazzo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/terrazzo/terrazzo.c b/keyboards/terrazzo/terrazzo.c index 2fe94f8600..e8a4e03fc6 100644 --- a/keyboards/terrazzo/terrazzo.c +++ b/keyboards/terrazzo/terrazzo.c @@ -19,7 +19,7 @@ #ifdef LED_MATRIX_ENABLE #include "is31fl3731-simple.h" #include <math.h> - #include <print.h> + #include "print.h" #include "quantum.h" const is31_led g_is31_leds[LED_DRIVER_LED_COUNT] = { |