Example #1
0
		void typer_reset(Typer *typer)
		{
			clear_all_keys();
			typer_.reset();
		}
Example #2
0
void matrix_init(void) {
    clear_all_keys();
    matrix_init_quantum();
}