aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Challis2025-07-09 21:54:43 +0200
committerGitHub2025-07-09 21:54:43 +0200
commit3d6113956707f9e90a6cca2025e5fa5db35013b3 (patch)
tree67e5088d52e521fac679761d60c36622a77fd6ef
parent15e7c8f37a6fe017b61f7a355a89fdc83e965deb (diff)
Miscellaneous fixes for lint warnings (#25469)
-rw-r--r--keyboards/handwired/pytest/basic/keymaps/default/keymap.c2
-rw-r--r--keyboards/handwired/pytest/has_community/keymaps/default/default/keymap.c7
-rw-r--r--keyboards/kinesis/kint32/keyboard.json2
-rw-r--r--keyboards/trnthsn/s6xtyfs/info.json1
4 files changed, 9 insertions, 3 deletions
diff --git a/keyboards/handwired/pytest/basic/keymaps/default/keymap.c b/keyboards/handwired/pytest/basic/keymaps/default/keymap.c
index a5782f7a13..264de943c9 100644
--- a/keyboards/handwired/pytest/basic/keymaps/default/keymap.c
+++ b/keyboards/handwired/pytest/basic/keymaps/default/keymap.c
@@ -1,3 +1,5 @@
+// Copyright 2025 QMK
+// SPDX-License-Identifier: GPL-2.0-or-later
#include QMK_KEYBOARD_H
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
diff --git a/keyboards/handwired/pytest/has_community/keymaps/default/default/keymap.c b/keyboards/handwired/pytest/has_community/keymaps/default/default/keymap.c
new file mode 100644
index 0000000000..264de943c9
--- /dev/null
+++ b/keyboards/handwired/pytest/has_community/keymaps/default/default/keymap.c
@@ -0,0 +1,7 @@
+// Copyright 2025 QMK
+// SPDX-License-Identifier: GPL-2.0-or-later
+#include QMK_KEYBOARD_H
+
+const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
+ LAYOUT_ortho_1x1(KC_A)
+};
diff --git a/keyboards/kinesis/kint32/keyboard.json b/keyboards/kinesis/kint32/keyboard.json
index 4f403c2ffa..2a46bbe12b 100644
--- a/keyboards/kinesis/kint32/keyboard.json
+++ b/keyboards/kinesis/kint32/keyboard.json
@@ -9,8 +9,6 @@
"diode_direction": "COL2ROW",
"features": {
"bootmagic": true,
- "command": false,
- "console": false,
"extrakey": true,
"mousekey": true,
"nkro": true
diff --git a/keyboards/trnthsn/s6xtyfs/info.json b/keyboards/trnthsn/s6xtyfs/info.json
index 132c1a4e97..2599ff2504 100644
--- a/keyboards/trnthsn/s6xtyfs/info.json
+++ b/keyboards/trnthsn/s6xtyfs/info.json
@@ -39,7 +39,6 @@
"led_count": 28,
"sleep": true
},
- "url": "",
"usb": {
"device_version": "1.0.0",
"pid": "0x3666",