fix: sofle/rev1:vial encoder definitions for my board
This commit is contained in:
parent
9bc7aefa6b
commit
9defe47492
2 changed files with 3 additions and 1 deletions
|
|
@ -13,7 +13,7 @@
|
||||||
},
|
},
|
||||||
"encoder": {
|
"encoder": {
|
||||||
"rotary": [
|
"rotary": [
|
||||||
{"pin_a": "F5", "pin_b": "F4", "resolution": 2}
|
{"pin_a": "F5", "pin_b": "F4", "resolution": 4}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"split": {
|
"split": {
|
||||||
|
|
|
||||||
|
|
@ -20,6 +20,8 @@
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
#define ENCODER_DIRECTION_FLIP
|
||||||
|
|
||||||
// Vial Support
|
// Vial Support
|
||||||
#define VIAL_KEYBOARD_UID { 0x05, 0xCD, 0x9F, 0x8A, 0xF4, 0xDF, 0xDE, 0xB2 }
|
#define VIAL_KEYBOARD_UID { 0x05, 0xCD, 0x9F, 0x8A, 0xF4, 0xDF, 0xDE, 0xB2 }
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue