diff options
Diffstat (limited to 'keyboards/pdxkbc')
-rw-r--r-- | keyboards/pdxkbc/config.h | 20 | ||||
-rw-r--r-- | keyboards/pdxkbc/rules.mk | 1 |
2 files changed, 0 insertions, 21 deletions
diff --git a/keyboards/pdxkbc/config.h b/keyboards/pdxkbc/config.h index 414c1024a..2748b6309 100644 --- a/keyboards/pdxkbc/config.h +++ b/keyboards/pdxkbc/config.h | |||
@@ -194,26 +194,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
194 | //#define NO_ACTION_MACRO | 194 | //#define NO_ACTION_MACRO |
195 | //#define NO_ACTION_FUNCTION | 195 | //#define NO_ACTION_FUNCTION |
196 | 196 | ||
197 | /* | ||
198 | * MIDI options | ||
199 | */ | ||
200 | |||
201 | /* enable basic MIDI features: | ||
202 | - MIDI notes can be sent when in Music mode is on | ||
203 | */ | ||
204 | //#define MIDI_BASIC | ||
205 | |||
206 | /* enable advanced MIDI features: | ||
207 | - MIDI notes can be added to the keymap | ||
208 | - Octave shift and transpose | ||
209 | - Virtual sustain, portamento, and modulation wheel | ||
210 | - etc. | ||
211 | */ | ||
212 | //#define MIDI_ADVANCED | ||
213 | |||
214 | /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */ | ||
215 | //#define MIDI_TONE_KEYCODE_OCTAVES 1 | ||
216 | |||
217 | /* Bootmagic Lite key configuration */ | 197 | /* Bootmagic Lite key configuration */ |
218 | // #define BOOTMAGIC_LITE_ROW 0 | 198 | // #define BOOTMAGIC_LITE_ROW 0 |
219 | // #define BOOTMAGIC_LITE_COLUMN 0 | 199 | // #define BOOTMAGIC_LITE_COLUMN 0 |
diff --git a/keyboards/pdxkbc/rules.mk b/keyboards/pdxkbc/rules.mk index e0192c117..6e747adc4 100644 --- a/keyboards/pdxkbc/rules.mk +++ b/keyboards/pdxkbc/rules.mk | |||
@@ -25,7 +25,6 @@ SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | |||
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 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow | 27 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow |
28 | MIDI_ENABLE = no # MIDI support | ||
29 | UNICODE_ENABLE = no # Unicode | 28 | UNICODE_ENABLE = no # Unicode |
30 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | 29 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
31 | AUDIO_ENABLE = no # Audio output on port C6 | 30 | AUDIO_ENABLE = no # Audio output on port C6 |