diff options
Diffstat (limited to 'keyboards/coseyfannitutti/mulletpad/mulletpad.c')
-rw-r--r-- | keyboards/coseyfannitutti/mulletpad/mulletpad.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/keyboards/coseyfannitutti/mulletpad/mulletpad.c b/keyboards/coseyfannitutti/mulletpad/mulletpad.c index be335cc547..72bb19c303 100644 --- a/keyboards/coseyfannitutti/mulletpad/mulletpad.c +++ b/keyboards/coseyfannitutti/mulletpad/mulletpad.c @@ -14,10 +14,3 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include "mulletpad.h" - -void matrix_init_kb(void) { - // put your keyboard start-up code here - // runs once when the firmware starts up - - matrix_init_user(); -} |