diff options
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": { |