diff options
author | Greg Knapp <virtual.greg@gmail.com> | 2021-09-28 20:23:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-28 12:23:38 -0700 |
commit | 724ee240751fdfedf33d75fee10d2b97d9f9e3da (patch) | |
tree | aa14f1757fce2734f0bfe4b47eb4fa8db1e75127 /keyboards/yampad/config.h | |
parent | 4a2062cc0169785a6cd51a4a5de2bda8f0f78a40 (diff) | |
download | qmk_firmware-724ee240751fdfedf33d75fee10d2b97d9f9e3da.tar.gz qmk_firmware-724ee240751fdfedf33d75fee10d2b97d9f9e3da.zip |
[Keyboard] Yampad VIA support (#14397)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Diffstat (limited to 'keyboards/yampad/config.h')
-rw-r--r-- | keyboards/yampad/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/yampad/config.h b/keyboards/yampad/config.h index d04ae37d5a..b21a606ddc 100644 --- a/keyboards/yampad/config.h +++ b/keyboards/yampad/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 0x5950 // YP #define PRODUCT_ID 0x8369 #define DEVICE_VER 0x0001 #define MANUFACTURER Mattia Dal Ben |