diff options
Diffstat (limited to 'tmk_core/common')
-rw-r--r-- | tmk_core/common/keyboard.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tmk_core/common/keyboard.c b/tmk_core/common/keyboard.c index d3fbe2d87..13b3cb4c0 100644 --- a/tmk_core/common/keyboard.c +++ b/tmk_core/common/keyboard.c | |||
@@ -69,6 +69,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
69 | #ifdef MIDI_ENABLE | 69 | #ifdef MIDI_ENABLE |
70 | # include "process_midi.h" | 70 | # include "process_midi.h" |
71 | #endif | 71 | #endif |
72 | #ifdef HD44780_ENABLE | ||
73 | # include "hd44780.h" | ||
74 | #endif | ||
72 | 75 | ||
73 | #ifdef MATRIX_HAS_GHOST | 76 | #ifdef MATRIX_HAS_GHOST |
74 | extern const uint16_t keymaps[][MATRIX_ROWS][MATRIX_COLS]; | 77 | extern const uint16_t keymaps[][MATRIX_ROWS][MATRIX_COLS]; |