]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/sixkeyboard/matrix.c
Usbasploader bootloader option addition (#6304)
[qmk_firmware.git] / keyboards / sixkeyboard / matrix.c
index 37cc68a21975020b6899defb156583bcf43b8f2f..64b46e9b0c8473b4ad502ec378c9b858a8853bcf 100644 (file)
@@ -1,10 +1,5 @@
 /*
 
-Note for ErgoDox EZ customizers: Here be dragons!
-This is not a file you want to be messing with.
-All of the interesting stuff for you is under keymaps/ :)
-Love, Erez
-
 Copyright 2013 Oleg Kostyuk <cub.uanic@gmail.com>
 
 This program is free software: you can redistribute it and/or modify
@@ -34,6 +29,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #include "util.h"
 #include "matrix.h"
 #include "sixkeyboard.h"
+#include <string.h>
 
 /* matrix state(1:on, 0:off) */
 static matrix_row_t matrix[MATRIX_ROWS];