From 4d76d85d7bef735a56f9e1e275c89f4beaf52a64 Mon Sep 17 00:00:00 2001 From: Ryan Date: Fri, 27 Mar 2020 00:11:32 +1100 Subject: V-USB: Use manufacturer and product strings from config.h (#7797) * V-USB: Use manufacturer and product strings from config.h * Update board configs --- keyboards/mt40/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'keyboards/mt40/config.h') diff --git a/keyboards/mt40/config.h b/keyboards/mt40/config.h index 5e3eaf935b..3efa18292b 100644 --- a/keyboards/mt40/config.h +++ b/keyboards/mt40/config.h @@ -27,7 +27,7 @@ along with this program. If not, see . #define DEVICE_VER 0x0001 #define MANUFACTURER ThomasDehaeze -#define PRODUCT mt40 +#define PRODUCT MT40 #define DESCRIPTION A Planck clone -- cgit v1.2.3