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>vial
parent
8cf9363c6d
commit
36d188abfd
|
|
@ -17,8 +17,8 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
/* USB Device descriptor parameter */
|
/* USB Device descriptor parameter */
|
||||||
#define VENDOR_ID 0xAC11
|
#define VENDOR_ID 0xAC12
|
||||||
#define PRODUCT_ID 0x4175
|
#define PRODUCT_ID 0x4176
|
||||||
#define DEVICE_VER 0x0001
|
#define DEVICE_VER 0x0001
|
||||||
#define MANUFACTURER Pylon
|
#define MANUFACTURER Pylon
|
||||||
#define PRODUCT Boston
|
#define PRODUCT Boston
|
||||||
|
|
@ -75,9 +75,9 @@
|
||||||
|
|
||||||
/*Vial stuff*/
|
/*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
|
#define VIAL_ENCODER_KEYCODE_DELAY 10
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,12 +1,14 @@
|
||||||
{
|
{
|
||||||
"name": "BostonV0",
|
"name": "BostonV0",
|
||||||
"vendorId": "0xAC11",
|
"vendorId": "0xAC12",
|
||||||
"productId": "0x4175",
|
"productId": "0x4176",
|
||||||
"matrix": {
|
"matrix": {
|
||||||
"rows": 7,
|
"rows": 7,
|
||||||
"cols": 19
|
"cols": 19
|
||||||
},
|
},
|
||||||
"lighting": "qmk_backlight",
|
"lighting": "qmk_backlight",
|
||||||
|
"lighting": "qmk_rgblight",
|
||||||
|
|
||||||
"layouts": {
|
"layouts": {
|
||||||
"labels":[
|
"labels":[
|
||||||
[
|
[
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue