mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-28 20:09:23 +00:00
lint related fixes 1
This commit is contained in:
parent
6fbba7234e
commit
84aedd1872
@ -1,3 +1,6 @@
|
||||
// Copyright 2023 binepad (@binepad)
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
#pragma once
|
||||
|
||||
#define HAL_USE_I2C TRUE
|
||||
|
@ -12,8 +12,6 @@
|
||||
},
|
||||
"features": {
|
||||
"bootmagic": true,
|
||||
"command": false,
|
||||
"console": false,
|
||||
"extrakey": true,
|
||||
"mousekey": true,
|
||||
"nkro": true,
|
||||
|
@ -1,3 +1,6 @@
|
||||
// Copyright 2023 binepad (@binepad)
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
#pragma once
|
||||
|
||||
#include_next <mcuconf.h>
|
||||
|
@ -1,4 +1,5 @@
|
||||
# @see `info.json` for config
|
||||
# Copyright 2023 binepad (@binepad)
|
||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
CUSTOM_MATRIX = yes
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user