mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-04-08 14:55:40 +00:00
endcoder move to keyboard.json
This commit is contained in:
parent
b157de1fcb
commit
f29b64fffe
@ -5,6 +5,11 @@
|
|||||||
"board": "STM32_F103_STM32DUINO",
|
"board": "STM32_F103_STM32DUINO",
|
||||||
"bootloader": "stm32duino",
|
"bootloader": "stm32duino",
|
||||||
"diode_direction": "ROW2COL",
|
"diode_direction": "ROW2COL",
|
||||||
|
"encoder": {
|
||||||
|
"rotary": [
|
||||||
|
{"pin_a": "B3", "pin_b": "A7", "resolution": 2}
|
||||||
|
]
|
||||||
|
},
|
||||||
"features": {
|
"features": {
|
||||||
"bootmagic": true,
|
"bootmagic": true,
|
||||||
"console": true,
|
"console": true,
|
||||||
|
Loading…
Reference in New Issue
Block a user