summaryrefslogtreecommitdiff
path: root/keyboards/mechmini/config.h
diff options
context:
space:
mode:
authorJordan <47953030+jordandoan@users.noreply.github.com>2020-10-01 14:19:01 -0700
committerGitHub <noreply@github.com>2020-10-01 22:19:01 +0100
commitf63a60a72a9a91580430ca63e431c71f4c095a1f (patch)
tree02dfee35d2016127dc2b76e8ab1e5a6116707b53 /keyboards/mechmini/config.h
parentf68bb0cc3dc6883681919e721da70aca14440026 (diff)
Port mechmini v2 for VIA support (#10497)
Co-authored-by: Erovia <Erovia@users.noreply.github.com>
Diffstat (limited to 'keyboards/mechmini/config.h')
-rw-r--r--keyboards/mechmini/config.h28
1 files changed, 0 insertions, 28 deletions
diff --git a/keyboards/mechmini/config.h b/keyboards/mechmini/config.h
deleted file mode 100644
index 98c9fb6510..0000000000
--- a/keyboards/mechmini/config.h
+++ /dev/null
@@ -1,28 +0,0 @@
-/* Copyright 2017 Luiz Ribeiro <luizribeiro@gmail.com>
- * Copyright 2018 TurboMech /u/TurboMech <discord> @A9entOran9e#6134
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 2 of the License, or
- * (at your option) any later version.
- *
- *This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
-*/
-
-#include "config_common.h"
-
-#ifndef CONFIG_H
-#define CONFIG_H
-
-#define VENDOR_ID 0xFEED
-#define PRODUCT_ID 0xCA40
-#define MANUFACTURER MECHKEYS
-#define PRODUCT Mechmini
-#define DESCRIPTION 40% modular keyboard
-
-#endif