qmk_firmware/keyboards/fourier/rev1/rev1.c
Danny 4e92dceed8 Add Fourier Keyboard (#2596)
* Initial commit of Fourier keyboard

* Revise keymap, add key to bottom row

* Fix readme
2018-03-24 12:50:44 -04:00

8 lines
76 B
C

#include "fourier.h"
void matrix_init_kb(void) {
matrix_init_user();
};