Use the new ST7565 driver on Ergodox Infinity (#13165)
This commit is contained in:
parent
90af59ea9d
commit
e675a9fc60
5 changed files with 107 additions and 12 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue