diff options
| author | Ryan | 2023-06-24 09:13:18 +0200 |
|---|---|---|
| committer | GitHub | 2023-06-24 09:13:18 +0200 |
| commit | 6545eb64a0cc1797893c6782e78a3ecc68de729d (patch) | |
| tree | 95934c15ef2acab0a9f3cc49c575fcb0af8d3b3e /keyboards/silverbullet44/config.h | |
| parent | 8093b13365864ec96192265242a9da44c36db798 (diff) | |
Move `RGB_MATRIX_HUE/SAT/VAL/SPD_STEP` to data driven (#21354)
Diffstat (limited to 'keyboards/silverbullet44/config.h')
| -rw-r--r-- | keyboards/silverbullet44/config.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/keyboards/silverbullet44/config.h b/keyboards/silverbullet44/config.h index 437b5d9b37..290d5f510b 100644 --- a/keyboards/silverbullet44/config.h +++ b/keyboards/silverbullet44/config.h @@ -23,11 +23,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define RGB_MATRIX_LED_COUNT 52 #define RGB_MATRIX_MAXIMUM_BRIGHTNESS 150 - #define RGB_MATRIX_HUE_STEP 8 - #define RGB_MATRIX_SAT_STEP 8 - #define RGB_MATRIX_VAL_STEP 8 - #define RGB_MATRIX_SPD_STEP 8 - #define RGB_MATRIX_FRAMEBUFFER_EFFECTS #define RGB_MATRIX_KEYPRESSES // reacts to keypresses |