diff options
Diffstat (limited to 'keyboards/ckeys')
-rw-r--r-- | keyboards/ckeys/obelus/config.h | 2 | ||||
-rwxr-xr-x | keyboards/ckeys/thedora/config.h | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/keyboards/ckeys/obelus/config.h b/keyboards/ckeys/obelus/config.h index eaf4811ba..25bc1db03 100644 --- a/keyboards/ckeys/obelus/config.h +++ b/keyboards/ckeys/obelus/config.h | |||
@@ -154,7 +154,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
154 | 154 | ||
155 | #ifdef AUDIO_ENABLE | 155 | #ifdef AUDIO_ENABLE |
156 | #define AUDIO_VOICES | 156 | #define AUDIO_VOICES |
157 | #define C6_AUDIO | 157 | #define AUDIO_PIN C6 |
158 | #define STARTUP_SONG SONG(STARTUP_SOUND) | 158 | #define STARTUP_SONG SONG(STARTUP_SOUND) |
159 | #endif | 159 | #endif |
160 | 160 | ||
diff --git a/keyboards/ckeys/thedora/config.h b/keyboards/ckeys/thedora/config.h index 349e33748..c7557aa62 100755 --- a/keyboards/ckeys/thedora/config.h +++ b/keyboards/ckeys/thedora/config.h | |||
@@ -157,6 +157,9 @@ | |||
157 | // NOTE: Must change polyphony_rate to a number higher than 0 in voices.c | 157 | // NOTE: Must change polyphony_rate to a number higher than 0 in voices.c |
158 | #define AUDIO_VOICES | 158 | #define AUDIO_VOICES |
159 | #define PITCH_STANDARD_A 880.0f | 159 | #define PITCH_STANDARD_A 880.0f |
160 | #define AUDIO_PIN A5 | ||
161 | #define AUDIO_PIN_ALT A4 | ||
162 | #define AUDIO_PIN_ALT_AS_NEGATIVE | ||
160 | 163 | ||
161 | // Mouse keys | 164 | // Mouse keys |
162 | #define MOUSEKEY_DELAY 0 | 165 | #define MOUSEKEY_DELAY 0 |