bb5262de07
* Refactor fourier to use split common code * Refactor fourier to use split common code - fix handedness when not using EE_HANDS or MASTER_LEFT * add SOFT_SERIAL_PIN config
6 lines
74 B
C
6 lines
74 B
C
#include "fourier.h"
|
|
|
|
void matrix_init_kb(void) {
|
|
matrix_init_user();
|
|
};
|