summaryrefslogtreecommitdiff
path: root/keyboards/tweetydabird
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2024-02-01 18:10:14 +0000
committerGitHub <noreply@github.com>2024-02-01 18:10:14 +0000
commit2f37a7854ddb0055eff7cb605492a57ff5061eb2 (patch)
tree95a990fb8cb1ec8b47c8760708d7541fa042f4ba /keyboards/tweetydabird
parent7d5b4adc502df7cd9e20ba96027fbfe728171b2e (diff)
Migrate lighting defaults to info.json (#22920)
Diffstat (limited to 'keyboards/tweetydabird')
-rw-r--r--keyboards/tweetydabird/lotus58/config.h9
-rw-r--r--keyboards/tweetydabird/lotus58/info.json6
2 files changed, 6 insertions, 9 deletions
diff --git a/keyboards/tweetydabird/lotus58/config.h b/keyboards/tweetydabird/lotus58/config.h
deleted file mode 100644
index 4175568d40..0000000000
--- a/keyboards/tweetydabird/lotus58/config.h
+++ /dev/null
@@ -1,9 +0,0 @@
1// Copyright 2022 Markus Knutsson (@TweetyDaBird)
2// SPDX-License-Identifier: GPL-2.0-or-later
3
4#pragma once
5
6// Options not yet fully implemented in info.json
7#define RGBLIGHT_DEFAULT_VAL 87
8
9#define SPLIT_HAND_PIN B5
diff --git a/keyboards/tweetydabird/lotus58/info.json b/keyboards/tweetydabird/lotus58/info.json
index 751f57c519..646843e765 100644
--- a/keyboards/tweetydabird/lotus58/info.json
+++ b/keyboards/tweetydabird/lotus58/info.json
@@ -32,6 +32,9 @@
32 "pin_compatible": "promicro", 32 "pin_compatible": "promicro",
33 "processor": "atmega32u4", 33 "processor": "atmega32u4",
34 "rgblight": { 34 "rgblight": {
35 "default": {
36 "val": 87
37 },
35 "led_count": 70, 38 "led_count": 70,
36 "max_brightness": 175, 39 "max_brightness": 175,
37 "sleep": true, 40 "sleep": true,
@@ -50,6 +53,9 @@
50 ] 53 ]
51 } 54 }
52 }, 55 },
56 "handedness": {
57 "pin": "B5"
58 },
53 "soft_serial_pin": "D2", 59 "soft_serial_pin": "D2",
54 "transport": { 60 "transport": {
55 "protocol": "serial", 61 "protocol": "serial",