Miscellaneous fixes for lint warnings (#25469)

This commit is contained in:
Joel Challis 2025-07-09 20:54:43 +01:00 committed by GitHub
parent 15e7c8f37a
commit 3d61139567
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 9 additions and 3 deletions

View File

@ -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] = {

View File

@ -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)
};

View File

@ -9,8 +9,6 @@
"diode_direction": "COL2ROW",
"features": {
"bootmagic": true,
"command": false,
"console": false,
"extrakey": true,
"mousekey": true,
"nkro": true

View File

@ -39,7 +39,6 @@
"led_count": 28,
"sleep": true
},
"url": "",
"usb": {
"device_version": "1.0.0",
"pid": "0x3666",