diff options
Diffstat (limited to 'keyboards/keebio/tragicforce68/tragicforce68.c')
-rw-r--r-- | keyboards/keebio/tragicforce68/tragicforce68.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/keyboards/keebio/tragicforce68/tragicforce68.c b/keyboards/keebio/tragicforce68/tragicforce68.c new file mode 100644 index 000000000..327197d25 --- /dev/null +++ b/keyboards/keebio/tragicforce68/tragicforce68.c | |||
@@ -0,0 +1,8 @@ | |||
1 | #include "tragicforce68.h" | ||
2 | |||
3 | void matrix_init_kb(void) { | ||
4 | // put your keyboard start-up code here | ||
5 | // runs once when the firmware starts up | ||
6 | |||
7 | matrix_init_user(); | ||
8 | } | ||