diff options
Diffstat (limited to 'keyboards/keebio')
8 files changed, 9 insertions, 9 deletions
diff --git a/keyboards/keebio/iris/keymaps/blucky/config.h b/keyboards/keebio/iris/keymaps/blucky/config.h index 213445dd3f..f187addbd3 100644 --- a/keyboards/keebio/iris/keymaps/blucky/config.h +++ b/keyboards/keebio/iris/keymaps/blucky/config.h @@ -1,5 +1,5 @@ /* -Copyright 2019 Brian Luckenbill +Copyright 2019 Brian Luckenbill This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -17,7 +17,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #pragma once -#define C6_AUDIO +#define AUDIO_PIN C6 #undef RGBLED_NUM #define RGBLED_NUM 12 diff --git a/keyboards/keebio/iris/keymaps/broswen/config.h b/keyboards/keebio/iris/keymaps/broswen/config.h index 19c47780db..fcfbfe8cf0 100644 --- a/keyboards/keebio/iris/keymaps/broswen/config.h +++ b/keyboards/keebio/iris/keymaps/broswen/config.h @@ -32,7 +32,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define RGBLIGHT_HUE_STEP 5 #define RGBLIGHT_SAT_STEP 8 #define RGBLIGHT_VAL_STEP 8 -#define C6_AUDIO +#define AUDIO_PIN C6 #define NO_MUSIC_MODE diff --git a/keyboards/keebio/iris/keymaps/drashna/config.h b/keyboards/keebio/iris/keymaps/drashna/config.h index 63f87b7c4e..f68166c98f 100644 --- a/keyboards/keebio/iris/keymaps/drashna/config.h +++ b/keyboards/keebio/iris/keymaps/drashna/config.h @@ -43,7 +43,7 @@ #endif // RGBLIGHT_ENABLE #ifdef AUDIO_ENABLE -# define C6_AUDIO +# define AUDIO_PIN C6 # ifdef RGBLIGHT_ENABLE # ifndef __arm__ # define NO_MUSIC_MODE diff --git a/keyboards/keebio/iris/keymaps/mtdjr/config.h b/keyboards/keebio/iris/keymaps/mtdjr/config.h index 93dc4c211d..9adb6d6271 100644 --- a/keyboards/keebio/iris/keymaps/mtdjr/config.h +++ b/keyboards/keebio/iris/keymaps/mtdjr/config.h @@ -34,7 +34,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. // #define AUDIO_CLICKY // #define AUDIO_CLICKY_ON -// #define C6_AUDIO +// #define AUDIO_PIN C6 // #define AUDIO_CLICKY_FREQ_RANDOMNESS 0.1f // #define AUDIO_CLICKY_FREQ_MAX 100.0f diff --git a/keyboards/keebio/iris/keymaps/pvinis/config.h b/keyboards/keebio/iris/keymaps/pvinis/config.h index 9574f2a837..c2870eba0b 100644 --- a/keyboards/keebio/iris/keymaps/pvinis/config.h +++ b/keyboards/keebio/iris/keymaps/pvinis/config.h @@ -16,7 +16,7 @@ // Choose pin to use for audio. C6 is the one iris uses. #ifdef AUDIO_ENABLE -# define C6_AUDIO +# define AUDIO_PIN C6 # define STARTUP_SONG SONG(NO_SOUND) // No startup song. #endif diff --git a/keyboards/keebio/levinson/keymaps/issmirnov/config.h b/keyboards/keebio/levinson/keymaps/issmirnov/config.h index 89c2f5ebe8..2f0fbaf33c 100644 --- a/keyboards/keebio/levinson/keymaps/issmirnov/config.h +++ b/keyboards/keebio/levinson/keymaps/issmirnov/config.h @@ -29,6 +29,6 @@ #ifdef AUDIO_ENABLE #define QMK_SPEAKER C6 - #define C6_AUDIO + #define AUDIO_PIN C6 #define NO_MUSIC_MODE // Save 2000 bytes #endif diff --git a/keyboards/keebio/quefrency/keymaps/drashna_ms/config.h b/keyboards/keebio/quefrency/keymaps/drashna_ms/config.h index 089c8cf79e..80a3cb877e 100644 --- a/keyboards/keebio/quefrency/keymaps/drashna_ms/config.h +++ b/keyboards/keebio/quefrency/keymaps/drashna_ms/config.h @@ -35,6 +35,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #endif #ifdef AUDIO_ENABLE - #define B7_AUDIO + #define AUDIO_PIN B7 #define AUDIO_CLICKY #endif diff --git a/keyboards/keebio/viterbi/keymaps/drashna/config.h b/keyboards/keebio/viterbi/keymaps/drashna/config.h index 5d7ffa8a1d..2decb3b3e9 100644 --- a/keyboards/keebio/viterbi/keymaps/drashna/config.h +++ b/keyboards/keebio/viterbi/keymaps/drashna/config.h @@ -34,7 +34,7 @@ #define PRODUCT Drashnas Viterbi Macro Pad #ifdef AUDIO_ENABLE -# define C6_AUDIO +# define AUDIO_PIN C6 # define NO_MUSIC_MODE #endif |