diff options
author | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2020-12-19 13:14:41 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-19 13:14:41 -0800 |
commit | 25b13678066d10b7df6b5f0102c37b4e7e44f701 (patch) | |
tree | 64e0db9065d8a0371316478b89a8ed2a5bef3a9a /keyboards/40percentclub/mf68/config.h | |
parent | 624cafbfd2199fdf9fb0e834d7e9f1df70221336 (diff) |
VIA Support: MF68 (#11030)
* add via support to mf68 pcb
* add license header
Diffstat (limited to 'keyboards/40percentclub/mf68/config.h')
-rw-r--r-- | keyboards/40percentclub/mf68/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/40percentclub/mf68/config.h b/keyboards/40percentclub/mf68/config.h index 5bda9bb786..7c5a0cd5e2 100644 --- a/keyboards/40percentclub/mf68/config.h +++ b/keyboards/40percentclub/mf68/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 0xCEEB -#define PRODUCT_ID 0x0510 +#define VENDOR_ID 0x3430 // "40" +#define PRODUCT_ID 0x4D68 // "M68" #define DEVICE_VER 0x0101 #define MANUFACTURER di0ib #define PRODUCT MF68 |