diff options
Diffstat (limited to 'keyboards/vitamins_included')
-rw-r--r-- | keyboards/vitamins_included/rev1/config.h | 2 | ||||
-rw-r--r-- | keyboards/vitamins_included/rev2/config.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/vitamins_included/rev1/config.h b/keyboards/vitamins_included/rev1/config.h index ff0c6bcb5b..e8390aa27b 100644 --- a/keyboards/vitamins_included/rev1/config.h +++ b/keyboards/vitamins_included/rev1/config.h @@ -61,7 +61,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. /* Audio settings */ #ifdef AUDIO_ENABLE - #define C6_AUDIO // Define this to enable the buzzer + #define AUDIO_PIN C6 // Define this to enable the buzzer #endif /* diff --git a/keyboards/vitamins_included/rev2/config.h b/keyboards/vitamins_included/rev2/config.h index ebbbc15eae..8bf640f0bb 100644 --- a/keyboards/vitamins_included/rev2/config.h +++ b/keyboards/vitamins_included/rev2/config.h @@ -61,7 +61,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. /* Audio settings */ #ifdef AUDIO_ENABLE - #define C6_AUDIO // Define this to enable the buzzer + #define AUDIO_PIN C6 // Define this to enable the buzzer #endif #define QMK_ESC_OUTPUT F1 // usually COL |