diff options
author | Jack <59737601+wafflekeebs@users.noreply.github.com> | 2020-12-22 10:40:04 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-22 09:40:04 -0800 |
commit | 2843e7f995fd1c8a011f541802aaad254278d6d4 (patch) | |
tree | f193df018cb5101322d310eb4b06c3353a7e042f /keyboards/reviung41/config.h | |
parent | 54e2bf3edefb670ede2c2c3934dc732264ac6381 (diff) |
[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
Diffstat (limited to 'keyboards/reviung41/config.h')
-rw-r--r-- | keyboards/reviung41/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 <http://www.gnu.org/licenses/>. #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 |