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/fjlabs/tf60ansi | |
| parent | 8fdcba12e684e7b1f0934fc9dc622e8e51f1deb9 (diff) | |
Move `RGBLIGHT_LIMIT_VAL` to data driven (#20974)
Co-authored-by: Nick Brassel <nick@tzarc.org>
Diffstat (limited to 'keyboards/fjlabs/tf60ansi')
| -rw-r--r-- | keyboards/fjlabs/tf60ansi/config.h | 1 | ||||
| -rw-r--r-- | keyboards/fjlabs/tf60ansi/info.json | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/keyboards/fjlabs/tf60ansi/config.h b/keyboards/fjlabs/tf60ansi/config.h index 291cc75824..89e8c6c221 100644 --- a/keyboards/fjlabs/tf60ansi/config.h +++ b/keyboards/fjlabs/tf60ansi/config.h @@ -34,7 +34,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 108 #define RGB_VAL_STEP 12 #define RGBLIGHT_DEFAULT_SPD 144 #define RGBLIGHT_DEFAULT_MODE RGBLIGHT_MODE_RAINBOW_SWIRL diff --git a/keyboards/fjlabs/tf60ansi/info.json b/keyboards/fjlabs/tf60ansi/info.json index c43710dfd0..b07464ad36 100644 --- a/keyboards/fjlabs/tf60ansi/info.json +++ b/keyboards/fjlabs/tf60ansi/info.json @@ -16,6 +16,9 @@ "ws2812": { "pin": "F7" }, + "rgblight": { + "max_brightness": 108 + }, "processor": "atmega32u4", "bootloader": "atmel-dfu", "community_layouts": ["60_ansi"], |