diff options
Diffstat (limited to 'keyboards/thevankeyboards/roadkit/keymaps/mjt/keymap.c')
| -rw-r--r-- | keyboards/thevankeyboards/roadkit/keymaps/mjt/keymap.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/thevankeyboards/roadkit/keymaps/mjt/keymap.c b/keyboards/thevankeyboards/roadkit/keymaps/mjt/keymap.c index 18454d564..db5f6c37c 100644 --- a/keyboards/thevankeyboards/roadkit/keymaps/mjt/keymap.c +++ b/keyboards/thevankeyboards/roadkit/keymaps/mjt/keymap.c | |||
| @@ -145,7 +145,7 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) { | |||
| 145 | case NUMPAD_LOCK: | 145 | case NUMPAD_LOCK: |
| 146 | if (record->event.pressed) { | 146 | if (record->event.pressed) { |
| 147 | #ifdef AUDIO_ENABLE | 147 | #ifdef AUDIO_ENABLE |
| 148 | PLAY_NOTE_ARRAY(tone_numpad, false, 0); | 148 | PLAY_SONG(tone_numpad); |
| 149 | #endif | 149 | #endif |
| 150 | persistant_default_layer_set(1UL<<_NUMPAD); | 150 | persistant_default_layer_set(1UL<<_NUMPAD); |
| 151 | } | 151 | } |
| @@ -154,7 +154,7 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) { | |||
| 154 | case NAVIGATION_LOCK: | 154 | case NAVIGATION_LOCK: |
| 155 | if (record->event.pressed) { | 155 | if (record->event.pressed) { |
| 156 | #ifdef AUDIO_ENABLE | 156 | #ifdef AUDIO_ENABLE |
| 157 | PLAY_NOTE_ARRAY(tone_navigation, false, 0); | 157 | PLAY_SONG(tone_navigation); |
| 158 | #endif | 158 | #endif |
| 159 | persistant_default_layer_set(1UL<<_NAVIGATION); | 159 | persistant_default_layer_set(1UL<<_NAVIGATION); |
| 160 | } | 160 | } |
| @@ -163,7 +163,7 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) { | |||
| 163 | case EXCEL_LOCK: | 163 | case EXCEL_LOCK: |
| 164 | if (record->event.pressed) { | 164 | if (record->event.pressed) { |
| 165 | #ifdef AUDIO_ENABLE | 165 | #ifdef AUDIO_ENABLE |
| 166 | PLAY_NOTE_ARRAY(tone_excel, false, 0); | 166 | PLAY_SONG(tone_excel); |
| 167 | #endif | 167 | #endif |
| 168 | persistant_default_layer_set(1UL<<_EXCEL); | 168 | persistant_default_layer_set(1UL<<_EXCEL); |
| 169 | } | 169 | } |
