Add Fourier Keyboard (#2596)

* Initial commit of Fourier keyboard

* Revise keymap, add key to bottom row

* Fix readme
This commit is contained in:
Danny
2018-03-24 12:50:44 -04:00
committed by Jack Humbert
parent f77ecb8960
commit 4e92dceed8
19 changed files with 1414 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
#include "fourier.h"
void matrix_init_kb(void) {
matrix_init_user();
};