diff options
Diffstat (limited to 'keyboards/helix/rev1/keymaps/OLED_sample/keymap.c')
-rw-r--r-- | keyboards/helix/rev1/keymaps/OLED_sample/keymap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/helix/rev1/keymaps/OLED_sample/keymap.c b/keyboards/helix/rev1/keymaps/OLED_sample/keymap.c index cc73e36fb6..6838b90e5e 100644 --- a/keyboards/helix/rev1/keymaps/OLED_sample/keymap.c +++ b/keyboards/helix/rev1/keymaps/OLED_sample/keymap.c @@ -1,6 +1,6 @@ #include QMK_KEYBOARD_H #include "bootloader.h" -#include "LUFA/Drivers/Peripheral/TWI.h" +#include <LUFA/Drivers/Peripheral/TWI.h> #ifdef AUDIO_ENABLE #include "audio.h" #endif |