diff options
| author | Ryan | 2023-05-27 04:27:44 +0200 |
|---|---|---|
| committer | GitHub | 2023-05-27 04:27:44 +0200 |
| commit | 363bfdbfda5ea9fa996390920a9e8982535b76c8 (patch) | |
| tree | 65684518b21240b47f7a64d8f0462e246ede70cc /keyboards/demiurge | |
| parent | 8fdcba12e684e7b1f0934fc9dc622e8e51f1deb9 (diff) | |
Move `RGBLIGHT_LIMIT_VAL` to data driven (#20974)
Co-authored-by: Nick Brassel <nick@tzarc.org>
Diffstat (limited to 'keyboards/demiurge')
| -rwxr-xr-x | keyboards/demiurge/config.h | 1 | ||||
| -rw-r--r-- | keyboards/demiurge/info.json | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/keyboards/demiurge/config.h b/keyboards/demiurge/config.h index a627f3ec6a..2d3108fae3 100755 --- a/keyboards/demiurge/config.h +++ b/keyboards/demiurge/config.h @@ -28,7 +28,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define RGBLIGHT_EFFECT_RGB_TEST #define RGBLIGHT_EFFECT_ALTERNATING #define RGBLIGHT_EFFECT_TWINKLE -#define RGBLIGHT_LIMIT_VAL 153 /* * Feature disable options diff --git a/keyboards/demiurge/info.json b/keyboards/demiurge/info.json index e058d41b38..88c9381319 100644 --- a/keyboards/demiurge/info.json +++ b/keyboards/demiurge/info.json @@ -16,6 +16,9 @@ "ws2812": { "pin": "F1" }, + "rgblight": { + "max_brightness": 153 + }, "processor": "atmega32u4", "bootloader": "atmel-dfu", "layout_aliases": { |