summaryrefslogtreecommitdiffstats
path: root/keyboards/crkbd/r2g
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/crkbd/r2g')
-rw-r--r--keyboards/crkbd/r2g/config.h2
-rw-r--r--keyboards/crkbd/r2g/info.json3
2 files changed, 3 insertions, 2 deletions
diff --git a/keyboards/crkbd/r2g/config.h b/keyboards/crkbd/r2g/config.h
index 450b62cd8f..2219e0d228 100644
--- a/keyboards/crkbd/r2g/config.h
+++ b/keyboards/crkbd/r2g/config.h
@@ -19,8 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#define SOFT_SERIAL_PIN D2
-
/* ws2812 RGB LED */
#define RGB_DI_PIN D3
diff --git a/keyboards/crkbd/r2g/info.json b/keyboards/crkbd/r2g/info.json
index 606784570c..8c878dfcc8 100644
--- a/keyboards/crkbd/r2g/info.json
+++ b/keyboards/crkbd/r2g/info.json
@@ -1,3 +1,6 @@
{
+ "split": {
+ "soft_serial_pin": "D2"
+ },
"bootloader": "atmel-dfu"
}