diff options
author | Ryan <fauxpark@gmail.com> | 2023-02-21 12:05:40 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-21 12:05:40 +1100 |
commit | 9c0ce80d7e7d266cfd2d8fb0d92889db06ea95ff (patch) | |
tree | 9882c99ab628ff49e60eb43b42ec3bf6ebefe8bd /keyboards/deng | |
parent | 4b69225c225b76f6631977912c5197c834206b27 (diff) |
Move backlight config to data driven, part 1 (#19887)
Diffstat (limited to 'keyboards/deng')
-rw-r--r-- | keyboards/deng/thirty/config.h | 1 | ||||
-rw-r--r-- | keyboards/deng/thirty/info.json | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/keyboards/deng/thirty/config.h b/keyboards/deng/thirty/config.h index ff51cade09..a3462809c1 100644 --- a/keyboards/deng/thirty/config.h +++ b/keyboards/deng/thirty/config.h @@ -25,7 +25,6 @@ #ifdef BACKLIGHT_ENABLE #define BACKLIGHT_PIN B11 #define BACKLIGHT_LEVELS 5 -#define BACKLIGHT_ON_STATE 0 #endif /* RGB Matrix */ diff --git a/keyboards/deng/thirty/info.json b/keyboards/deng/thirty/info.json index 26dcc5f0b8..d17b1d41dd 100644 --- a/keyboards/deng/thirty/info.json +++ b/keyboards/deng/thirty/info.json @@ -8,6 +8,9 @@ "pid": "0x7342", "device_version": "0.0.1" }, + "backlight": { + "on_state": 0 + }, "processor": "STM32F103", "bootloader": "stm32duino", "layouts": { |