diff options
Diffstat (limited to 'keyboards/handwired/CMD60/CMD60.c')
-rw-r--r-- | keyboards/handwired/CMD60/CMD60.c | 8 |
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 799848e34e..0000000000 --- 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(); -} |