From 2843e7f995fd1c8a011f541802aaad254278d6d4 Mon Sep 17 00:00:00 2001 From: Jack <59737601+wafflekeebs@users.noreply.github.com> Date: Tue, 22 Dec 2020 10:40:04 -0700 Subject: [Keyboard] Add VIA keymap for the reviung41 (#11102) * Add VIA keymap for reviung41 * Change VID for compatibility * Add GPL header to config.h * Enable link time optimization * Remove config since it might not be needed --- keyboards/reviung41/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'keyboards/reviung41/config.h') diff --git a/keyboards/reviung41/config.h b/keyboards/reviung41/config.h index acac4f0d76..c68472e7c1 100644 --- a/keyboards/reviung41/config.h +++ b/keyboards/reviung41/config.h @@ -20,7 +20,7 @@ along with this program. If not, see . #include "config_common.h" /* USB Device descriptor parameter */ -#define VENDOR_ID 0xFEED +#define VENDOR_ID 0x7807 #define PRODUCT_ID 0xDCCB #define DEVICE_VER 0x0001 #define MANUFACTURER gtips -- cgit v1.2.3