diff options
Diffstat (limited to 'keyboards/boardsource/microdox')
| -rw-r--r-- | keyboards/boardsource/microdox/v1/info.json | 11 | ||||
| -rw-r--r-- | keyboards/boardsource/microdox/v2/config.h | 2 | 
2 files changed, 11 insertions, 2 deletions
diff --git a/keyboards/boardsource/microdox/v1/info.json b/keyboards/boardsource/microdox/v1/info.json index 85f2e61457..ba8307221a 100644 --- a/keyboards/boardsource/microdox/v1/info.json +++ b/keyboards/boardsource/microdox/v1/info.json @@ -19,7 +19,16 @@      "split_count": [6, 6],      "max_brightness": 150,      "animations": { -      "all": true +      "alternating": true, +      "breathing": true, +      "christmas": true, +      "knight": true, +      "rainbow_mood": true, +      "rainbow_swirl": true, +      "rgb_test": true, +      "snake": true, +      "static_gradient": true, +      "twinkle": true      }    }  } diff --git a/keyboards/boardsource/microdox/v2/config.h b/keyboards/boardsource/microdox/v2/config.h index e6a7ddc16b..4846bf5146 100644 --- a/keyboards/boardsource/microdox/v2/config.h +++ b/keyboards/boardsource/microdox/v2/config.h @@ -4,7 +4,7 @@  #define RGB_DI_PIN B5  #define RGB_MATRIX_MAXIMUM_BRIGHTNESS 150 -#define DRIVER_LED_TOTAL 44 +#define RGB_MATRIX_LED_COUNT 44  #define RGB_MATRIX_SPLIT { 22, 22 }  #define RGB_DISABLE_WHEN_USB_SUSPENDED  #define ENABLE_RGB_MATRIX_ALPHAS_MODS  | 
