summaryrefslogtreecommitdiffstats
path: root/keyboards/ymdk/ymd09/config.h
diff options
context:
space:
mode:
authorShadowtrance <teronskyn@gmail.com>2020-05-20 06:28:55 +1000
committerGitHub <noreply@github.com>2020-05-19 21:28:55 +0100
commit494b34b63f84617ddc56ff6dc0395505a33eb24e (patch)
treec55ffb7edfdc13a017e78a4f169cfc1da0c1ead5 /keyboards/ymdk/ymd09/config.h
parent58e3b01f37b35cdf77fb44f14765b11215104b24 (diff)
Add Via support to the YMD09 (#9108)
* Add Via support to the YMD09 * Update keyboards/ymdk/ymd09/config.h Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/ymdk/ymd09/keymaps/via/rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/ymdk/ymd09/config.h')
-rw-r--r--keyboards/ymdk/ymd09/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/ymdk/ymd09/config.h b/keyboards/ymdk/ymd09/config.h
index 372046b8bc..8b34a98363 100644
--- a/keyboards/ymdk/ymd09/config.h
+++ b/keyboards/ymdk/ymd09/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 0x0909
+#define VENDOR_ID 0x594D // "YM"
+#define PRODUCT_ID 0x4409 // "D" + 09
#define DEVICE_VER 0x0001
#define MANUFACTURER YMDK
#define PRODUCT YMD09