keyboard.json schema: set minimum value for key_unit (#23937)
* keyboard.json schema: set minimum value for `key_unit` * Fix invalid `matrix_size` in keyboard.json * Fix bad layout for silverbullet44
This commit is contained in:
parent
751fbd75d3
commit
089a819179
13 changed files with 42 additions and 42 deletions
7
keyboards/mechlovin/olly/jf/rev1/config.h
Normal file
7
keyboards/mechlovin/olly/jf/rev1/config.h
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
// Copyright 2024 QMK
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
#pragma once
|
||||
|
||||
#define MATRIX_COLS 19
|
||||
#define MATRIX_ROWS 6
|
||||
|
|
@ -16,10 +16,6 @@
|
|||
"rows": ["D5", "D6", "A5", "A4", "A3", "A6"],
|
||||
"custom_lite": true
|
||||
},
|
||||
"matrix_size": {
|
||||
"cols": 19,
|
||||
"rows": 6
|
||||
},
|
||||
"backlight": {
|
||||
"pin": "D4",
|
||||
"breathing": true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue