added ergodox

This commit is contained in:
Jack Humbert 2015-10-26 16:32:37 -04:00
parent 46e7fb2d3c
commit 35a81f5b8b
17 changed files with 1627 additions and 128 deletions

View file

@ -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)
{