diff options
author | zvecr <git@zvecr.com> | 2018-12-14 22:25:32 +0000 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-12-14 14:25:32 -0800 |
commit | bb5262de0790ed3f4f91de20fad6e13fc0ffddc5 (patch) | |
tree | 48a73db53aabbb2b6b4e8b4c055cd292a6f7966d /keyboards/fourier/rev1/rev1.c | |
parent | cb149650efd07cbdc3cacb1fe2eb58f17eee5965 (diff) |
Keyboard: Refactor fourier to use split common code (#4582)
* 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
Diffstat (limited to 'keyboards/fourier/rev1/rev1.c')
-rw-r--r-- | keyboards/fourier/rev1/rev1.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/keyboards/fourier/rev1/rev1.c b/keyboards/fourier/rev1/rev1.c index 61d7139d6c..1e662e7b8d 100644 --- a/keyboards/fourier/rev1/rev1.c +++ b/keyboards/fourier/rev1/rev1.c @@ -1,7 +1,5 @@ #include "fourier.h" - void matrix_init_kb(void) { matrix_init_user(); }; - |