summaryrefslogtreecommitdiff
path: root/keyboards/v60_type_r/config.h
diff options
context:
space:
mode:
authorJoshua Borton <digitaltoad@gmail.com>2021-02-05 01:18:20 -0500
committerGitHub <noreply@github.com>2021-02-04 22:18:20 -0800
commit237dd23491cff3dc60df123a8992301bd1d8a9c8 (patch)
tree08d3c48dd633569528efc575083b88611c05cd5f /keyboards/v60_type_r/config.h
parent58f8c7f9c3aa5cfe9ed12c82f1a6ee14f5cc6123 (diff)
[Keyboard] Add VIA support to v60 Type R (#11758)
* Add support VIA support to v60 Type R * Update keyboards/v60_type_r/config.h Revert combining product and manufacturer Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/v60_type_r/keymaps/via/keymap.c Remove empty `led_set_user` function Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/v60_type_r/rules.mk Don't enable bootmagic lite Co-authored-by: Ryan <fauxpark@gmail.com> * Add missing empty layers for VIA * Update keyboards/v60_type_r/rules.mk Fix comment formatting Co-authored-by: Ryan <fauxpark@gmail.com> * Update the VENDOR_ID Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/v60_type_r/config.h')
-rw-r--r--keyboards/v60_type_r/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/v60_type_r/config.h b/keyboards/v60_type_r/config.h
index 74a4bcef9e..38758d4ad3 100644
--- a/keyboards/v60_type_r/config.h
+++ b/keyboards/v60_type_r/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 0x6060
+#define VENDOR_ID 0x7432
+#define PRODUCT_ID 0x0658
#define DEVICE_VER 0x0001
#define MANUFACTURER KB Paradise
#define PRODUCT V60 Type R