mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-16 12:51:47 +00:00
Resolve miscellaneous keyboard lint warnings (#25268)
This commit is contained in:
parent
0b6a460b7f
commit
fa35be5135
@ -15,7 +15,6 @@
|
|||||||
"rows": ["A14", "A13", "A10", "A9"]
|
"rows": ["A14", "A13", "A10", "A9"]
|
||||||
},
|
},
|
||||||
"processor": "STM32F072",
|
"processor": "STM32F072",
|
||||||
"url": "",
|
|
||||||
"usb": {
|
"usb": {
|
||||||
"device_version": "1.0.0",
|
"device_version": "1.0.0",
|
||||||
"pid": "0x01A6",
|
"pid": "0x01A6",
|
||||||
|
@ -6,8 +6,6 @@
|
|||||||
"diode_direction": "COL2ROW",
|
"diode_direction": "COL2ROW",
|
||||||
"features": {
|
"features": {
|
||||||
"bootmagic": true,
|
"bootmagic": true,
|
||||||
"command": false,
|
|
||||||
"console": false,
|
|
||||||
"extrakey": true,
|
"extrakey": true,
|
||||||
"mousekey": true,
|
"mousekey": true,
|
||||||
"nkro": true
|
"nkro": true
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
{
|
{
|
||||||
"keyboard_name": "LuMaWing",
|
"keyboard_name": "LuMaWing",
|
||||||
"manufacturer": "Lucas Mateijsen",
|
"manufacturer": "Lucas Mateijsen",
|
||||||
"url": "",
|
|
||||||
"maintainer": "qmk",
|
"maintainer": "qmk",
|
||||||
"usb": {
|
"usb": {
|
||||||
"vid": "0xBB80",
|
"vid": "0xBB80",
|
||||||
@ -11,7 +10,6 @@
|
|||||||
"features": {
|
"features": {
|
||||||
"bootmagic": true,
|
"bootmagic": true,
|
||||||
"command": true,
|
"command": true,
|
||||||
"console": false,
|
|
||||||
"extrakey": true,
|
"extrakey": true,
|
||||||
"mousekey": true,
|
"mousekey": true,
|
||||||
"nkro": false
|
"nkro": false
|
||||||
|
@ -29,7 +29,9 @@
|
|||||||
"driver": "usart"
|
"driver": "usart"
|
||||||
},
|
},
|
||||||
"transport": {
|
"transport": {
|
||||||
"sync_matrix_state": true
|
"sync": {
|
||||||
|
"matrix_state": true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"community_layouts": ["ortho_5x12"],
|
"community_layouts": ["ortho_5x12"],
|
||||||
|
@ -1,2 +1 @@
|
|||||||
POINTING_DEVICE_DRIVER = pmw3360
|
POINTING_DEVICE_DRIVER = pmw3360
|
||||||
MOUSE_SHARED_EP = yes
|
|
||||||
|
@ -128,7 +128,9 @@
|
|||||||
"driver": "vendor"
|
"driver": "vendor"
|
||||||
},
|
},
|
||||||
"transport": {
|
"transport": {
|
||||||
"sync_matrix_state": true
|
"sync": {
|
||||||
|
"matrix_state": true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"usb": {
|
"usb": {
|
||||||
|
@ -148,7 +148,9 @@
|
|||||||
"driver": "vendor"
|
"driver": "vendor"
|
||||||
},
|
},
|
||||||
"transport": {
|
"transport": {
|
||||||
"sync_matrix_state": true
|
"sync":{
|
||||||
|
"matrix_state": true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"usb": {
|
"usb": {
|
||||||
|
@ -32,7 +32,9 @@
|
|||||||
"pin": "E6"
|
"pin": "E6"
|
||||||
},
|
},
|
||||||
"transport": {
|
"transport": {
|
||||||
"sync_matrix_state": true
|
"sync": {
|
||||||
|
"matrix_state": true
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"usb_detect":{
|
"usb_detect":{
|
||||||
"enabled": true
|
"enabled": true
|
||||||
|
@ -14,7 +14,6 @@
|
|||||||
"cols": ["D4", "C6", "D7", "E6", "B4", "B5"],
|
"cols": ["D4", "C6", "D7", "E6", "B4", "B5"],
|
||||||
"rows": ["F4", "F5", "F6", "F7", "B1", "B3", "B2", "B6"]
|
"rows": ["F4", "F5", "F6", "F7", "B1", "B3", "B2", "B6"]
|
||||||
},
|
},
|
||||||
"url": "",
|
|
||||||
"usb": {
|
"usb": {
|
||||||
"device_version": "1.0.0",
|
"device_version": "1.0.0",
|
||||||
"pid": "0x0065",
|
"pid": "0x0065",
|
||||||
|
Loading…
Reference in New Issue
Block a user