diff options
author | rate <rate98326@gmail.com> | 2021-08-20 00:41:49 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-19 16:41:49 +0100 |
commit | d6eee3e0f2d14d53445fe334dd2b4f4b30c21f47 (patch) | |
tree | eedbb1ad5beeb11f158fbebeede2930fdf2c42a7 /keyboards/pistachio_mp/config.h | |
parent | 468661280ba2a57e8c834d5ef1df98bc6cb8354a (diff) |
Added VIA keymap for pistachio_mp (#14015)
* Added VIA keymap for pistachio_mp
* Fixed typos
Diffstat (limited to 'keyboards/pistachio_mp/config.h')
-rw-r--r-- | keyboards/pistachio_mp/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/pistachio_mp/config.h b/keyboards/pistachio_mp/config.h index f23530a12c..4da866bb7d 100644 --- a/keyboards/pistachio_mp/config.h +++ b/keyboards/pistachio_mp/config.h @@ -20,8 +20,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 0xD0C3 +#define VENDOR_ID 0x5255 +#define PRODUCT_ID 0xE212 #define DEVICE_VER 0x0001 #define MANUFACTURER rate #define PRODUCT pistachio_mp |