summaryrefslogtreecommitdiff
path: root/keyboards/ktec/staryu
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2023-02-26 08:37:57 +1100
committerGitHub <noreply@github.com>2023-02-26 08:37:57 +1100
commit314f6c1ddba09851b33e4f3b4bd43bdbc55f9628 (patch)
tree8d0008ee0609b42ffbcbe19e52c3695ea5ab9280 /keyboards/ktec/staryu
parentba7546a334ec56e70629652e8552dd493449e9db (diff)
Move backlight config to data driven (#19910)
Diffstat (limited to 'keyboards/ktec/staryu')
-rwxr-xr-xkeyboards/ktec/staryu/config.h2
-rw-r--r--keyboards/ktec/staryu/info.json3
2 files changed, 2 insertions, 3 deletions
diff --git a/keyboards/ktec/staryu/config.h b/keyboards/ktec/staryu/config.h
index 1a1b7372e6..23c362c0aa 100755
--- a/keyboards/ktec/staryu/config.h
+++ b/keyboards/ktec/staryu/config.h
@@ -29,5 +29,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define RGBLIGHT_EFFECT_ALTERNATING
#define RGBLIGHT_EFFECT_TWINKLE
#define RGBLIGHT_LIMIT_VAL 200
-
-#define BACKLIGHT_LEVELS 10
diff --git a/keyboards/ktec/staryu/info.json b/keyboards/ktec/staryu/info.json
index 21c4e04dd7..02189fecf7 100644
--- a/keyboards/ktec/staryu/info.json
+++ b/keyboards/ktec/staryu/info.json
@@ -9,7 +9,8 @@
"device_version": "2.0.5"
},
"backlight": {
- "pins": ["C2", "C7", "D5", "D6", "B0"]
+ "pins": ["C2", "C7", "D5", "D6", "B0"],
+ "levels": 10
},
"bootmagic": {
"matrix": [0, 1]