summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2023-02-18 02:21:00 +1100
committerGitHub <noreply@github.com>2023-02-18 02:21:00 +1100
commit86885ecbcccc322168577d86c418688d6b7f48d7 (patch)
tree2fe65e6d87b6206672607f316ccf2c1e1d257216
parenta0708b2a782c36db2e08380f491d21bfcbd26a1e (diff)
Fix more build failures (#19869)
-rw-r--r--keyboards/bpiphany/pegasushoof/keymaps/via/config.h18
-rw-r--r--keyboards/handwired/dactyl_manuform/6x6/blackpill_f411/info.json1
-rw-r--r--keyboards/handwired/dactyl_manuform/dmote/62key/info.json1
-rw-r--r--keyboards/redox/rev1/proton_c/info.json3
4 files changed, 1 insertions, 22 deletions
diff --git a/keyboards/bpiphany/pegasushoof/keymaps/via/config.h b/keyboards/bpiphany/pegasushoof/keymaps/via/config.h
deleted file mode 100644
index efa757f3c5..0000000000
--- a/keyboards/bpiphany/pegasushoof/keymaps/via/config.h
+++ /dev/null
@@ -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
diff --git a/keyboards/handwired/dactyl_manuform/6x6/blackpill_f411/info.json b/keyboards/handwired/dactyl_manuform/6x6/blackpill_f411/info.json
index bacc955479..f28579ba5f 100644
--- a/keyboards/handwired/dactyl_manuform/6x6/blackpill_f411/info.json
+++ b/keyboards/handwired/dactyl_manuform/6x6/blackpill_f411/info.json
@@ -1,6 +1,5 @@
{
"split": {
- "soft_serial_pin": "B6",
"bootmagic": {
"matrix": [7, 0]
}
diff --git a/keyboards/handwired/dactyl_manuform/dmote/62key/info.json b/keyboards/handwired/dactyl_manuform/dmote/62key/info.json
index 8d2648f11e..d26f06c45b 100644
--- a/keyboards/handwired/dactyl_manuform/dmote/62key/info.json
+++ b/keyboards/handwired/dactyl_manuform/dmote/62key/info.json
@@ -11,6 +11,7 @@
"device_version": "0.0.1"
},
"split": {
+ "enabled": true,
"soft_serial_pin": "D0"
},
"layouts": {
diff --git a/keyboards/redox/rev1/proton_c/info.json b/keyboards/redox/rev1/proton_c/info.json
index fd61a7992b..4f6bae6891 100644
--- a/keyboards/redox/rev1/proton_c/info.json
+++ b/keyboards/redox/rev1/proton_c/info.json
@@ -2,9 +2,6 @@
"usb": {
"device_version": "1.0.1"
},
- "split": {
- "soft_serial_pin": "B6"
- },
"processor": "STM32F303",
"bootloader": "stm32-dfu",
"board": "QMK_PROTON_C"