forked from mirrors/qmk_userspace
added ergodox
This commit is contained in:
parent
46e7fb2d3c
commit
35a81f5b8b
17 changed files with 1627 additions and 128 deletions
|
@ -47,6 +47,16 @@ static void init_cols(void);
|
|||
static void unselect_rows(void);
|
||||
static void select_row(uint8_t row);
|
||||
|
||||
__attribute__ ((weak))
|
||||
void * matrix_init_kb(void) {
|
||||
|
||||
};
|
||||
|
||||
__attribute__ ((weak))
|
||||
void * matrix_scan_kb(void) {
|
||||
|
||||
};
|
||||
|
||||
inline
|
||||
uint8_t matrix_rows(void)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue