diff options
Diffstat (limited to 'keyboards/meme')
| -rw-r--r-- | keyboards/meme/config.h | 20 | ||||
| -rw-r--r-- | keyboards/meme/rules.mk | 1 |
2 files changed, 0 insertions, 21 deletions
diff --git a/keyboards/meme/config.h b/keyboards/meme/config.h index e1248036f..e157ade9a 100644 --- a/keyboards/meme/config.h +++ b/keyboards/meme/config.h | |||
| @@ -157,24 +157,4 @@ 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 | #endif | 160 | #endif |
diff --git a/keyboards/meme/rules.mk b/keyboards/meme/rules.mk index f87c43588..a5b2c3877 100644 --- a/keyboards/meme/rules.mk +++ b/keyboards/meme/rules.mk | |||
| @@ -24,7 +24,6 @@ SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | |||
| 24 | # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | 24 | # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
| 25 | NKRO_ENABLE = no # USB Nkey Rollover | 25 | NKRO_ENABLE = no # USB Nkey Rollover |
| 26 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality on B7 by default | 26 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality on B7 by default |
| 27 | MIDI_ENABLE = no # MIDI support | ||
| 28 | UNICODE_ENABLE = no # Unicode | 27 | UNICODE_ENABLE = no # Unicode |
| 29 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | 28 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
| 30 | AUDIO_ENABLE = no # Audio output on port C6 | 29 | AUDIO_ENABLE = no # Audio output on port C6 |
