summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/CMD60/CMD60.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/handwired/CMD60/CMD60.c')
-rw-r--r--keyboards/handwired/CMD60/CMD60.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/keyboards/handwired/CMD60/CMD60.c b/keyboards/handwired/CMD60/CMD60.c
deleted file mode 100644
index 799848e34..000000000
--- a/keyboards/handwired/CMD60/CMD60.c
+++ /dev/null
@@ -1,8 +0,0 @@
-#include "CMD60.h"
-
-void matrix_init_kb(void) {
- // put your keyboard start-up code here
- // runs once when the firmware starts up
-
- matrix_init_user();
-}