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