diff options
Diffstat (limited to 'keyboards/kbdfans/kbd6x')
-rw-r--r-- | keyboards/kbdfans/kbd6x/config.h | 20 | ||||
-rw-r--r-- | keyboards/kbdfans/kbd6x/rules.mk | 1 |
2 files changed, 0 insertions, 21 deletions
diff --git a/keyboards/kbdfans/kbd6x/config.h b/keyboards/kbdfans/kbd6x/config.h index 390e5a66e..d9758edb8 100644 --- a/keyboards/kbdfans/kbd6x/config.h +++ b/keyboards/kbdfans/kbd6x/config.h | |||
@@ -169,23 +169,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
169 | #define NO_ACTION_MACRO | 169 | #define NO_ACTION_MACRO |
170 | #define NO_ACTION_FUNCTION | 170 | #define NO_ACTION_FUNCTION |
171 | 171 | ||
172 | /* | ||
173 | * MIDI options | ||
174 | */ | ||
175 | |||
176 | /* enable basic MIDI features: | ||
177 | - MIDI notes can be sent when in Music mode is on | ||
178 | */ | ||
179 | //#define MIDI_BASIC | ||
180 | |||
181 | /* enable advanced MIDI features: | ||
182 | - MIDI notes can be added to the keymap | ||
183 | - Octave shift and transpose | ||
184 | - Virtual sustain, portamento, and modulation wheel | ||
185 | - etc. | ||
186 | */ | ||
187 | //#define MIDI_ADVANCED | ||
188 | |||
189 | /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */ | ||
190 | //#define MIDI_TONE_KEYCODE_OCTAVES 1 | ||
191 | |||
diff --git a/keyboards/kbdfans/kbd6x/rules.mk b/keyboards/kbdfans/kbd6x/rules.mk index b573c4dfa..eabefb6bd 100644 --- a/keyboards/kbdfans/kbd6x/rules.mk +++ b/keyboards/kbdfans/kbd6x/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 = yes # USB Nkey Rollover | 25 | NKRO_ENABLE = yes # USB Nkey Rollover |
26 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality on B7 by default | 26 | BACKLIGHT_ENABLE = yes # 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 | RGBLIGHT_ENABLE = yes | 29 | RGBLIGHT_ENABLE = yes |