commit: fa35be51358cf23650660cdfa7f547ea6150dd10
parent 0b6a460b7f5d4b681da7653b25e4082e8b8c6c1a
Author: Joel Challis <git@zvecr.com>
Date: Fri, 16 May 2025 17:35:17 +0100
Resolve miscellaneous keyboard lint warnings (#25268)
Diffstat:
9 files changed, 12 insertions(+), 11 deletions(-)
diff --git a/keyboards/amptrics/0422/keyboard.json b/keyboards/amptrics/0422/keyboard.json
@@ -15,7 +15,6 @@
"rows": ["A14", "A13", "A10", "A9"]
},
"processor": "STM32F072",
- "url": "",
"usb": {
"device_version": "1.0.0",
"pid": "0x01A6",
diff --git a/keyboards/handwired/hen_des/epssp75/keyboard.json b/keyboards/handwired/hen_des/epssp75/keyboard.json
@@ -6,8 +6,6 @@
"diode_direction": "COL2ROW",
"features": {
"bootmagic": true,
- "command": false,
- "console": false,
"extrakey": true,
"mousekey": true,
"nkro": true
diff --git a/keyboards/handwired/lumawing/keyboard.json b/keyboards/handwired/lumawing/keyboard.json
@@ -1,7 +1,6 @@
{
"keyboard_name": "LuMaWing",
"manufacturer": "Lucas Mateijsen",
- "url": "",
"maintainer": "qmk",
"usb": {
"vid": "0xBB80",
@@ -11,7 +10,6 @@
"features": {
"bootmagic": true,
"command": true,
- "console": false,
"extrakey": true,
"mousekey": true,
"nkro": false
diff --git a/keyboards/handwired/riblee_split/keyboard.json b/keyboards/handwired/riblee_split/keyboard.json
@@ -29,7 +29,9 @@
"driver": "usart"
},
"transport": {
- "sync_matrix_state": true
+ "sync": {
+ "matrix_state": true
+ }
}
},
"community_layouts": ["ortho_5x12"],
diff --git a/keyboards/handwired/tractyl_manuform/4x6_right/rules.mk b/keyboards/handwired/tractyl_manuform/4x6_right/rules.mk
@@ -1,2 +1 @@
POINTING_DEVICE_DRIVER = pmw3360
-MOUSE_SHARED_EP = yes
diff --git a/keyboards/keebio/chiri_ce/rev1/keyboard.json b/keyboards/keebio/chiri_ce/rev1/keyboard.json
@@ -128,7 +128,9 @@
"driver": "vendor"
},
"transport": {
- "sync_matrix_state": true
+ "sync": {
+ "matrix_state": true
+ }
}
},
"usb": {
diff --git a/keyboards/keebio/iris_ce/rev1/keyboard.json b/keyboards/keebio/iris_ce/rev1/keyboard.json
@@ -148,7 +148,9 @@
"driver": "vendor"
},
"transport": {
- "sync_matrix_state": true
+ "sync":{
+ "matrix_state": true
+ }
}
},
"usb": {
diff --git a/keyboards/orthograph/keyboard.json b/keyboards/orthograph/keyboard.json
@@ -32,7 +32,9 @@
"pin": "E6"
},
"transport": {
- "sync_matrix_state": true
+ "sync": {
+ "matrix_state": true
+ }
},
"usb_detect":{
"enabled": true
diff --git a/keyboards/takashicompany/mirageix/keyboard.json b/keyboards/takashicompany/mirageix/keyboard.json
@@ -14,7 +14,6 @@
"cols": ["D4", "C6", "D7", "E6", "B4", "B5"],
"rows": ["F4", "F5", "F6", "F7", "B1", "B3", "B2", "B6"]
},
- "url": "",
"usb": {
"device_version": "1.0.0",
"pid": "0x0065",