diff options
author | Xyverz <xyverz@gmail.com> | 2017-01-30 00:00:09 -0800 |
---|---|---|
committer | Xyverz <xyverz@gmail.com> | 2017-01-30 00:00:09 -0800 |
commit | 4f163b006e95852e374a71449c121c8aa47ab5a5 (patch) | |
tree | 99a9a191db3d361d7c8a3f1fe7c77024adf274a2 /keyboards/handwired/xk66/xk66.c | |
parent | b8b2a55973b689fb4e827f6e967163114c575cd6 (diff) |
First revision of the XK-66 keyboard.
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 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(); +} |