summaryrefslogtreecommitdiff
path: root/keyboards/maple_computing/lets_split_eh
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/maple_computing/lets_split_eh')
-rw-r--r--keyboards/maple_computing/lets_split_eh/eh/config.h1
-rw-r--r--keyboards/maple_computing/lets_split_eh/eh/info.json3
2 files changed, 3 insertions, 1 deletions
diff --git a/keyboards/maple_computing/lets_split_eh/eh/config.h b/keyboards/maple_computing/lets_split_eh/eh/config.h
index 0a12b77265..c64be02975 100644
--- a/keyboards/maple_computing/lets_split_eh/eh/config.h
+++ b/keyboards/maple_computing/lets_split_eh/eh/config.h
@@ -19,7 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
19#pragma once 19#pragma once
20 20
21/* ws2812 RGB LED */ 21/* ws2812 RGB LED */
22#define RGB_DI_PIN B2
23#define RGBLED_NUM 12 // Number of LEDs (each hand) 22#define RGBLED_NUM 12 // Number of LEDs (each hand)
24#define RGBLED_SPLIT { 6, 6 } 23#define RGBLED_SPLIT { 6, 6 }
25#define RGBLIGHT_EFFECT_BREATHING 24#define RGBLIGHT_EFFECT_BREATHING
diff --git a/keyboards/maple_computing/lets_split_eh/eh/info.json b/keyboards/maple_computing/lets_split_eh/eh/info.json
index 73a0f5651f..1908f56eeb 100644
--- a/keyboards/maple_computing/lets_split_eh/eh/info.json
+++ b/keyboards/maple_computing/lets_split_eh/eh/info.json
@@ -16,6 +16,9 @@
16 "backlight": { 16 "backlight": {
17 "pin": "B7" 17 "pin": "B7"
18 }, 18 },
19 "ws2812": {
20 "pin": "B2"
21 },
19 "split": { 22 "split": {
20 "soft_serial_pin": "D0" 23 "soft_serial_pin": "D0"
21 }, 24 },