Firmware: Add support for rotary encoder

This commit is contained in:
Lexi / Zoe 2024-05-22 19:18:25 +02:00
parent 1a0e0c11c1
commit 79560566a1
Signed by: binaryDiv
GPG key ID: F8D4956E224DA232
4 changed files with 29 additions and 3 deletions

View file

@ -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": {