Fix dailycraft/wings42/rev2
This commit is contained in:
parent
2eea2cdc46
commit
96025250d1
1 changed files with 3 additions and 5 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue