mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-12-02 16:05:09 +00:00
4e92dceed8
* Initial commit of Fourier keyboard * Revise keymap, add key to bottom row * Fix readme
8 lines
76 B
C
8 lines
76 B
C
#include "fourier.h"
|
|
|
|
|
|
void matrix_init_kb(void) {
|
|
matrix_init_user();
|
|
};
|
|
|