From 4f163b006e95852e374a71449c121c8aa47ab5a5 Mon Sep 17 00:00:00 2001 From: Xyverz Date: Mon, 30 Jan 2017 00:00:09 -0800 Subject: First revision of the XK-66 keyboard. --- keyboards/handwired/xk66/xk66.c | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 keyboards/handwired/xk66/xk66.c (limited to 'keyboards/handwired/xk66/xk66.c') diff --git a/keyboards/handwired/xk66/xk66.c b/keyboards/handwired/xk66/xk66.c new file mode 100644 index 0000000000..3c3e31949e --- /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(); +} -- cgit v1.2.3