Use the new ST7565 driver on Ergodox Infinity (#13165)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user