diff options
Diffstat (limited to 'keyboards/planck/ez/ez.c')
-rw-r--r-- | keyboards/planck/ez/ez.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/planck/ez/ez.c b/keyboards/planck/ez/ez.c index 5371c7853..8c498a552 100644 --- a/keyboards/planck/ez/ez.c +++ b/keyboards/planck/ez/ez.c | |||
@@ -14,8 +14,8 @@ | |||
14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
15 | */ | 15 | */ |
16 | #include "ez.h" | 16 | #include "ez.h" |
17 | #include "ch.h" | 17 | #include <ch.h> |
18 | #include "hal.h" | 18 | #include <hal.h> |
19 | 19 | ||
20 | keyboard_config_t keyboard_config; | 20 | keyboard_config_t keyboard_config; |
21 | #ifdef RGB_MATRIX_ENABLE | 21 | #ifdef RGB_MATRIX_ENABLE |