aboutsummaryrefslogtreecommitdiff
path: root/keyboards/mt64rgb/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/mt64rgb/config.h')
-rw-r--r--keyboards/mt64rgb/config.h99
1 files changed, 66 insertions, 33 deletions
diff --git a/keyboards/mt64rgb/config.h b/keyboards/mt64rgb/config.h
index 810285d1e..ea7659b47 100644
--- a/keyboards/mt64rgb/config.h
+++ b/keyboards/mt64rgb/config.h
@@ -1,18 +1,18 @@
1/* Copyright 2020 MT 1/* Copyright 2020 MT
2 * 2 *
3 * This program is free software: you can redistribute it and/or modify 3 * This program is free software: you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License as published by 4 * it under the terms of the GNU General Public License as published by
5 * the Free Software Foundation, either version 2 of the License, or 5 * the Free Software Foundation, either version 2 of the License, or
6 * (at your option) any later version. 6 * (at your option) any later version.
7 * 7 *
8 * This program is distributed in the hope that it will be useful, 8 * This program is distributed in the hope that it will be useful,
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of 9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 * GNU General Public License for more details. 11 * GNU General Public License for more details.
12 * 12 *
13 * You should have received a copy of the GNU General Public License 13 * You should have received a copy of the GNU General Public License
14 * along with this program. If not, see <http://www.gnu.org/licenses/>. 14 * along with this program. If not, see <http://www.gnu.org/licenses/>.
15 */ 15 */
16#pragma once 16#pragma once
17 17
18#include "config_common.h" 18#include "config_common.h"
@@ -57,24 +57,57 @@
57 57
58#define DRIVER_COUNT 1 58#define DRIVER_COUNT 1
59#define DRIVER_LED_TOTAL 64 59#define DRIVER_LED_TOTAL 64
60 60
61 61
62#define DISABLE_RGB_MATRIX_SOLID_REACTIVE_MULTIWIDE 62// RGB Matrix Animation modes. Explicitly enabled
63#define DISABLE_RGB_MATRIX_SOLID_REACTIVE_CROSS 63// For full list of effects, see:
64#define DISABLE_RGB_MATRIX_SOLID_REACTIVE_MULTICROSS 64// https://docs.qmk.fm/#/feature_rgb_matrix?id=rgb-matrix-effects
65#define DISABLE_RGB_MATRIX_SOLID_REACTIVE_NEXUS 65// # define ENABLE_RGB_MATRIX_ALPHAS_MODS
66#define DISABLE_RGB_MATRIX_BAND_SAT 66# define ENABLE_RGB_MATRIX_GRADIENT_UP_DOWN
67#define DISABLE_RGB_MATRIX_BAND_VAL 67# define ENABLE_RGB_MATRIX_GRADIENT_LEFT_RIGHT
68#define DISABLE_RGB_MATRIX_BAND_PINWHEEL_SAT 68# define ENABLE_RGB_MATRIX_BREATHING
69#define DISABLE_RGB_MATRIX_BAND_PINWHEEL_VAL 69// # define ENABLE_RGB_MATRIX_BAND_SAT
70#define DISABLE_RGB_MATRIX_BAND_SPIRAL_SAT 70// # define ENABLE_RGB_MATRIX_BAND_VAL
71#define DISABLE_RGB_MATRIX_BAND_SPIRAL_VAL 71// # define ENABLE_RGB_MATRIX_BAND_PINWHEEL_SAT
72#define DISABLE_RGB_MATRIX_DIGITAL_RAIN 72// # define ENABLE_RGB_MATRIX_BAND_PINWHEEL_VAL
73#define DISABLE_RGB_MATRIX_TYPING_HEATMAP 73// # define ENABLE_RGB_MATRIX_BAND_SPIRAL_SAT
74#define DISABLE_RGB_MATRIX_RAINBOW_BEACON 74// # define ENABLE_RGB_MATRIX_BAND_SPIRAL_VAL
75#define DISABLE_RGB_MATRIX_ALPHAS_MODS 75# define ENABLE_RGB_MATRIX_CYCLE_ALL
76#define DISABLE_RGB_MATRIX_SOLID_REACTIVE_CROSS 76# define ENABLE_RGB_MATRIX_CYCLE_LEFT_RIGHT
77#define DISABLE_RGB_MATRIX_CYCLE_OUT_IN_DUAL 77# define ENABLE_RGB_MATRIX_CYCLE_UP_DOWN
78# define ENABLE_RGB_MATRIX_RAINBOW_MOVING_CHEVRON
79# define ENABLE_RGB_MATRIX_CYCLE_OUT_IN
80// # define ENABLE_RGB_MATRIX_CYCLE_OUT_IN_DUAL
81# define ENABLE_RGB_MATRIX_CYCLE_PINWHEEL
82# define ENABLE_RGB_MATRIX_CYCLE_SPIRAL
83# define ENABLE_RGB_MATRIX_DUAL_BEACON
84// # define ENABLE_RGB_MATRIX_RAINBOW_BEACON
85# define ENABLE_RGB_MATRIX_RAINBOW_PINWHEELS
86# define ENABLE_RGB_MATRIX_RAINDROPS
87# define ENABLE_RGB_MATRIX_JELLYBEAN_RAINDROPS
88# define ENABLE_RGB_MATRIX_HUE_BREATHING
89# define ENABLE_RGB_MATRIX_HUE_PENDULUM
90# define ENABLE_RGB_MATRIX_HUE_WAVE
91# define ENABLE_RGB_MATRIX_PIXEL_RAIN
92# define ENABLE_RGB_MATRIX_PIXEL_FLOW
93# define ENABLE_RGB_MATRIX_PIXEL_FRACTAL
94// enabled only if RGB_MATRIX_FRAMEBUFFER_EFFECTS is defined
95// # define ENABLE_RGB_MATRIX_TYPING_HEATMAP
96// # define ENABLE_RGB_MATRIX_DIGITAL_RAIN
97// enabled only of RGB_MATRIX_KEYPRESSES or RGB_MATRIX_KEYRELEASES is defined
98# define ENABLE_RGB_MATRIX_SOLID_REACTIVE_SIMPLE
99# define ENABLE_RGB_MATRIX_SOLID_REACTIVE
100# define ENABLE_RGB_MATRIX_SOLID_REACTIVE_WIDE
101// # define ENABLE_RGB_MATRIX_SOLID_REACTIVE_MULTIWIDE
102// # define ENABLE_RGB_MATRIX_SOLID_REACTIVE_CROSS
103// # define ENABLE_RGB_MATRIX_SOLID_REACTIVE_MULTICROSS
104// # define ENABLE_RGB_MATRIX_SOLID_REACTIVE_NEXUS
105# define ENABLE_RGB_MATRIX_SOLID_REACTIVE_MULTINEXUS
106# define ENABLE_RGB_MATRIX_SPLASH
107# define ENABLE_RGB_MATRIX_MULTISPLASH
108# define ENABLE_RGB_MATRIX_SOLID_SPLASH
109# define ENABLE_RGB_MATRIX_SOLID_MULTISPLASH
110
78 111
79#endif 112#endif
80 113