diff options
author | Danny Nguyen <danny@80pct.com> | 2017-02-22 16:51:25 -0500 |
---|---|---|
committer | Danny Nguyen <danny@80pct.com> | 2017-03-07 12:20:52 -0500 |
commit | 1023a47be6b91282b92b9a44f4492aa88375bf8e (patch) | |
tree | 4fb64f4de54ec1bd422e964d4cd1c9532b378241 /keyboards/handwired/magicforce68/magicforce68.c | |
parent | 615bfc4eca8204b73c592a076ca02aeaeceb7e1e (diff) | |
download | qmk_firmware-1023a47be6b91282b92b9a44f4492aa88375bf8e.tar.gz |
Copy CMD60 as starting point and rename files
Diffstat (limited to 'keyboards/handwired/magicforce68/magicforce68.c')
-rw-r--r-- | keyboards/handwired/magicforce68/magicforce68.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/keyboards/handwired/magicforce68/magicforce68.c b/keyboards/handwired/magicforce68/magicforce68.c new file mode 100644 index 000000000..84b1007e2 --- /dev/null +++ b/keyboards/handwired/magicforce68/magicforce68.c @@ -0,0 +1,8 @@ +#include "magicforce68.h" + +void matrix_init_kb(void) { + // put your keyboard start-up code here + // runs once when the firmware starts up + + matrix_init_user(); +} |