]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/cluecard/keymaps/default/keymap.c
Address #1689 by using a formula to define the breathing curve (#1692)
[qmk_firmware.git] / keyboards / cluecard / keymaps / default / keymap.c
index 517afe867b47946652c5dda508eac4d70fd9191f..cd87750a8149ffc8e728f8d7d1e372938601fa29 100644 (file)
@@ -36,13 +36,13 @@ void action_function(keyrecord_t *record, uint8_t id, uint8_t opt) {
        if (record->event.pressed) {
                switch (id) {
                        case 0:
-                               PLAY_NOTE_ARRAY(tone_startup, false, 0);
+                               PLAY_SONG(tone_startup);
                                break;
                        case 1:
-                               PLAY_NOTE_ARRAY(music_scale, false, 0);
+                               PLAY_SONG(music_scale);
                                break;
                        case 2:
-                               PLAY_NOTE_ARRAY(tone_goodbye, false, 0);
+                               PLAY_SONG(tone_goodbye);
                                break;
                }
        }