From d946eaccaa7b1d9dff4b96b10889fdd1d9cfb019 Mon Sep 17 00:00:00 2001 From: Reibl Janos Daniel Date: Mon, 16 Oct 2023 12:32:13 +0200 Subject: [PATCH] Add PR suggestions --- keyboards/handwired/riblee_split/halconf.h | 2 +- keyboards/handwired/riblee_split/info.json | 4 ++-- keyboards/handwired/riblee_split/mcuconf.h | 2 +- keyboards/handwired/riblee_split/rules.mk | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/keyboards/handwired/riblee_split/halconf.h b/keyboards/handwired/riblee_split/halconf.h index d0b148000bc..1d5c3fd700f 100644 --- a/keyboards/handwired/riblee_split/halconf.h +++ b/keyboards/handwired/riblee_split/halconf.h @@ -5,4 +5,4 @@ #define HAL_USE_SERIAL TRUE -#include_next \ No newline at end of file +#include_next diff --git a/keyboards/handwired/riblee_split/info.json b/keyboards/handwired/riblee_split/info.json index c3a77567435..49b5ca3a54f 100644 --- a/keyboards/handwired/riblee_split/info.json +++ b/keyboards/handwired/riblee_split/info.json @@ -16,7 +16,6 @@ "cols": ["B10", "B1", "B0", "A7", "A6", "A5"], "rows": ["A4", "A3", "A2", "A1", "A0"] }, - "processor": "STM32F411", "development_board": "blackpill_f411", "url": "", "usb": { @@ -30,6 +29,7 @@ "sync_matrix_state": true } }, + "community_layouts": ["ortho_5x12"], "layouts": { "LAYOUT_ortho_5x12": { "layout": [ @@ -105,4 +105,4 @@ ] } } -} \ No newline at end of file +} diff --git a/keyboards/handwired/riblee_split/mcuconf.h b/keyboards/handwired/riblee_split/mcuconf.h index 6766def0142..4ea061c7bf3 100644 --- a/keyboards/handwired/riblee_split/mcuconf.h +++ b/keyboards/handwired/riblee_split/mcuconf.h @@ -4,4 +4,4 @@ #include_next #undef STM32_SERIAL_USE_USART1 -#define STM32_SERIAL_USE_USART1 TRUE \ No newline at end of file +#define STM32_SERIAL_USE_USART1 TRUE diff --git a/keyboards/handwired/riblee_split/rules.mk b/keyboards/handwired/riblee_split/rules.mk index 59b74ac86bd..c6e29883213 100644 --- a/keyboards/handwired/riblee_split/rules.mk +++ b/keyboards/handwired/riblee_split/rules.mk @@ -1 +1 @@ -SERIAL_DRIVER = usart \ No newline at end of file +SERIAL_DRIVER = usart