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