diff options
Diffstat (limited to 'keyboards/coseyfannitutti/discipad')
-rw-r--r-- | keyboards/coseyfannitutti/discipad/discipad.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/keyboards/coseyfannitutti/discipad/discipad.c b/keyboards/coseyfannitutti/discipad/discipad.c index c8f6e0a178..4bdb1c6c20 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(); -} |