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.h2
-rw-r--r--keyboards/maple_computing/lets_split_eh/eh/info.json3
2 files changed, 3 insertions, 2 deletions
diff --git a/keyboards/maple_computing/lets_split_eh/eh/config.h b/keyboards/maple_computing/lets_split_eh/eh/config.h
index 77afb19b14..55d2428db0 100644
--- a/keyboards/maple_computing/lets_split_eh/eh/config.h
+++ b/keyboards/maple_computing/lets_split_eh/eh/config.h
@@ -25,8 +25,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
25 25
26#define DIODE_DIRECTION COL2ROW 26#define DIODE_DIRECTION COL2ROW
27 27
28#define BACKLIGHT_PIN B7
29
30/* ws2812 RGB LED */ 28/* ws2812 RGB LED */
31#define RGB_DI_PIN B2 29#define RGB_DI_PIN B2
32#define RGBLED_NUM 12 // Number of LEDs (each hand) 30#define RGBLED_NUM 12 // Number of LEDs (each hand)
diff --git a/keyboards/maple_computing/lets_split_eh/eh/info.json b/keyboards/maple_computing/lets_split_eh/eh/info.json
index b22fef655a..4574b10b64 100644
--- a/keyboards/maple_computing/lets_split_eh/eh/info.json
+++ b/keyboards/maple_computing/lets_split_eh/eh/info.json
@@ -8,6 +8,9 @@
8 "pid": "0xE401", 8 "pid": "0xE401",
9 "device_version": "1.0.0" 9 "device_version": "1.0.0"
10 }, 10 },
11 "backlight": {
12 "pin": "B7"
13 },
11 "split": { 14 "split": {
12 "soft_serial_pin": "D0" 15 "soft_serial_pin": "D0"
13 }, 16 },