mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2026-07-23 07:12:09 +01:00
* 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();
|
|
};
|