Use the new ST7565 driver on Ergodox Infinity (#13165)

This commit is contained in:
Joakim Tufvegren
2021-07-07 10:05:35 +02:00
committed by GitHub
parent 90af59ea9d
commit e675a9fc60
5 changed files with 107 additions and 12 deletions

View File

@@ -167,7 +167,7 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
// Runs just one time when the keyboard initializes.
void matrix_init_user(void) {
};
}
// Runs constantly in the background, in a loop.
@@ -192,4 +192,4 @@ void matrix_scan_user(void) {
break;
}
};
}