diff options
author | George Wietor <george@wietor.com> | 2021-04-22 13:13:44 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-22 10:13:44 -0700 |
commit | ffa1507c2c27cf9d1e6fcceeb5a7810a8d2eae19 (patch) | |
tree | 34866322f260cef06656ab33b3081f9128cb08e3 /keyboards/planck/config.h | |
parent | 4f2afaa6fbb184e7f22bec1a1df0aad55922d85e (diff) |
VIA support for Planck Rev6 (#9144)
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: George Wietor <george@LIGHT-GRAY.local>
Co-authored-by: Jack Humbert <jack.humb@gmail.com>
Diffstat (limited to 'keyboards/planck/config.h')
-rw-r--r-- | keyboards/planck/config.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/keyboards/planck/config.h b/keyboards/planck/config.h index f7dce70207..71111eca21 100644 --- a/keyboards/planck/config.h +++ b/keyboards/planck/config.h @@ -21,8 +21,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 PRODUCT_ID 0x6060 +#define VENDOR_ID 0x03A8 #define MANUFACTURER OLKB #define PRODUCT Planck |