diff options
| author | binaryplease <binaryplease@gmail.com> | 2017-05-29 01:28:18 +0200 |
|---|---|---|
| committer | binaryplease <binaryplease@gmail.com> | 2017-05-29 01:28:18 +0200 |
| commit | a83662329db8b5f22d8570f10567a8deef975408 (patch) | |
| tree | f5360ab994e1b3d7bd37adf02134ad7f69b4df6b | |
| parent | 64e4c47ae4f21396d3e6078e6149d8f1a901af25 (diff) | |
| download | qmk_firmware-a83662329db8b5f22d8570f10567a8deef975408.tar.gz qmk_firmware-a83662329db8b5f22d8570f10567a8deef975408.zip | |
overwriting optins in makefile and configuration
| -rw-r--r-- | keyboards/planck/keymaps/handwired_binaryplease/config.h | 32 |
1 files changed, 13 insertions, 19 deletions
diff --git a/keyboards/planck/keymaps/handwired_binaryplease/config.h b/keyboards/planck/keymaps/handwired_binaryplease/config.h index 4c6158199..7de80f195 100644 --- a/keyboards/planck/keymaps/handwired_binaryplease/config.h +++ b/keyboards/planck/keymaps/handwired_binaryplease/config.h | |||
| @@ -3,27 +3,21 @@ | |||
| 3 | 3 | ||
| 4 | #include "../../config.h" | 4 | #include "../../config.h" |
| 5 | 5 | ||
| 6 | /* | 6 | /* USB Device descriptor parameter */ |
| 7 | * MIDI options | 7 | #define VENDOR_ID 0xFEED |
| 8 | */ | 8 | #define PRODUCT_ID 0x6060 |
| 9 | #define MANUFACTURER binaryplease | ||
| 10 | #define PRODUCT Teensy_Planck | ||
| 11 | #define DESCRIPTION A compact ortholinear keyboard using a teensy 2.0 | ||
| 9 | 12 | ||
| 10 | /* Prevent use of disabled MIDI features in the keymap */ | 13 | #define MATRIX_ROW_PINS { D3, D2, D1, D0 } |
| 11 | //#define MIDI_ENABLE_STRICT 1 | 14 | #define MATRIX_COL_PINS { F0, F1, F4, F5, F6, F7, B6, B5, B4, D7, D6, D4 } |
| 15 | #define UNUSED_PINS | ||
| 12 | 16 | ||
| 13 | /* enable basic MIDI features: | 17 | #define BACKLIGHT_PIN B7 |
| 14 | - MIDI notes can be sent when in Music mode is on | ||
| 15 | */ | ||
| 16 | #define MIDI_BASIC | ||
| 17 | 18 | ||
| 18 | /* enable advanced MIDI features: | 19 | /* number of backlight levels */ |
| 19 | - MIDI notes can be added to the keymap | 20 | #define BACKLIGHT_LEVELS 0 |
| 20 | - Octave shift and transpose | ||
| 21 | - Virtual sustain, portamento, and modulation wheel | ||
| 22 | - etc. | ||
| 23 | */ | ||
| 24 | //#define MIDI_ADVANCED | ||
| 25 | 21 | ||
| 26 | /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */ | ||
| 27 | //#define MIDI_TONE_KEYCODE_OCTAVES 2 | ||
| 28 | 22 | ||
| 29 | #endif \ No newline at end of file | 23 | #endif |
