aboutsummaryrefslogtreecommitdiff
path: root/keyboards/claw44
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2020-04-30 16:24:47 +1000
committerGitHub <noreply@github.com>2020-04-30 16:24:47 +1000
commit16a15c1cfcbfd0feb2c2cf1383676747e2f97d73 (patch)
treeaaa3c9f5a23207861d05c37ed4860af8efd40f85 /keyboards/claw44
parent37a4b53c4f51b66992e687b5012c83df9cc6b138 (diff)
downloadqmk_firmware-16a15c1cfcbfd0feb2c2cf1383676747e2f97d73.tar.gz
qmk_firmware-16a15c1cfcbfd0feb2c2cf1383676747e2f97d73.zip
QMK-ify some GPIO macros (#8315)
Diffstat (limited to 'keyboards/claw44')
-rw-r--r--keyboards/claw44/ssd1306.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/keyboards/claw44/ssd1306.h b/keyboards/claw44/ssd1306.h
index ea8c92328..0ca093093 100644
--- a/keyboards/claw44/ssd1306.h
+++ b/keyboards/claw44/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
8enum ssd1306_cmds { 7enum ssd1306_cmds {
@@ -88,4 +87,4 @@ void matrix_write_ln(struct CharacterMatrix *matrix, const char *data);
88void matrix_write_P(struct CharacterMatrix *matrix, const char *data); 87void matrix_write_P(struct CharacterMatrix *matrix, const char *data);
89void matrix_render(struct CharacterMatrix *matrix); 88void matrix_render(struct CharacterMatrix *matrix);
90 89
91bool process_record_gfx(uint16_t keycode, keyrecord_t *record); \ No newline at end of file 90bool process_record_gfx(uint16_t keycode, keyrecord_t *record);