summaryrefslogtreecommitdiff
path: root/keyboards/viktus/smolka/config.h
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2022-08-04 08:52:24 +1000
committerGitHub <noreply@github.com>2022-08-03 23:52:24 +0100
commit1fd8d5c322a8686baab627f7e56f6de5d44a0810 (patch)
tree8a882f96612e41f8fff727bf7a13dd10134715e1 /keyboards/viktus/smolka/config.h
parenta8744b163074457253da2c63affd3b4cceefe04a (diff)
Move keyboard USB IDs and strings to data driven: V (#17901)
Diffstat (limited to 'keyboards/viktus/smolka/config.h')
-rw-r--r--keyboards/viktus/smolka/config.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/keyboards/viktus/smolka/config.h b/keyboards/viktus/smolka/config.h
index fa655ae3e8..5d1a15c5f5 100644
--- a/keyboards/viktus/smolka/config.h
+++ b/keyboards/viktus/smolka/config.h
@@ -19,13 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "config_common.h"
-/* USB Device descriptor parameter */
-#define VENDOR_ID 0x5644 // "VD" = Viktus Design LLC
-#define PRODUCT_ID 0x0010
-#define DEVICE_VER 0x0001
-#define MANUFACTURER Viktus Design LLC
-#define PRODUCT Smolka
-
/* key matrix size */
#define MATRIX_ROWS 8
#define MATRIX_COLS 8