mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-11 22:44:56 +00:00
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
5 lines
74 B
C
5 lines
74 B
C
#include "fourier.h"
|
|
|
|
void matrix_init_kb(void) {
|
|
matrix_init_user();
|
|
};
|