Firmware: Add support for rotary encoder
This commit is contained in:
parent
1a0e0c11c1
commit
79560566a1
4 changed files with 29 additions and 3 deletions
|
|
@ -13,7 +13,7 @@
|
|||
"features": {
|
||||
"bootmagic": true,
|
||||
"command": false,
|
||||
"console": false,
|
||||
"console": true,
|
||||
"extrakey": true,
|
||||
"mousekey": true,
|
||||
"nkro": true,
|
||||
|
|
@ -55,6 +55,14 @@
|
|||
]
|
||||
}
|
||||
},
|
||||
"encoder": {
|
||||
"rotary": [
|
||||
{
|
||||
"pin_a": "D0",
|
||||
"pin_b": "D4"
|
||||
}
|
||||
]
|
||||
},
|
||||
"rgb_matrix": {
|
||||
"driver": "ws2812",
|
||||
"default": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue