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 cc73e36fb..6838b90e5 100644 --- a/keyboards/helix/rev1/keymaps/OLED_sample/keymap.c +++ b/keyboards/helix/rev1/keymaps/OLED_sample/keymap.c | |||
@@ -1,6 +1,6 @@ | |||
1 | #include QMK_KEYBOARD_H | 1 | #include QMK_KEYBOARD_H |
2 | #include "bootloader.h" | 2 | #include "bootloader.h" |
3 | #include "LUFA/Drivers/Peripheral/TWI.h" | 3 | #include <LUFA/Drivers/Peripheral/TWI.h> |
4 | #ifdef AUDIO_ENABLE | 4 | #ifdef AUDIO_ENABLE |
5 | #include "audio.h" | 5 | #include "audio.h" |
6 | #endif | 6 | #endif |