Fix dailycraft/wings42/rev2

This commit is contained in:
zvecr 2024-04-13 08:49:31 +01:00
parent 2eea2cdc46
commit 96025250d1

View file

@ -17,9 +17,6 @@
"enabled": true, "enabled": true,
"soft_serial_pin": "D2" "soft_serial_pin": "D2"
}, },
"features": {
"encoder": true
},
"encoder": { "encoder": {
"rotary": [ "rotary": [
{ "pin_a": "B5", "pin_b": "B4" }, { "pin_a": "B5", "pin_b": "B4" },
@ -30,8 +27,9 @@
"bootloader": "caterina", "bootloader": "caterina",
"features": { "features": {
"bootmagic": true, "bootmagic": true,
"mousekey": true, "encoder": true,
"extrakey": true "extrakey": true,
"mousekey": true
}, },
"layout_aliases": { "layout_aliases": {
"LAYOUT_split_3x6_3_2": "LAYOUT_split_3x6_3" "LAYOUT_split_3x6_3_2": "LAYOUT_split_3x6_3"