aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/coseyfannitutti/discipad/discipad.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/coseyfannitutti/discipad/discipad.c')
-rw-r--r--keyboards/coseyfannitutti/discipad/discipad.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/keyboards/coseyfannitutti/discipad/discipad.c b/keyboards/coseyfannitutti/discipad/discipad.c
index c8f6e0a17..4bdb1c6c2 100644
--- a/keyboards/coseyfannitutti/discipad/discipad.c
+++ b/keyboards/coseyfannitutti/discipad/discipad.c
@@ -14,11 +14,3 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "discipad.h"
-
-
-void matrix_init_kb(void) {
- // put your keyboard start-up code here
- // runs once when the firmware starts up
-
- matrix_init_user();
-}