forked from mirrors/qmk_userspace
hhkb: refactored
This commit is contained in:
parent
9d7979931e
commit
06eb50be07
16 changed files with 354 additions and 217 deletions
15
matrix.h
15
matrix.h
|
@ -1,15 +0,0 @@
|
|||
#ifndef MATRIX_H
|
||||
#define MATRIX_H 1
|
||||
|
||||
#include <stdbool.h>
|
||||
|
||||
extern uint8_t *matrix;
|
||||
extern uint8_t *matrix_prev;
|
||||
|
||||
void matrix_init(void);
|
||||
uint8_t matrix_scan(void);
|
||||
bool matrix_is_modified(void);
|
||||
bool matrix_has_ghost(void);
|
||||
bool matrix_has_ghost_in_row(uint8_t row);
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue