diff options
Diffstat (limited to 'keyboards/lily58/ssd1306.h')
| -rwxr-xr-x | keyboards/lily58/ssd1306.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/keyboards/lily58/ssd1306.h b/keyboards/lily58/ssd1306.h index ea8c92328..0ca093093 100755 --- a/keyboards/lily58/ssd1306.h +++ b/keyboards/lily58/ssd1306.h | |||
| @@ -2,7 +2,6 @@ | |||
| 2 | 2 | ||
| 3 | #include <stdbool.h> | 3 | #include <stdbool.h> |
| 4 | #include <stdio.h> | 4 | #include <stdio.h> |
| 5 | #include "pincontrol.h" | ||
| 6 | #include "action.h" | 5 | #include "action.h" |
| 7 | 6 | ||
| 8 | enum ssd1306_cmds { | 7 | enum ssd1306_cmds { |
| @@ -88,4 +87,4 @@ void matrix_write_ln(struct CharacterMatrix *matrix, const char *data); | |||
| 88 | void matrix_write_P(struct CharacterMatrix *matrix, const char *data); | 87 | void matrix_write_P(struct CharacterMatrix *matrix, const char *data); |
| 89 | void matrix_render(struct CharacterMatrix *matrix); | 88 | void matrix_render(struct CharacterMatrix *matrix); |
| 90 | 89 | ||
| 91 | bool process_record_gfx(uint16_t keycode, keyrecord_t *record); \ No newline at end of file | 90 | bool process_record_gfx(uint16_t keycode, keyrecord_t *record); |
