diff options
author | Kyle Terry <kyle@kyleterry.com> | 2017-07-03 11:47:48 -0700 |
---|---|---|
committer | skullydazed <skullydazed@users.noreply.github.com> | 2017-07-03 11:47:48 -0700 |
commit | 062b3547ed712c3c32114382cffab1e16b1fd642 (patch) | |
tree | 4cdcd0f97bcc8cef0a6f8252e4d7320aaec628ae /keyboards/handwired/magicforce61/magicforce61.c | |
parent | 827dc6c715f8099562ef8b9d9208afbb51f706b8 (diff) | |
download | qmk_firmware-062b3547ed712c3c32114382cffab1e16b1fd642.tar.gz qmk_firmware-062b3547ed712c3c32114382cffab1e16b1fd642.zip |
Keyboards/handwired magicforce61 (#1454)
* adding the magicforce61 under handwired
* I meant 14 cols
Diffstat (limited to 'keyboards/handwired/magicforce61/magicforce61.c')
-rw-r--r-- | keyboards/handwired/magicforce61/magicforce61.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/keyboards/handwired/magicforce61/magicforce61.c b/keyboards/handwired/magicforce61/magicforce61.c new file mode 100644 index 0000000000..379395366d --- /dev/null +++ b/keyboards/handwired/magicforce61/magicforce61.c @@ -0,0 +1,8 @@ +#include "magicforce61.h" + +void matrix_init_kb(void) { + // put your keyboard start-up code here + // runs once when the firmware starts up + + matrix_init_user(); +} |