summaryrefslogtreecommitdiff
path: root/keyboards/kumaokobo/pico
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/kumaokobo/pico')
-rw-r--r--keyboards/kumaokobo/pico/65keys/keyboard.json4
-rw-r--r--keyboards/kumaokobo/pico/70keys/keyboard.json4
-rw-r--r--keyboards/kumaokobo/pico/config.h24
3 files changed, 6 insertions, 26 deletions
diff --git a/keyboards/kumaokobo/pico/65keys/keyboard.json b/keyboards/kumaokobo/pico/65keys/keyboard.json
index 00113a931f..db2ca9fdca 100644
--- a/keyboards/kumaokobo/pico/65keys/keyboard.json
+++ b/keyboards/kumaokobo/pico/65keys/keyboard.json
@@ -15,7 +15,9 @@
"diode_direction": "COL2ROW",
"split": {
"enabled": true,
- "soft_serial_pin": "D0"
+ "serial": {
+ "pin": "D0"
+ }
},
"rgblight": {
"saturation_steps": 8,
diff --git a/keyboards/kumaokobo/pico/70keys/keyboard.json b/keyboards/kumaokobo/pico/70keys/keyboard.json
index a820c7eee3..00add13874 100644
--- a/keyboards/kumaokobo/pico/70keys/keyboard.json
+++ b/keyboards/kumaokobo/pico/70keys/keyboard.json
@@ -15,7 +15,9 @@
"diode_direction": "COL2ROW",
"split": {
"enabled": true,
- "soft_serial_pin": "D0"
+ "serial": {
+ "pin": "D0"
+ }
},
"rgblight": {
"saturation_steps": 8,
diff --git a/keyboards/kumaokobo/pico/config.h b/keyboards/kumaokobo/pico/config.h
deleted file mode 100644
index ba80a92797..0000000000
--- a/keyboards/kumaokobo/pico/config.h
+++ /dev/null
@@ -1,24 +0,0 @@
-/* Copyright 2019 Kumao Kobo <kumaokobo@gmail.com>
- *
- * 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
-
-
-/* Select hand configuration */
-#define MASTER_LEFT
-// #define MASTER_RIGHT
-// #define EE_HANDS
-