diff options
author | ilikepi2 <adquan@csu.fullerton.edu> | 2020-07-08 09:20:24 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-08 17:20:24 +0100 |
commit | c4960b7579a07858c5f8481b6fd9dc6363060d09 (patch) | |
tree | 771b4bf0f7431d9a55a66c3181563ec8215fe21a /keyboards/keyhive/maypad/config.h | |
parent | d4917318cc11990f143f50f6233ed29240410352 (diff) |
Add VIA Functionality for Keyhive Maypad (#9654)
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/keyhive/maypad/config.h')
-rw-r--r-- | keyboards/keyhive/maypad/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/keyhive/maypad/config.h b/keyboards/keyhive/maypad/config.h index 4fce7ffa0c..00a46dafc1 100644 --- a/keyboards/keyhive/maypad/config.h +++ b/keyboards/keyhive/maypad/config.h @@ -17,8 +17,8 @@ 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 PRODUCT_ID 0x6060 +#define VENDOR_ID 0x4B48 //KH for Keyhive +#define PRODUCT_ID 0x4D50 // MP #define DEVICE_VER 0x0001 #define MANUFACTURER KeyHive #define PRODUCT maypad |