mirror of
https://github.com/firewalkwithm3/qmk_firmware.git
synced 2024-11-22 19:40:29 +08:00
Fix more build failures (#19869)
This commit is contained in:
parent
a0708b2a78
commit
86885ecbcc
|
@ -1,18 +0,0 @@
|
||||||
/* Copyright 2023 Emrik Östling
|
|
||||||
*
|
|
||||||
* This program is free software: you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU General Public License as published by
|
|
||||||
* the Free Software Foundation, either version 2 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
|
||||||
* This program is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU General Public License for more details.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
#pragma once
|
|
||||||
|
|
||||||
#define DYNAMIC_KEYMAP_LAYER_COUNT 2
|
|
|
@ -1,6 +1,5 @@
|
||||||
{
|
{
|
||||||
"split": {
|
"split": {
|
||||||
"soft_serial_pin": "B6",
|
|
||||||
"bootmagic": {
|
"bootmagic": {
|
||||||
"matrix": [7, 0]
|
"matrix": [7, 0]
|
||||||
}
|
}
|
||||||
|
|
|
@ -11,6 +11,7 @@
|
||||||
"device_version": "0.0.1"
|
"device_version": "0.0.1"
|
||||||
},
|
},
|
||||||
"split": {
|
"split": {
|
||||||
|
"enabled": true,
|
||||||
"soft_serial_pin": "D0"
|
"soft_serial_pin": "D0"
|
||||||
},
|
},
|
||||||
"layouts": {
|
"layouts": {
|
||||||
|
|
|
@ -2,9 +2,6 @@
|
||||||
"usb": {
|
"usb": {
|
||||||
"device_version": "1.0.1"
|
"device_version": "1.0.1"
|
||||||
},
|
},
|
||||||
"split": {
|
|
||||||
"soft_serial_pin": "B6"
|
|
||||||
},
|
|
||||||
"processor": "STM32F303",
|
"processor": "STM32F303",
|
||||||
"bootloader": "stm32-dfu",
|
"bootloader": "stm32-dfu",
|
||||||
"board": "QMK_PROTON_C"
|
"board": "QMK_PROTON_C"
|
||||||
|
|
Loading…
Reference in a new issue