diff options
Diffstat (limited to 'keyboards/fleuron/config.h')
-rw-r--r-- | keyboards/fleuron/config.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/keyboards/fleuron/config.h b/keyboards/fleuron/config.h index 70772b883..d6c802648 100644 --- a/keyboards/fleuron/config.h +++ b/keyboards/fleuron/config.h | |||
@@ -157,26 +157,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
157 | //#define NO_ACTION_MACRO | 157 | //#define NO_ACTION_MACRO |
158 | //#define NO_ACTION_FUNCTION | 158 | //#define NO_ACTION_FUNCTION |
159 | 159 | ||
160 | /* | ||
161 | * MIDI options | ||
162 | */ | ||
163 | |||
164 | /* enable basic MIDI features: | ||
165 | - MIDI notes can be sent when in Music mode is on | ||
166 | */ | ||
167 | //#define MIDI_BASIC | ||
168 | |||
169 | /* enable advanced MIDI features: | ||
170 | - MIDI notes can be added to the keymap | ||
171 | - Octave shift and transpose | ||
172 | - Virtual sustain, portamento, and modulation wheel | ||
173 | - etc. | ||
174 | */ | ||
175 | //#define MIDI_ADVANCED | ||
176 | |||
177 | /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */ | ||
178 | //#define MIDI_TONE_KEYCODE_OCTAVES 1 | ||
179 | |||
180 | #define RGB_DI_PIN E6 // The pin the LED strip is connected to | 160 | #define RGB_DI_PIN E6 // The pin the LED strip is connected to |
181 | #define RGBLED_NUM 18 // Number of LEDs in your strip | 161 | #define RGBLED_NUM 18 // Number of LEDs in your strip |
182 | #define RGBLIGHT_ANIMATIONS | 162 | #define RGBLIGHT_ANIMATIONS |