diff options
Diffstat (limited to 'keyboards/helix/rev2/rev2.h')
-rw-r--r-- | keyboards/helix/rev2/rev2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/helix/rev2/rev2.h b/keyboards/helix/rev2/rev2.h index fccbaf1ac4..dd1d74a298 100644 --- a/keyboards/helix/rev2/rev2.h +++ b/keyboards/helix/rev2/rev2.h @@ -15,7 +15,7 @@ */ #pragma once -#include "helix.h" +#include "quantum.h" bool is_mac_mode(void); void set_mac_mode_kb(bool macmode); |