diff options
| author | Mikkel Jeppesen <2756925+Duckle29@users.noreply.github.com> | 2019-09-26 06:34:01 +0200 |
|---|---|---|
| committer | Drashna Jaelre <drashna@live.com> | 2019-09-25 21:34:01 -0700 |
| commit | e6d8a6111b9397c55f37cbbe50c12eea7712f7fc (patch) | |
| tree | 65db15ccdbe3199aba2d75197b3dc5e84a9b89a3 | |
| parent | 297a7fe0d1a62ff2623ea432e33106f5a57788a5 (diff) | |
| download | qmk_firmware-e6d8a6111b9397c55f37cbbe50c12eea7712f7fc.tar.gz qmk_firmware-e6d8a6111b9397c55f37cbbe50c12eea7712f7fc.zip | |
[Keyboard] Added QMK-DFU config to Vitamins Included rev2 (#6818)
| -rw-r--r-- | keyboards/vitamins_included/rev2/config.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/keyboards/vitamins_included/rev2/config.h b/keyboards/vitamins_included/rev2/config.h index 4ae02e86e..0aa0e7063 100644 --- a/keyboards/vitamins_included/rev2/config.h +++ b/keyboards/vitamins_included/rev2/config.h | |||
| @@ -62,6 +62,12 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 62 | #define C6_AUDIO // Define this to enable the buzzer | 62 | #define C6_AUDIO // Define this to enable the buzzer |
| 63 | #endif | 63 | #endif |
| 64 | 64 | ||
| 65 | #define QMK_ESC_OUTPUT F1 // usually COL | ||
| 66 | #define QMK_ESC_INPUT F5 // usually ROW | ||
| 67 | #define QMK_LED D5 | ||
| 68 | #define QMK_SPEAKER C6 | ||
| 69 | |||
| 70 | |||
| 65 | /* | 71 | /* |
| 66 | * Feature disable options | 72 | * Feature disable options |
| 67 | * These options are also useful to firmware size reduction. | 73 | * These options are also useful to firmware size reduction. |
