Changed Product and Vendor IDs on Boston so they are no longer identical to the Driftmechanics Austin (#60)

* Increased layer count (due to increased EEPROM emulation size in Vial 0.4)

* Added backlights support, renamed "via" folder to "vial"

* Revert "Added backlights support, renamed "via" folder to "vial""

This reverts commit da4497235be63c1aca900e11ebdefd7f166adfc6.

* Added backlight support, renamed "via" folder to "vial"

* Changed Vendor ID and Product ID to not interfere with the Austin

Co-authored-by: bluepylons <jwang@fluentbio.com>
This commit is contained in:
Pylon 2021-09-19 20:18:53 -04:00 committed by GitHub
parent 8cf9363c6d
commit 36d188abfd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 6 deletions

View file

@ -17,8 +17,8 @@
#pragma once
/* USB Device descriptor parameter */
#define VENDOR_ID 0xAC11
#define PRODUCT_ID 0x4175
#define VENDOR_ID 0xAC12
#define PRODUCT_ID 0x4176
#define DEVICE_VER 0x0001
#define MANUFACTURER Pylon
#define PRODUCT Boston
@ -75,9 +75,9 @@
/*Vial stuff*/
#define DYNAMIC_KEYMAP_LAYER_COUNT 7
#define DYNAMIC_KEYMAP_LAYER_COUNT 3
#define VIAL_ENCODER_DEFAULT {KC_VOLD, KC_VOLU, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS}
#define VIAL_ENCODER_DEFAULT {KC_VOLD, KC_VOLU, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS}
#define VIAL_ENCODER_KEYCODE_DELAY 10

View file

@ -1,12 +1,14 @@
{
"name": "BostonV0",
"vendorId": "0xAC11",
"productId": "0x4175",
"vendorId": "0xAC12",
"productId": "0x4176",
"matrix": {
"rows": 7,
"cols": 19
},
"lighting": "qmk_backlight",
"lighting": "qmk_rgblight",
"layouts": {
"labels":[
[