endcoder move to keyboard.json

This commit is contained in:
JackyJia73 2024-07-04 04:57:34 +08:00
parent b157de1fcb
commit f29b64fffe

View File

@ -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,